+ 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-08 20:02:45.582 1 INFO neutron.common.config [-] Logging enabled! 2026-05-08 20:02:45.582 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev7 2026-05-08 20:02:45.582 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-08 20:02:45.583 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 20:02:46.528 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:02:46.531 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 20:02:46.534 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 20:02:46.535 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:02:46.535 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 20:02:46.535 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 20:02:46.536 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:46.543 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:46.543 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:46.543 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:02:46.563 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 20:02:46.564 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:02:46.564 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 20:02:46.602 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 20:02:46.602 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 20:02:46.602 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 20:02:46.603 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 20:02:46.873 1 INFO neutron.plugins.ml2.managers [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] Initializing driver for type 'vlan' 2026-05-08 20:02:47.023 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] VlanTypeDriver initialization complete 2026-05-08 20:02:47.023 1 INFO neutron.plugins.ml2.managers [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 20:02:47.024 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 20:02:47.074 1 INFO neutron.plugins.ml2.managers [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 20:02:47.075 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 20:02:47.075 1 INFO neutron.plugins.ml2.managers [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] Initializing extension driver 'port_security' 2026-05-08 20:02:47.075 1 INFO neutron.plugins.ml2.extensions.port_security [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 20:02:47.075 1 INFO neutron.plugins.ml2.managers [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] Initializing extension driver 'qos' 2026-05-08 20:02:47.075 1 INFO neutron.plugins.ml2.managers [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 20:02:47.075 1 INFO neutron.plugins.ml2.managers [None req-cc680c72-b988-46c2-9a1d-b94bc529b8eb - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 20:02:47.089 1 INFO neutron.quota [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded quota_driver: . 2026-05-08 20:02:47.089 1 INFO neutron.plugins.ml2.plugin [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 20:02:47.089 1 INFO neutron.plugins.ml2.managers [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 20:02:47.089 1 INFO neutron.plugins.ml2.managers [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 20:02:47.089 1 INFO neutron.plugins.ml2.managers [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 20:02:47.090 1 INFO neutron.extensions.vlantransparent [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Disabled vlantransparent extension. 2026-05-08 20:02:47.090 1 INFO neutron.extensions.qinq [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Disabled VLAN QinQ extension. 2026-05-08 20:02:47.090 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: qos 2026-05-08 20:02:47.100 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: router 2026-05-08 20:02:47.133 1 INFO neutron.services.service_base [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 20:02:47.134 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: segments 2026-05-08 20:02:47.200 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: trunk 2026-05-08 20:02:47.212 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: vpnaas 2026-05-08 20:02:47.243 1 WARNING stevedore.named [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:02:47.244 1 WARNING stevedore.named [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:47.448 1 INFO neutron_vpnaas.services.vpn.plugin [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 20:02:47.448 1 INFO neutron.common.utils [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 20:02:47.448 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: taas 2026-05-08 20:02:47.469 1 WARNING stevedore.named [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:47.500 1 INFO neutron_taas.services.taas.taas_plugin [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:02:47.501 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: tapmirror 2026-05-08 20:02:47.513 1 WARNING stevedore.named [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:47.532 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:02:47.532 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 20:02:47.539 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: tag 2026-05-08 20:02:47.554 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: timestamp 2026-05-08 20:02:47.558 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 20:02:47.561 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: flavors 2026-05-08 20:02:47.564 1 INFO neutron.manager [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loading Plugin: revisions 2026-05-08 20:02:47.567 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Initializing extension manager. 2026-05-08 20:02:47.568 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: address-group 2026-05-08 20:02:47.569 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: address-scope 2026-05-08 20:02:47.569 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 20:02:47.570 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: agent 2026-05-08 20:02:47.571 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 20:02:47.572 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 20:02:47.572 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 20:02:47.573 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: availability_zone 2026-05-08 20:02:47.573 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 20:02:47.574 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 20:02:47.574 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 20:02:47.575 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 20:02:47.576 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: dns-integration 2026-05-08 20:02:47.576 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 20:02:47.577 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 20:02:47.577 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: dvr 2026-05-08 20:02:47.578 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 20:02:47.578 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 20:02:47.579 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:02:47.579 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 20:02:47.579 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: external-net 2026-05-08 20:02:47.580 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 20:02:47.580 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: extraroute 2026-05-08 20:02:47.581 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 20:02:47.581 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 20:02:47.582 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 20:02:47.582 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 20:02:47.583 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 20:02:47.583 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: fip-port-details 2026-05-08 20:02:47.584 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: flavors 2026-05-08 20:02:47.585 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 20:02:47.585 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 20:02:47.586 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: ip_allocation 2026-05-08 20:02:47.586 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 20:02:47.586 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 20:02:47.587 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: router 2026-05-08 20:02:47.589 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:02:47.589 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 20:02:47.590 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 20:02:47.590 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 20:02:47.591 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: l3-ha 2026-05-08 20:02:47.591 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:02:47.592 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 20:02:47.592 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: l3-flavors 2026-05-08 20:02:47.593 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:02:47.593 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 20:02:47.595 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 20:02:47.596 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 20:02:47.597 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 20:02:47.598 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 20:02:47.599 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 20:02:47.599 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: multi-provider 2026-05-08 20:02:47.600 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: net-mtu 2026-05-08 20:02:47.600 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 20:02:47.601 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 20:02:47.601 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: network_ha 2026-05-08 20:02:47.602 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 20:02:47.603 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 20:02:47.603 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: pagination 2026-05-08 20:02:47.603 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-device-profile 2026-05-08 20:02:47.604 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 20:02:47.604 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 20:02:47.605 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 20:02:47.605 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-mac-override 2026-05-08 20:02:47.606 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 20:02:47.606 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 20:02:47.607 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 20:02:47.607 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-resource-request 2026-05-08 20:02:47.607 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 20:02:47.608 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 20:02:47.608 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: binding 2026-05-08 20:02:47.609 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: binding-extended 2026-05-08 20:02:47.609 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-security 2026-05-08 20:02:47.610 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: project-id 2026-05-08 20:02:47.610 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: provider 2026-05-08 20:02:47.611 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 20:02:47.613 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos 2026-05-08 20:02:47.613 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 20:02:47.614 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 20:02:47.614 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-default 2026-05-08 20:02:47.615 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-fip 2026-05-08 20:02:47.615 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 20:02:47.615 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 20:02:47.616 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 20:02:47.616 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 20:02:47.617 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 20:02:47.617 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-pps 2026-05-08 20:02:47.618 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 20:02:47.618 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 20:02:47.619 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 20:02:47.619 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 20:02:47.620 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 20:02:47.622 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: quotas 2026-05-08 20:02:47.627 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: quota_details 2026-05-08 20:02:47.629 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: rbac-policies 2026-05-08 20:02:47.630 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 20:02:47.631 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 20:02:47.631 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 20:02:47.632 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 20:02:47.633 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: revision-if-match 2026-05-08 20:02:47.634 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 20:02:47.635 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 20:02:47.635 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 20:02:47.638 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 20:02:47.638 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 20:02:47.639 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 20:02:47.640 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 20:02:47.641 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 20:02:47.641 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 20:02:47.647 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: security-group 2026-05-08 20:02:47.648 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: segment 2026-05-08 20:02:47.649 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 20:02:47.650 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: service-type 2026-05-08 20:02:47.650 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: sorting 2026-05-08 20:02:47.651 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 20:02:47.651 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 20:02:47.652 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 20:02:47.653 1 WARNING neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 20:02:47.654 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 20:02:47.655 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 20:02:47.655 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 20:02:47.656 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 20:02:47.656 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 20:02:47.657 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 20:02:47.657 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 20:02:47.658 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: tag-creation 2026-05-08 20:02:47.658 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 20:02:47.662 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 20:02:47.663 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 20:02:47.663 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: trunk 2026-05-08 20:02:47.664 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: trunk-details 2026-05-08 20:02:47.664 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 20:02:47.665 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 20:02:47.665 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 20:02:47.666 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 20:02:47.669 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 20:02:47.670 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 20:02:47.670 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 20:02:47.672 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: vpnaas 2026-05-08 20:02:47.674 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: taas 2026-05-08 20:02:47.675 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: tap-mirror 2026-05-08 20:02:47.675 1 INFO neutron.api.extensions [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 20:02:47.678 1 INFO oslo_service.backend.eventlet.service [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Starting 2 workers 2026-05-08 20:02:47.682 1 INFO oslo_service.backend.eventlet.service [None req-db0ff827-db53-4657-98b0-e8c53a4daa14 - - - - - -] Starting 1 workers 2026-05-08 20:03:31.040 11 INFO neutron.db.l3_hamode_db [None req-07cf5156-aacd-4043-8cfe-7917e9851350 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:03:45.310 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port d0e3fd3f-92e3-499e-a162-368d9fa76f12 2026-05-08 20:03:46.000 12 INFO neutron.plugins.ml2.plugin [None req-67c28dd3-d51b-4b3a-ae43-8f893e592f3b - - - - - -] Attempt 1 to provision port d0e3fd3f-92e3-499e-a162-368d9fa76f12 2026-05-08 20:03:47.229 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port d0e3fd3f-92e3-499e-a162-368d9fa76f12 2026-05-08 20:03:47.669 12 INFO neutron.plugins.ml2.plugin [None req-ef8909ce-584e-473e-b32c-2b123b6eb360 - - - - - -] Attempt 1 to provision port d0e3fd3f-92e3-499e-a162-368d9fa76f12 2026-05-08 20:08:08.682 11 INFO neutron.plugins.ml2.plugin [None req-524d6294-939c-44c9-ae53-9a888712254e - - - - - -] Attempt 1 to provision port 7c1b9a3a-e728-4a4b-bc24-c17851b95f0f 2026-05-08 20:08:09.418 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 7c1b9a3a-e728-4a4b-bc24-c17851b95f0f 2026-05-08 20:08:10.333 11 INFO neutron.plugins.ml2.plugin [None req-459ac123-22a2-4f03-b4ca-f06f09abd14b - - - - - -] Attempt 1 to provision port 7c1b9a3a-e728-4a4b-bc24-c17851b95f0f 2026-05-08 20:08:15.570 11 INFO neutron.plugins.ml2.plugin [None req-02fcf6ca-7672-4e12-9126-d9b3d3eab409 - - - - - -] Attempt 1 to provision port 8571666e-7de9-4248-9635-d91418a60d0f 2026-05-08 20:12:22.135 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 8571666e-7de9-4248-9635-d91418a60d0f 2026-05-08 20:12:23.566 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 8571666e-7de9-4248-9635-d91418a60d0f 2026-05-08 20:21:21.895 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 735e2a01-6657-4712-9230-22c105996c86 2026-05-08 20:21:23.859 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 735e2a01-6657-4712-9230-22c105996c86 2026-05-08 20:36:16.422 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port c3ccb560-784e-4477-8f82-e55832c4b6c6 2026-05-08 20:36:17.009 12 INFO neutron.plugins.ml2.plugin [None req-4f7bb20e-9d85-4ff5-b919-ab49e54bb846 - - - - - -] Attempt 1 to provision port c3ccb560-784e-4477-8f82-e55832c4b6c6 2026-05-08 20:36:18.413 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port c3ccb560-784e-4477-8f82-e55832c4b6c6 2026-05-08 20:36:20.426 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 323f3c75-4e17-40f9-9078-414fe28ae142 2026-05-08 20:36:22.467 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 323f3c75-4e17-40f9-9078-414fe28ae142 2026-05-08 20:36:22.717 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 7a785a23-a1bc-4e19-b480-4b63f070c718 2026-05-08 20:36:24.399 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 7a785a23-a1bc-4e19-b480-4b63f070c718 2026-05-08 20:36:25.887 12 INFO neutron.plugins.ml2.plugin [None req-284b0e9b-e9e5-4f3a-83bf-18bcde0ad17f - - - - - -] Attempt 1 to provision port 7a785a23-a1bc-4e19-b480-4b63f070c718 2026-05-08 20:36:25.939 12 INFO neutron.plugins.ml2.plugin [None req-284b0e9b-e9e5-4f3a-83bf-18bcde0ad17f - - - - - -] Attempt 1 to provision port c3ccb560-784e-4477-8f82-e55832c4b6c6 2026-05-08 20:36:25.985 12 INFO neutron.plugins.ml2.plugin [None req-284b0e9b-e9e5-4f3a-83bf-18bcde0ad17f - - - - - -] Attempt 1 to provision port 0edb70c9-2037-4210-8367-92c54d584763 2026-05-08 20:36:26.010 12 INFO neutron.plugins.ml2.plugin [None req-284b0e9b-e9e5-4f3a-83bf-18bcde0ad17f - - - - - -] Attempt 1 to provision port 323f3c75-4e17-40f9-9078-414fe28ae142 2026-05-08 20:36:28.628 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 9050ffe2-c616-41a5-9d01-c7f974346146 2026-05-08 20:36:30.530 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 9050ffe2-c616-41a5-9d01-c7f974346146 2026-05-08 20:36:30.737 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port d4fea904-4cf5-4e42-b7a0-cb72d57eafee 2026-05-08 20:36:31.082 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3b9385df-2308-4bf5-906b-2aef0a76af92 2026-05-08 20:36:32.517 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port d4fea904-4cf5-4e42-b7a0-cb72d57eafee 2026-05-08 20:36:32.770 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port fbb6a2f9-8844-40b0-9e1d-7ea9b8db58a3 2026-05-08 20:36:33.166 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3b9385df-2308-4bf5-906b-2aef0a76af92 2026-05-08 20:36:33.419 11 INFO neutron.plugins.ml2.plugin [None req-729952ba-94d3-4634-89be-15a9a92bbb3e - - - - - -] Attempt 1 to provision port 7a785a23-a1bc-4e19-b480-4b63f070c718 2026-05-08 20:36:33.464 11 INFO neutron.plugins.ml2.plugin [None req-729952ba-94d3-4634-89be-15a9a92bbb3e - - - - - -] Attempt 1 to provision port efa94b78-e3cb-4c08-a1a0-a41b218ce77e 2026-05-08 20:36:33.496 11 INFO neutron.plugins.ml2.plugin [None req-729952ba-94d3-4634-89be-15a9a92bbb3e - - - - - -] Attempt 1 to provision port 0edb70c9-2037-4210-8367-92c54d584763 2026-05-08 20:36:33.516 11 INFO neutron.plugins.ml2.plugin [None req-729952ba-94d3-4634-89be-15a9a92bbb3e - - - - - -] Attempt 1 to provision port 9050ffe2-c616-41a5-9d01-c7f974346146 2026-05-08 20:36:34.416 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port fbb6a2f9-8844-40b0-9e1d-7ea9b8db58a3 2026-05-08 20:36:36.554 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port cb84c039-c52f-4baf-9336-686f51beb510 2026-05-08 20:36:39.027 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4758d363-ed24-4491-a5af-f2e4b560b260 2026-05-08 20:36:39.513 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port cb84c039-c52f-4baf-9336-686f51beb510 2026-05-08 20:36:39.595 11 INFO neutron.notifiers.nova [None req-0dcf61b9-5272-4ea3-b1ec-49691fb4f44e - - - - - -] Nova event matching ['req-e621cafa-115d-4f38-a35e-a5751c421317'] response: {'server_uuid': 'b0ea3aa6-7815-40fc-9d7b-772c1b0c8110', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4758d363-ed24-4491-a5af-f2e4b560b260', 'code': 200} 2026-05-08 20:36:39.734 12 INFO neutron.plugins.ml2.plugin [None req-1a117232-4494-4265-b9c5-dbdebf9ea769 - - - - - -] Attempt 1 to provision port cb84c039-c52f-4baf-9336-686f51beb510 2026-05-08 20:36:39.791 12 INFO neutron.plugins.ml2.plugin [None req-1a117232-4494-4265-b9c5-dbdebf9ea769 - - - - - -] Attempt 1 to provision port 4fbb16e9-1ff1-4e52-964c-60f3ed489e40 2026-05-08 20:36:39.820 12 INFO neutron.plugins.ml2.plugin [None req-1a117232-4494-4265-b9c5-dbdebf9ea769 - - - - - -] Attempt 1 to provision port 389d9dc4-89ff-4cc7-bd3e-d6ef76ee95f9 2026-05-08 20:36:40.972 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4758d363-ed24-4491-a5af-f2e4b560b260 2026-05-08 20:36:44.914 11 INFO neutron.plugins.ml2.plugin [None req-ccd93d9c-20d7-467a-861c-2bdc29c37871 - - - - - -] Attempt 1 to provision port cb84c039-c52f-4baf-9336-686f51beb510 2026-05-08 20:36:44.962 11 INFO neutron.plugins.ml2.plugin [None req-ccd93d9c-20d7-467a-861c-2bdc29c37871 - - - - - -] Attempt 1 to provision port efa94b78-e3cb-4c08-a1a0-a41b218ce77e 2026-05-08 20:36:44.988 11 INFO neutron.plugins.ml2.plugin [None req-ccd93d9c-20d7-467a-861c-2bdc29c37871 - - - - - -] Attempt 1 to provision port 9050ffe2-c616-41a5-9d01-c7f974346146 2026-05-08 20:36:45.043 11 INFO neutron.plugins.ml2.plugin [None req-ccd93d9c-20d7-467a-861c-2bdc29c37871 - - - - - -] Attempt 1 to provision port 389d9dc4-89ff-4cc7-bd3e-d6ef76ee95f9 2026-05-08 20:36:45.431 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port c925ced8-d8e4-4cab-bcdf-28bb3df395ee 2026-05-08 20:36:46.094 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-004c39c3-dafd-4d80-9250-4bd3f969d81d'] response: {'server_uuid': '77cf305f-28b3-4c86-85bd-5f440e92d9ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c925ced8-d8e4-4cab-bcdf-28bb3df395ee', 'code': 200} 2026-05-08 20:36:47.604 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port c925ced8-d8e4-4cab-bcdf-28bb3df395ee 2026-05-08 20:36:47.825 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bb52fb67-1010-4423-95e6-fa39727e85a8 2026-05-08 20:36:48.134 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-085cb7ec-5f0e-4d3c-ab66-3291e0d2b5b0'] response: {'server_uuid': '1fec583e-007a-42f2-9bb6-a42bad535cac', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bb52fb67-1010-4423-95e6-fa39727e85a8', 'code': 200} 2026-05-08 20:36:48.339 12 INFO neutron.plugins.ml2.plugin [None req-eb38b71b-904f-455f-82cb-b41b27445780 - - - - - -] Attempt 1 to provision port 0edb70c9-2037-4210-8367-92c54d584763 2026-05-08 20:36:48.372 12 INFO neutron.plugins.ml2.plugin [None req-eb38b71b-904f-455f-82cb-b41b27445780 - - - - - -] Attempt 1 to provision port 389d9dc4-89ff-4cc7-bd3e-d6ef76ee95f9 2026-05-08 20:36:48.403 12 INFO neutron.plugins.ml2.plugin [None req-eb38b71b-904f-455f-82cb-b41b27445780 - - - - - -] Attempt 1 to provision port 38fe887a-cbe0-42d8-93e5-e21db31ada7c 2026-05-08 20:36:48.434 12 INFO neutron.plugins.ml2.plugin [None req-eb38b71b-904f-455f-82cb-b41b27445780 - - - - - -] Attempt 1 to provision port efa94b78-e3cb-4c08-a1a0-a41b218ce77e 2026-05-08 20:36:48.922 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bb52fb67-1010-4423-95e6-fa39727e85a8 2026-05-08 20:36:51.803 11 INFO neutron.plugins.ml2.plugin [None req-429ec619-0ae5-4990-b477-8db8b101eb12 - - - - - -] Attempt 1 to provision port 5e705c9f-377d-4b35-b29d-f1fb80089143 2026-05-08 20:36:51.829 11 INFO neutron.plugins.ml2.plugin [None req-429ec619-0ae5-4990-b477-8db8b101eb12 - - - - - -] Attempt 1 to provision port 389d9dc4-89ff-4cc7-bd3e-d6ef76ee95f9 2026-05-08 20:36:51.861 11 INFO neutron.plugins.ml2.plugin [None req-429ec619-0ae5-4990-b477-8db8b101eb12 - - - - - -] Attempt 1 to provision port efa94b78-e3cb-4c08-a1a0-a41b218ce77e 2026-05-08 20:36:55.743 11 INFO neutron.plugins.ml2.plugin [None req-974529fc-8e04-4915-b20b-cbda85c3aa37 - - - - - -] Attempt 1 to provision port c925ced8-d8e4-4cab-bcdf-28bb3df395ee 2026-05-08 20:36:58.912 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3b56d422-2da7-4030-a44e-a8e47a1db75e 2026-05-08 20:37:01.039 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 001db7ae-3c1a-47d9-a56c-c1e8e4fa674d 2026-05-08 20:37:01.215 12 INFO neutron.plugins.ml2.plugin [None req-d2f07e0c-7453-45e0-8bd7-794a2dcc6780 - - - - - -] Attempt 1 to provision port bba1cfd6-9e19-46b1-843e-c8aa4b0aa644 2026-05-08 20:37:01.247 12 INFO neutron.plugins.ml2.plugin [None req-d2f07e0c-7453-45e0-8bd7-794a2dcc6780 - - - - - -] Attempt 1 to provision port 001db7ae-3c1a-47d9-a56c-c1e8e4fa674d 2026-05-08 20:37:01.383 12 INFO neutron.plugins.ml2.plugin [None req-d2f07e0c-7453-45e0-8bd7-794a2dcc6780 - - - - - -] Attempt 1 to provision port 3b56d422-2da7-4030-a44e-a8e47a1db75e 2026-05-08 20:37:02.894 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 001db7ae-3c1a-47d9-a56c-c1e8e4fa674d 2026-05-08 20:37:06.170 11 INFO neutron.plugins.ml2.plugin [None req-ef2c8af8-eb6a-434d-bd3d-bec64342d8b7 - - - - - -] Attempt 1 to provision port bba1cfd6-9e19-46b1-843e-c8aa4b0aa644 2026-05-08 20:37:06.195 11 INFO neutron.plugins.ml2.plugin [None req-ef2c8af8-eb6a-434d-bd3d-bec64342d8b7 - - - - - -] Attempt 1 to provision port 001db7ae-3c1a-47d9-a56c-c1e8e4fa674d 2026-05-08 20:37:09.042 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 5e705c9f-377d-4b35-b29d-f1fb80089143 2026-05-08 20:37:09.370 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3253d0ed-0e61-4b51-9e36-9ff93b97e0cd 2026-05-08 20:37:09.801 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 389d9dc4-89ff-4cc7-bd3e-d6ef76ee95f9 2026-05-08 20:37:11.170 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 78126c9c-43a9-495d-acde-8e9ec7398eb7 2026-05-08 20:37:11.618 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 5e705c9f-377d-4b35-b29d-f1fb80089143 2026-05-08 20:37:11.791 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 389d9dc4-89ff-4cc7-bd3e-d6ef76ee95f9 2026-05-08 20:37:13.588 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 791ce31b-fafa-490d-bdab-3fa116de6e0b 2026-05-08 20:37:13.726 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-24508894-ab5b-4876-8ae1-c4b5482773c8'] response: {'server_uuid': '11646391-064d-4427-9d25-54a82ee0af10', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '791ce31b-fafa-490d-bdab-3fa116de6e0b', 'code': 200} 2026-05-08 20:37:14.149 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 5730ee33-cbb6-4c08-a798-b128f167c327 2026-05-08 20:37:14.511 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 78126c9c-43a9-495d-acde-8e9ec7398eb7 2026-05-08 20:37:14.656 12 INFO neutron.plugins.ml2.plugin [None req-65f8efc4-32aa-4ae8-b4a2-5fd66b8dd32e - - - - - -] Attempt 1 to provision port 5730ee33-cbb6-4c08-a798-b128f167c327 2026-05-08 20:37:14.723 12 INFO neutron.plugins.ml2.plugin [None req-65f8efc4-32aa-4ae8-b4a2-5fd66b8dd32e - - - - - -] Attempt 1 to provision port c738119e-4a4a-4f8e-a46b-09c8284b8242 2026-05-08 20:37:15.463 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 5730ee33-cbb6-4c08-a798-b128f167c327 2026-05-08 20:37:15.722 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 791ce31b-fafa-490d-bdab-3fa116de6e0b 2026-05-08 20:37:17.310 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4526de91-a754-4a14-b378-8e4c632655bc 2026-05-08 20:37:19.330 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4526de91-a754-4a14-b378-8e4c632655bc 2026-05-08 20:37:19.516 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bba1cfd6-9e19-46b1-843e-c8aa4b0aa644 2026-05-08 20:37:21.806 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bba1cfd6-9e19-46b1-843e-c8aa4b0aa644 2026-05-08 20:37:22.008 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port b68c75ec-4247-4d95-8d39-d0b753c26060 2026-05-08 20:37:22.090 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-260e533d-7f9c-4431-834f-e87576167c31'] response: {'server_uuid': 'de0beeca-4fcb-4332-a4f1-e39ec472b8ae', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b68c75ec-4247-4d95-8d39-d0b753c26060', 'code': 200} 2026-05-08 20:37:23.597 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port b68c75ec-4247-4d95-8d39-d0b753c26060 2026-05-08 20:37:27.639 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port c738119e-4a4a-4f8e-a46b-09c8284b8242 2026-05-08 20:37:27.918 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 5a1585fe-01c8-4cb4-adae-56e6f0f7d6f4 2026-05-08 20:37:29.043 11 INFO neutron.plugins.ml2.plugin [None req-97dcf059-862b-4f0b-a0c4-9952ba03405b - - - - - -] Attempt 1 to provision port 5730ee33-cbb6-4c08-a798-b128f167c327 2026-05-08 20:37:29.089 11 INFO neutron.plugins.ml2.plugin [None req-97dcf059-862b-4f0b-a0c4-9952ba03405b - - - - - -] Attempt 1 to provision port b68c75ec-4247-4d95-8d39-d0b753c26060 2026-05-08 20:37:29.161 11 INFO neutron.plugins.ml2.plugin [None req-97dcf059-862b-4f0b-a0c4-9952ba03405b - - - - - -] Attempt 1 to provision port c738119e-4a4a-4f8e-a46b-09c8284b8242 2026-05-08 20:37:29.811 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port c738119e-4a4a-4f8e-a46b-09c8284b8242 2026-05-08 20:37:30.031 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 5a1585fe-01c8-4cb4-adae-56e6f0f7d6f4 2026-05-08 20:37:33.886 12 INFO neutron.plugins.ml2.plugin [None req-22c97fe0-1c5f-48e9-8bd9-60f96cedc463 - - - - - -] Attempt 1 to provision port 4526de91-a754-4a14-b378-8e4c632655bc 2026-05-08 20:37:33.952 12 INFO neutron.plugins.ml2.plugin [None req-22c97fe0-1c5f-48e9-8bd9-60f96cedc463 - - - - - -] Attempt 1 to provision port bba1cfd6-9e19-46b1-843e-c8aa4b0aa644 2026-05-08 20:37:34.105 12 INFO neutron.plugins.ml2.plugin [None req-22c97fe0-1c5f-48e9-8bd9-60f96cedc463 - - - - - -] Attempt 1 to provision port c738119e-4a4a-4f8e-a46b-09c8284b8242 2026-05-08 20:37:38.177 12 INFO neutron.plugins.ml2.plugin [None req-7dfdc1bc-f94e-4c1e-97db-760834665c69 - - - - - -] Attempt 1 to provision port d0e3fd3f-92e3-499e-a162-368d9fa76f12 2026-05-08 20:37:38.231 12 INFO neutron.plugins.ml2.plugin [None req-7dfdc1bc-f94e-4c1e-97db-760834665c69 - - - - - -] Attempt 1 to provision port 4526de91-a754-4a14-b378-8e4c632655bc 2026-05-08 20:37:38.289 12 INFO neutron.plugins.ml2.plugin [None req-7dfdc1bc-f94e-4c1e-97db-760834665c69 - - - - - -] Attempt 1 to provision port bba1cfd6-9e19-46b1-843e-c8aa4b0aa644 2026-05-08 20:37:38.351 12 INFO neutron.plugins.ml2.plugin [None req-7dfdc1bc-f94e-4c1e-97db-760834665c69 - - - - - -] Attempt 1 to provision port 959106d0-fc15-4019-bc3d-b3601df74cb7 2026-05-08 20:37:40.148 11 INFO neutron.plugins.ml2.plugin [None req-cee0c405-bb24-4e8e-941a-013f0a139533 - - - - - -] Attempt 1 to provision port 791ce31b-fafa-490d-bdab-3fa116de6e0b 2026-05-08 20:37:43.646 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port afcce5b0-fd8a-4b59-bcaf-5a183f8c1e7e 2026-05-08 20:37:44.021 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3480574f-34f2-43b3-8931-bae99337cf9a 2026-05-08 20:37:44.453 12 INFO neutron.plugins.ml2.plugin [None req-1e4767d7-020e-46a3-884f-9ff6de50476c - - - - - -] Attempt 1 to provision port 4210a0a7-133c-4471-9fc0-ea851c91fb37 2026-05-08 20:37:45.693 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port afcce5b0-fd8a-4b59-bcaf-5a183f8c1e7e 2026-05-08 20:37:45.868 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3480574f-34f2-43b3-8931-bae99337cf9a 2026-05-08 20:37:46.059 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4210a0a7-133c-4471-9fc0-ea851c91fb37 2026-05-08 20:37:46.290 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 670afa83-ef54-44b3-a8da-bcbddd89e21f 2026-05-08 20:37:47.501 11 INFO neutron.plugins.ml2.plugin [None req-aa3264d3-296c-482f-a8d4-287e27623418 - - - - - -] Attempt 1 to provision port afcce5b0-fd8a-4b59-bcaf-5a183f8c1e7e 2026-05-08 20:37:47.563 11 INFO neutron.plugins.ml2.plugin [None req-aa3264d3-296c-482f-a8d4-287e27623418 - - - - - -] Attempt 1 to provision port 670afa83-ef54-44b3-a8da-bcbddd89e21f 2026-05-08 20:37:47.620 11 INFO neutron.plugins.ml2.plugin [None req-aa3264d3-296c-482f-a8d4-287e27623418 - - - - - -] Attempt 1 to provision port 7e3d3a8e-01e1-49aa-874d-fa459c9dc885 2026-05-08 20:37:47.683 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 670afa83-ef54-44b3-a8da-bcbddd89e21f 2026-05-08 20:37:52.212 11 INFO neutron.plugins.ml2.plugin [None req-112979e2-2185-4499-b61c-7b2fa4f91384 - - - - - -] Attempt 1 to provision port d8355001-8ced-4c62-bdee-65b184c394d0 2026-05-08 20:37:52.242 11 INFO neutron.plugins.ml2.plugin [None req-112979e2-2185-4499-b61c-7b2fa4f91384 - - - - - -] Attempt 1 to provision port 7e3d3a8e-01e1-49aa-874d-fa459c9dc885 2026-05-08 20:37:52.273 11 INFO neutron.plugins.ml2.plugin [None req-112979e2-2185-4499-b61c-7b2fa4f91384 - - - - - -] Attempt 1 to provision port 670afa83-ef54-44b3-a8da-bcbddd89e21f 2026-05-08 20:37:52.368 11 INFO neutron.plugins.ml2.plugin [None req-68f09fb4-0876-433a-9be8-71da971aa376 - - - - - -] Attempt 1 to provision port afcce5b0-fd8a-4b59-bcaf-5a183f8c1e7e 2026-05-08 20:37:52.415 11 INFO neutron.plugins.ml2.plugin [None req-68f09fb4-0876-433a-9be8-71da971aa376 - - - - - -] Attempt 1 to provision port 6a6f766d-36d0-4e44-8bca-1f64cac23071 2026-05-08 20:37:54.799 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425 2026-05-08 20:37:54.907 11 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-9f041207-8343-43a0-a2ce-1571f7956fb6'] response: {'server_uuid': '8335dcda-0a55-4215-84f5-3a011e055fdc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425', 'code': 200} 2026-05-08 20:37:55.910 12 INFO neutron.plugins.ml2.plugin [None req-08c5f350-a18b-429e-8a73-cd02b162b1c8 - - - - - -] Attempt 1 to provision port 7e3d3a8e-01e1-49aa-874d-fa459c9dc885 2026-05-08 20:37:55.937 12 INFO neutron.plugins.ml2.plugin [None req-08c5f350-a18b-429e-8a73-cd02b162b1c8 - - - - - -] Attempt 1 to provision port b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425 2026-05-08 20:37:55.997 12 INFO neutron.plugins.ml2.plugin [None req-08c5f350-a18b-429e-8a73-cd02b162b1c8 - - - - - -] Attempt 1 to provision port 2b57ebc4-bbbf-43b2-bc3b-c6ced633b6e7 2026-05-08 20:37:56.785 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 51518a44-02d8-4d89-94a9-ce5a18983a73 2026-05-08 20:37:56.892 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-e5176fe6-04c7-455d-b6cb-39e51762557e'] response: {'server_uuid': '9c21cbc8-9b67-4bba-ae01-7199cf9fd22f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '51518a44-02d8-4d89-94a9-ce5a18983a73', 'code': 200} 2026-05-08 20:37:57.159 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425 2026-05-08 20:37:57.930 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 51518a44-02d8-4d89-94a9-ce5a18983a73 2026-05-08 20:37:59.554 12 INFO neutron.plugins.ml2.plugin [None req-1bc81aef-ba7d-4f8f-830b-03d8174a9fbf - - - - - -] Attempt 1 to provision port 6a6f766d-36d0-4e44-8bca-1f64cac23071 2026-05-08 20:37:59.585 12 INFO neutron.plugins.ml2.plugin [None req-1bc81aef-ba7d-4f8f-830b-03d8174a9fbf - - - - - -] Attempt 1 to provision port 7e3d3a8e-01e1-49aa-874d-fa459c9dc885 2026-05-08 20:38:01.855 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port d8355001-8ced-4c62-bdee-65b184c394d0 2026-05-08 20:38:02.195 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 6a6f766d-36d0-4e44-8bca-1f64cac23071 2026-05-08 20:38:02.256 11 INFO neutron.plugins.ml2.plugin [None req-ef10b114-c289-4cda-a572-ed417227f05e - - - - - -] Attempt 1 to provision port 51518a44-02d8-4d89-94a9-ce5a18983a73 2026-05-08 20:38:02.307 11 INFO neutron.plugins.ml2.db [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] No ports have port_id starting with 51518a44-02d8-4d89-94a9-ce5a18983a73 2026-05-08 20:38:02.320 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 6a6f766d-36d0-4e44-8bca-1f64cac23071 2026-05-08 20:38:03.921 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 7e3d3a8e-01e1-49aa-874d-fa459c9dc885 2026-05-08 20:38:04.181 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port d8355001-8ced-4c62-bdee-65b184c394d0 2026-05-08 20:38:04.323 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 2b57ebc4-bbbf-43b2-bc3b-c6ced633b6e7 2026-05-08 20:38:06.033 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 7e3d3a8e-01e1-49aa-874d-fa459c9dc885 2026-05-08 20:38:06.218 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 2b57ebc4-bbbf-43b2-bc3b-c6ced633b6e7 2026-05-08 20:38:16.092 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-7704f216-8405-4f13-a240-979f1d6915a3'] response: {'server_uuid': '11646391-064d-4427-9d25-54a82ee0af10', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '791ce31b-fafa-490d-bdab-3fa116de6e0b', 'code': 200} 2026-05-08 20:38:20.124 12 INFO neutron.plugins.ml2.plugin [None req-916e75a7-bc4a-4ad0-8335-1ccdd3be2735 - - - - - -] Attempt 1 to provision port 94013048-ac0b-456a-b793-42299fd74716 2026-05-08 20:38:20.458 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 94013048-ac0b-456a-b793-42299fd74716 2026-05-08 20:38:20.654 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 791ce31b-fafa-490d-bdab-3fa116de6e0b 2026-05-08 20:38:20.756 11 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-2b1d24c7-b93a-46d8-a214-4e0a4aeda72b'] response: {'server_uuid': '11646391-064d-4427-9d25-54a82ee0af10', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '791ce31b-fafa-490d-bdab-3fa116de6e0b', 'code': 200} 2026-05-08 20:38:21.947 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 94013048-ac0b-456a-b793-42299fd74716 2026-05-08 20:38:22.159 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 791ce31b-fafa-490d-bdab-3fa116de6e0b 2026-05-08 20:38:23.932 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 323d45c4-2357-496d-bdbc-99829814ada9 2026-05-08 20:38:24.903 12 INFO neutron.plugins.ml2.plugin [None req-173abcda-d03a-46b7-bf59-5a1022595172 - - - - - -] Attempt 1 to provision port 94013048-ac0b-456a-b793-42299fd74716 2026-05-08 20:38:42.056 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-42e1adec-2fbe-4f17-bc61-d349ee4ea7df'] response: {'server_uuid': '11646391-064d-4427-9d25-54a82ee0af10', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '791ce31b-fafa-490d-bdab-3fa116de6e0b', 'code': 200} 2026-05-08 20:38:47.934 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4c72b1bf-c27a-4085-ac8c-421a858eb0d2 2026-05-08 20:38:50.105 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port fa82e7f7-d2ab-4885-ae54-3724f6a3e0be 2026-05-08 20:38:50.441 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4c72b1bf-c27a-4085-ac8c-421a858eb0d2 2026-05-08 20:38:50.753 12 INFO neutron.plugins.ml2.plugin [None req-7b4f3541-f5c8-44ee-a1ab-440670553efd - - - - - -] Attempt 1 to provision port b249a9f1-b6fa-4a6d-a57c-160549fa06c5 2026-05-08 20:38:50.803 12 INFO neutron.plugins.ml2.plugin [None req-7b4f3541-f5c8-44ee-a1ab-440670553efd - - - - - -] Attempt 1 to provision port fa82e7f7-d2ab-4885-ae54-3724f6a3e0be 2026-05-08 20:38:52.188 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port fa82e7f7-d2ab-4885-ae54-3724f6a3e0be 2026-05-08 20:38:52.441 12 INFO neutron.plugins.ml2.plugin [None req-395be694-a08a-4c39-b639-a2769f66cde8 - - - - - -] Attempt 1 to provision port 70db8827-c86f-4283-9e48-296d8fd51342 2026-05-08 20:38:54.010 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 70db8827-c86f-4283-9e48-296d8fd51342 2026-05-08 20:38:56.034 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port ee91c0c2-0d04-4a90-817d-28ce3798d96c 2026-05-08 20:38:57.517 12 INFO neutron.plugins.ml2.plugin [None req-4fd8030e-2b3d-4e62-a29a-bad27ff1c313 - - - - - -] Attempt 1 to provision port ee91c0c2-0d04-4a90-817d-28ce3798d96c 2026-05-08 20:38:57.555 12 INFO neutron.plugins.ml2.plugin [None req-4fd8030e-2b3d-4e62-a29a-bad27ff1c313 - - - - - -] Attempt 1 to provision port 7d41f5cd-0714-4fcf-8c71-dda2e5a128f2 2026-05-08 20:38:57.582 12 INFO neutron.plugins.ml2.plugin [None req-4fd8030e-2b3d-4e62-a29a-bad27ff1c313 - - - - - -] Attempt 1 to provision port b249a9f1-b6fa-4a6d-a57c-160549fa06c5 2026-05-08 20:38:57.608 12 INFO neutron.plugins.ml2.plugin [None req-4fd8030e-2b3d-4e62-a29a-bad27ff1c313 - - - - - -] Attempt 1 to provision port fa82e7f7-d2ab-4885-ae54-3724f6a3e0be 2026-05-08 20:38:58.013 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port ee91c0c2-0d04-4a90-817d-28ce3798d96c 2026-05-08 20:39:01.330 11 INFO neutron.plugins.ml2.plugin [None req-30d04228-3ed1-4955-ae4b-fdf4d10f42ab - - - - - -] Attempt 1 to provision port ee91c0c2-0d04-4a90-817d-28ce3798d96c 2026-05-08 20:39:01.390 11 INFO neutron.plugins.ml2.plugin [None req-30d04228-3ed1-4955-ae4b-fdf4d10f42ab - - - - - -] Attempt 1 to provision port 7d41f5cd-0714-4fcf-8c71-dda2e5a128f2 2026-05-08 20:39:03.276 12 INFO neutron.plugins.ml2.plugin [None req-ee9beee8-748d-46a6-99cd-995f0238955d - - - - - -] Attempt 1 to provision port b249a9f1-b6fa-4a6d-a57c-160549fa06c5 2026-05-08 20:39:05.976 11 INFO neutron.plugins.ml2.plugin [None req-bd4857cd-80ab-4748-af4c-59aa5577409f - - - - - -] Attempt 1 to provision port ecb26d94-584c-4265-be4f-38aae62adc85 2026-05-08 20:39:06.009 11 INFO neutron.plugins.ml2.plugin [None req-bd4857cd-80ab-4748-af4c-59aa5577409f - - - - - -] Attempt 1 to provision port 7d41f5cd-0714-4fcf-8c71-dda2e5a128f2 2026-05-08 20:39:06.049 11 INFO neutron.plugins.ml2.plugin [None req-bd4857cd-80ab-4748-af4c-59aa5577409f - - - - - -] Attempt 1 to provision port b249a9f1-b6fa-4a6d-a57c-160549fa06c5 2026-05-08 20:39:07.090 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b 2026-05-08 20:39:07.223 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-bf46fd95-aa79-4be5-ac51-cc5ae79e3daf'] response: {'server_uuid': '2f2623f7-7896-4f1b-ab2d-8d5cc9464768', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b', 'code': 200} 2026-05-08 20:39:08.011 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b 2026-05-08 20:39:08.315 11 INFO neutron.plugins.ml2.plugin [None req-694f630d-f276-4c0b-8e78-465e09cc2403 - - - - - -] Attempt 1 to provision port b249a9f1-b6fa-4a6d-a57c-160549fa06c5 2026-05-08 20:39:08.531 11 INFO neutron.plugins.ml2.plugin [None req-694f630d-f276-4c0b-8e78-465e09cc2403 - - - - - -] Attempt 1 to provision port ecb26d94-584c-4265-be4f-38aae62adc85 2026-05-08 20:39:08.668 11 INFO neutron.plugins.ml2.plugin [None req-e2dde1f7-6ec9-463d-8ce7-e7e500a70acf - - - - - -] Attempt 1 to provision port fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b 2026-05-08 20:39:08.746 11 INFO neutron.plugins.ml2.plugin [None req-694f630d-f276-4c0b-8e78-465e09cc2403 - - - - - -] Attempt 1 to provision port 75ef2390-9eb9-4c94-a32b-4af6fba0d74b 2026-05-08 20:39:08.917 11 INFO neutron.plugins.ml2.plugin [None req-e2dde1f7-6ec9-463d-8ce7-e7e500a70acf - - - - - -] Attempt 1 to provision port 7d41f5cd-0714-4fcf-8c71-dda2e5a128f2 2026-05-08 20:39:09.989 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 75ef2390-9eb9-4c94-a32b-4af6fba0d74b 2026-05-08 20:39:10.226 12 INFO neutron.plugins.ml2.plugin [None req-35751515-a7fb-4cd9-8cf0-1ce2cb6f7fdc - - - - - -] Attempt 1 to provision port 7d41f5cd-0714-4fcf-8c71-dda2e5a128f2 2026-05-08 20:39:10.519 12 INFO neutron.plugins.ml2.plugin [None req-35751515-a7fb-4cd9-8cf0-1ce2cb6f7fdc - - - - - -] Attempt 1 to provision port ecb26d94-584c-4265-be4f-38aae62adc85 2026-05-08 20:39:42.250 12 INFO neutron.plugins.ml2.plugin [None req-f954f081-f998-4c92-bd23-b65af4a92b99 - - - - - -] Attempt 1 to provision port 3215a917-6f01-4c10-b817-be6ea7f8e92b 2026-05-08 20:39:44.128 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port ab3fcc02-5af1-4af3-b450-920190a7080a 2026-05-08 20:39:45.266 11 INFO neutron.plugins.ml2.plugin [None req-5ada8161-e88c-45c4-bac7-21d4b847ca78 - - - - - -] Attempt 1 to provision port 6a7d3b96-2c34-45c9-9311-acb93c113722 2026-05-08 20:39:46.074 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 6a7d3b96-2c34-45c9-9311-acb93c113722 2026-05-08 20:39:46.300 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port ab3fcc02-5af1-4af3-b450-920190a7080a 2026-05-08 20:39:46.984 11 INFO neutron.plugins.ml2.plugin [None req-4a40044b-695e-4fe8-a196-ed619c71f486 - - - - - -] Attempt 1 to provision port 6a7d3b96-2c34-45c9-9311-acb93c113722 2026-05-08 20:39:47.038 11 INFO neutron.plugins.ml2.plugin [None req-4a40044b-695e-4fe8-a196-ed619c71f486 - - - - - -] Attempt 1 to provision port 0edbf5e3-1873-48d8-b225-8028a8b16f10 2026-05-08 20:39:48.210 11 INFO neutron.plugins.ml2.plugin [None req-7fc0ee22-19de-4fd4-8a32-1797a738e2c2 - - - - - -] Attempt 1 to provision port 0edbf5e3-1873-48d8-b225-8028a8b16f10 2026-05-08 20:39:49.422 11 INFO neutron.plugins.ml2.plugin [None req-6559dbf1-bbb9-4539-8e29-64d7a25abbc6 - - - - - -] Attempt 1 to provision port 0edbf5e3-1873-48d8-b225-8028a8b16f10 2026-05-08 20:39:56.528 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 5f7e418b-5f11-47dd-aed7-ac5b286b4b15 2026-05-08 20:39:56.671 11 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-fab31762-13a0-446a-9ebd-c71a754621c2'] response: {'server_uuid': '7af37882-c6a6-4832-b16b-88b6014458e1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5f7e418b-5f11-47dd-aed7-ac5b286b4b15', 'code': 200} 2026-05-08 20:39:57.986 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 5f7e418b-5f11-47dd-aed7-ac5b286b4b15 2026-05-08 20:40:00.034 12 INFO neutron.plugins.ml2.plugin [None req-0644fe22-365e-4b6a-976e-8288374dae96 - - - - - -] Attempt 1 to provision port 4ceac07b-3b1b-4110-9e93-9625d65131b3 2026-05-08 20:40:00.065 11 INFO neutron.plugins.ml2.plugin [None req-e0972f6f-775c-4518-b966-deb1b094f0c9 - - - - - -] Attempt 1 to provision port 4ceac07b-3b1b-4110-9e93-9625d65131b3 2026-05-08 20:40:02.209 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3215a917-6f01-4c10-b817-be6ea7f8e92b 2026-05-08 20:40:02.485 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 0edbf5e3-1873-48d8-b225-8028a8b16f10 2026-05-08 20:40:03.995 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3215a917-6f01-4c10-b817-be6ea7f8e92b 2026-05-08 20:40:04.143 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 0edbf5e3-1873-48d8-b225-8028a8b16f10 2026-05-08 20:40:32.007 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bbaf104b-307c-4041-95ed-295d6f1d6353 2026-05-08 20:40:32.540 11 INFO neutron.plugins.ml2.plugin [None req-3353b96c-34ed-4eee-8993-3f0102392ae2 - - - - - -] Attempt 1 to provision port bbaf104b-307c-4041-95ed-295d6f1d6353 2026-05-08 20:40:34.021 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bbaf104b-307c-4041-95ed-295d6f1d6353 2026-05-08 20:40:36.575 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3f64a2a7-1e31-4d62-9c82-21dde2f338fd 2026-05-08 20:40:37.011 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port f1f05455-3d8d-4005-9812-594c0e91db5f 2026-05-08 20:40:37.142 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-334df620-aa70-4f66-8eb1-54761b6a010f'] response: {'server_uuid': '994837d0-f0e7-4b86-8efa-083575192274', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f1f05455-3d8d-4005-9812-594c0e91db5f', 'code': 200} 2026-05-08 20:40:37.341 12 INFO neutron.plugins.ml2.plugin [None req-f9ccfe35-62c9-4b29-b8fc-921a8c2522e1 - - - - - -] Attempt 1 to provision port 8c05d63a-e331-44d7-bdd5-3e85133d6717 2026-05-08 20:40:38.459 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 3f64a2a7-1e31-4d62-9c82-21dde2f338fd 2026-05-08 20:40:38.647 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 8c05d63a-e331-44d7-bdd5-3e85133d6717 2026-05-08 20:40:38.836 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port f1f05455-3d8d-4005-9812-594c0e91db5f 2026-05-08 20:40:39.044 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 6faa0121-5eb4-41ae-9500-3320a4654c03 2026-05-08 20:40:40.210 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 6faa0121-5eb4-41ae-9500-3320a4654c03 2026-05-08 20:40:42.254 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bbaf104b-307c-4041-95ed-295d6f1d6353 2026-05-08 20:40:44.150 12 INFO neutron.plugins.ml2.plugin [None req-d01ba168-142a-41bb-83f8-913705c437d3 - - - - - -] Attempt 1 to provision port f1f05455-3d8d-4005-9812-594c0e91db5f 2026-05-08 20:40:44.207 12 INFO neutron.plugins.ml2.plugin [None req-d01ba168-142a-41bb-83f8-913705c437d3 - - - - - -] Attempt 1 to provision port 3f64a2a7-1e31-4d62-9c82-21dde2f338fd 2026-05-08 20:40:44.258 12 INFO neutron.plugins.ml2.plugin [None req-d01ba168-142a-41bb-83f8-913705c437d3 - - - - - -] Attempt 1 to provision port 9752cdb7-3bc4-4893-9e93-d5519e5c8958 2026-05-08 20:40:44.290 12 INFO neutron.plugins.ml2.plugin [None req-d01ba168-142a-41bb-83f8-913705c437d3 - - - - - -] Attempt 1 to provision port b1a502eb-55f3-4076-889d-6eb66ab8f936 2026-05-08 20:40:44.314 12 INFO neutron.plugins.ml2.plugin [None req-d01ba168-142a-41bb-83f8-913705c437d3 - - - - - -] Attempt 1 to provision port fda2caa9-d237-4ddb-93a8-9d2d634f4a0a 2026-05-08 20:40:44.336 12 INFO neutron.plugins.ml2.plugin [None req-d01ba168-142a-41bb-83f8-913705c437d3 - - - - - -] Attempt 1 to provision port bbaf104b-307c-4041-95ed-295d6f1d6353 2026-05-08 20:40:44.379 12 INFO neutron.plugins.ml2.plugin [None req-d01ba168-142a-41bb-83f8-913705c437d3 - - - - - -] Attempt 1 to provision port 6faa0121-5eb4-41ae-9500-3320a4654c03 2026-05-08 20:40:49.135 12 INFO neutron.plugins.ml2.plugin [None req-39331d5d-3cc6-4bd0-aa44-40637b4d3a6e - - - - - -] Attempt 1 to provision port 3f64a2a7-1e31-4d62-9c82-21dde2f338fd 2026-05-08 20:40:49.187 12 INFO neutron.plugins.ml2.plugin [None req-39331d5d-3cc6-4bd0-aa44-40637b4d3a6e - - - - - -] Attempt 1 to provision port d19a58c8-c356-40ee-afd6-291e3f62f474 2026-05-08 20:40:49.208 12 INFO neutron.plugins.ml2.plugin [None req-39331d5d-3cc6-4bd0-aa44-40637b4d3a6e - - - - - -] Attempt 1 to provision port 9752cdb7-3bc4-4893-9e93-d5519e5c8958 2026-05-08 20:40:49.228 12 INFO neutron.plugins.ml2.plugin [None req-39331d5d-3cc6-4bd0-aa44-40637b4d3a6e - - - - - -] Attempt 1 to provision port b1a502eb-55f3-4076-889d-6eb66ab8f936 2026-05-08 20:40:49.252 12 INFO neutron.plugins.ml2.plugin [None req-39331d5d-3cc6-4bd0-aa44-40637b4d3a6e - - - - - -] Attempt 1 to provision port bbaf104b-307c-4041-95ed-295d6f1d6353 2026-05-08 20:40:49.297 12 INFO neutron.plugins.ml2.plugin [None req-39331d5d-3cc6-4bd0-aa44-40637b4d3a6e - - - - - -] Attempt 1 to provision port 6faa0121-5eb4-41ae-9500-3320a4654c03 2026-05-08 20:40:50.708 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bc454ba6-abd6-49db-8a56-f22b1dba80fa 2026-05-08 20:40:50.809 11 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-387caf6a-0bf5-4861-a1b2-3da56fd60c66'] response: {'server_uuid': 'fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bc454ba6-abd6-49db-8a56-f22b1dba80fa', 'code': 200} 2026-05-08 20:40:52.198 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port bc454ba6-abd6-49db-8a56-f22b1dba80fa 2026-05-08 20:40:52.404 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 9752cdb7-3bc4-4893-9e93-d5519e5c8958 2026-05-08 20:40:52.710 12 INFO neutron.plugins.ml2.plugin [None req-9bbbab60-c330-4fc2-bffa-d6b32c20c9ca - - - - - -] Attempt 1 to provision port b1a502eb-55f3-4076-889d-6eb66ab8f936 2026-05-08 20:40:53.324 11 INFO neutron.plugins.ml2.plugin [None req-2655229e-c0c4-4b16-82fd-a147de8f2985 - - - - - -] Attempt 1 to provision port 3f64a2a7-1e31-4d62-9c82-21dde2f338fd 2026-05-08 20:40:53.367 11 INFO neutron.plugins.ml2.plugin [None req-2655229e-c0c4-4b16-82fd-a147de8f2985 - - - - - -] Attempt 1 to provision port 6faa0121-5eb4-41ae-9500-3320a4654c03 2026-05-08 20:40:53.413 11 INFO neutron.plugins.ml2.plugin [None req-2655229e-c0c4-4b16-82fd-a147de8f2985 - - - - - -] Attempt 1 to provision port d19a58c8-c356-40ee-afd6-291e3f62f474 2026-05-08 20:40:53.547 11 INFO neutron.plugins.ml2.plugin [None req-2655229e-c0c4-4b16-82fd-a147de8f2985 - - - - - -] Attempt 1 to provision port bc454ba6-abd6-49db-8a56-f22b1dba80fa 2026-05-08 20:40:53.605 11 INFO neutron.plugins.ml2.plugin [None req-2655229e-c0c4-4b16-82fd-a147de8f2985 - - - - - -] Attempt 1 to provision port 9752cdb7-3bc4-4893-9e93-d5519e5c8958 2026-05-08 20:40:53.653 11 INFO neutron.plugins.ml2.plugin [None req-2655229e-c0c4-4b16-82fd-a147de8f2985 - - - - - -] Attempt 1 to provision port b1a502eb-55f3-4076-889d-6eb66ab8f936 2026-05-08 20:40:54.188 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port d19a58c8-c356-40ee-afd6-291e3f62f474 2026-05-08 20:40:54.360 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port b1a502eb-55f3-4076-889d-6eb66ab8f936 2026-05-08 20:40:54.581 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port fda2caa9-d237-4ddb-93a8-9d2d634f4a0a 2026-05-08 20:40:54.945 12 INFO neutron.plugins.ml2.plugin [None req-709da29b-f487-4d57-9f07-503b6fbf1d91 - - - - - -] Attempt 1 to provision port 9752cdb7-3bc4-4893-9e93-d5519e5c8958 2026-05-08 20:40:56.157 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port fda2caa9-d237-4ddb-93a8-9d2d634f4a0a 2026-05-08 20:40:56.530 11 INFO neutron.plugins.ml2.plugin [None req-1aef054a-2a85-4e62-89f6-b6d3e9f51746 - - - - - -] Attempt 1 to provision port d19a58c8-c356-40ee-afd6-291e3f62f474 2026-05-08 20:40:56.588 11 INFO neutron.plugins.ml2.plugin [None req-1aef054a-2a85-4e62-89f6-b6d3e9f51746 - - - - - -] Attempt 1 to provision port 9752cdb7-3bc4-4893-9e93-d5519e5c8958 2026-05-08 20:40:56.641 11 INFO neutron.plugins.ml2.plugin [None req-1aef054a-2a85-4e62-89f6-b6d3e9f51746 - - - - - -] Attempt 1 to provision port b1a502eb-55f3-4076-889d-6eb66ab8f936 2026-05-08 20:40:58.754 12 INFO neutron.plugins.ml2.plugin [None req-504d9422-20cf-4df2-9867-e9956aab1e16 - - - - - -] Attempt 1 to provision port d19a58c8-c356-40ee-afd6-291e3f62f474 2026-05-08 20:40:58.799 12 INFO neutron.plugins.ml2.plugin [None req-504d9422-20cf-4df2-9867-e9956aab1e16 - - - - - -] Attempt 1 to provision port 9752cdb7-3bc4-4893-9e93-d5519e5c8958 2026-05-08 20:41:00.133 12 INFO neutron.plugins.ml2.plugin [None req-014d2697-a74b-4a0f-9a83-b38cc31d4c2e - - - - - -] Attempt 1 to provision port bc454ba6-abd6-49db-8a56-f22b1dba80fa 2026-05-08 20:41:08.258 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4e9e7feb-8821-4b1b-8230-ee0e934d4865 2026-05-08 20:41:08.372 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-760eb637-9fc1-4d8a-8ed3-9be8efc44551'] response: {'server_uuid': '8190f5f1-cc93-4d1f-870c-6fe9e5bf783d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e9e7feb-8821-4b1b-8230-ee0e934d4865', 'code': 200} 2026-05-08 20:41:10.174 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 4e9e7feb-8821-4b1b-8230-ee0e934d4865 2026-05-08 20:41:15.626 11 INFO neutron_taas.services.taas.taas_plugin [None req-01ff22e1-af8f-4f0e-a0b4-5385c46f493f - - - - - -] TaaS: Handle Delete Port: 6a7d3b96-2c34-45c9-9311-acb93c113722 2026-05-08 20:41:15.635 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01ff22e1-af8f-4f0e-a0b4-5385c46f493f - - - - - -] Tap Mirror: Handle Delete Port: 6a7d3b96-2c34-45c9-9311-acb93c113722 2026-05-08 20:41:35.304 11 INFO neutron.plugins.ml2.plugin [None req-0dd412fe-6809-4144-a824-f3b1708e2013 - - - - - -] Attempt 1 to provision port cbbca352-5ddb-420b-8377-3aaf5c8462a8 2026-05-08 20:41:56.731 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 1e49f399-351e-4311-9748-8254bba02bee 2026-05-08 20:41:56.975 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-854ae242-372d-47dd-97b0-40cce462a9e6'] response: {'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1e49f399-351e-4311-9748-8254bba02bee', 'code': 200} 2026-05-08 20:41:58.198 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 1e49f399-351e-4311-9748-8254bba02bee 2026-05-08 20:42:38.094 11 INFO neutron.plugins.ml2.plugin [None req-edb384c7-68bb-4b29-987a-896418d658ea - - - - - -] Attempt 1 to provision port 2a86ec8f-3b75-4722-a0dc-4d494388b911 2026-05-08 20:42:44.251 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 2a86ec8f-3b75-4722-a0dc-4d494388b911 2026-05-08 20:42:44.353 12 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-88212b2d-c3d7-4fb3-8a91-d31b0adecf85'] response: {'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2a86ec8f-3b75-4722-a0dc-4d494388b911', 'code': 200} 2026-05-08 20:42:46.240 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 2a86ec8f-3b75-4722-a0dc-4d494388b911 2026-05-08 20:42:48.743 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 2a86ec8f-3b75-4722-a0dc-4d494388b911 2026-05-08 20:43:15.830 11 INFO neutron.plugins.ml2.plugin [None req-f437b0e9-4cdb-434e-a8d5-7beb6b4d3a64 - - - - - -] Attempt 1 to provision port cd1ee6c7-1025-4d43-8e9f-cf19667c3977 2026-05-08 20:43:23.834 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port cd1ee6c7-1025-4d43-8e9f-cf19667c3977 2026-05-08 20:43:23.996 11 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-443aaf98-7ea0-42a4-9f07-7517affecdb7'] response: {'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cd1ee6c7-1025-4d43-8e9f-cf19667c3977', 'code': 200} 2026-05-08 20:43:24.415 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port cd1ee6c7-1025-4d43-8e9f-cf19667c3977 2026-05-08 20:43:31.513 12 INFO neutron.plugins.ml2.plugin [None req-653be24e-ffa4-423c-aec2-dade2ee08f8d - - - - - -] Attempt 1 to provision port 1d3e8f9e-51f5-4aad-8ed5-34210b677753 2026-05-08 20:43:38.488 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 1d3e8f9e-51f5-4aad-8ed5-34210b677753 2026-05-08 20:43:38.618 11 INFO neutron.notifiers.nova [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Nova event matching ['req-bd64f1b2-342e-4248-b080-96ed6c108226'] response: {'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d3e8f9e-51f5-4aad-8ed5-34210b677753', 'code': 200} 2026-05-08 20:43:40.431 12 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 1d3e8f9e-51f5-4aad-8ed5-34210b677753 2026-05-08 20:43:41.291 12 INFO neutron.plugins.ml2.plugin [None req-1e0de3b3-e854-411e-bdea-a46df3a93929 - - - - - -] Attempt 1 to provision port cd1ee6c7-1025-4d43-8e9f-cf19667c3977 2026-05-08 20:43:42.478 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port cd1ee6c7-1025-4d43-8e9f-cf19667c3977 2026-05-08 20:43:55.732 11 INFO neutron.plugins.ml2.plugin [None req-b40cd2d1-e518-44c1-85db-c19903518ac8 - - - - - -] Attempt 1 to provision port 1d3e8f9e-51f5-4aad-8ed5-34210b677753 2026-05-08 20:43:56.539 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port 1d3e8f9e-51f5-4aad-8ed5-34210b677753 2026-05-08 20:43:57.090 12 INFO neutron.plugins.ml2.plugin [None req-87c7556c-ee13-4f55-b069-206713abb4cf - - - - - -] Attempt 1 to provision port 1d3e8f9e-51f5-4aad-8ed5-34210b677753 2026-05-08 20:44:05.748 12 INFO neutron.plugins.ml2.plugin [None req-820f397a-6048-4a0e-a51b-52535f215dc2 - - - - - -] Attempt 1 to provision port cd1ee6c7-1025-4d43-8e9f-cf19667c3977 2026-05-08 20:44:06.505 11 INFO neutron.plugins.ml2.plugin [None req-4af67399-e193-42eb-b3df-a1c886222547 - - - - - -] Attempt 1 to provision port cd1ee6c7-1025-4d43-8e9f-cf19667c3977