+ 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-27 20:28:54.091 1 INFO neutron.common.config [-] Logging enabled! 2026-05-27 20:28:54.092 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev12 2026-05-27 20:28:54.092 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-27 20:28:54.092 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-27 20:28:55.036 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-27 20:28:55.039 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-27 20:28:55.042 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-27 20:28:55.043 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-27 20:28:55.043 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-27 20:28:55.044 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-27 20:28:55.044 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 20:28:55.050 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 20:28:55.051 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 20:28:55.051 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-27 20:28:55.070 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-27 20:28:55.071 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-27 20:28:55.071 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-27 20:28:55.107 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-27 20:28:55.108 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-27 20:28:55.108 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-27 20:28:55.108 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-27 20:28:55.445 1 INFO neutron.plugins.ml2.managers [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] Initializing driver for type 'vlan' 2026-05-27 20:28:55.584 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] VlanTypeDriver initialization complete 2026-05-27 20:28:55.584 1 INFO neutron.plugins.ml2.managers [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] Initializing driver for type 'vxlan' 2026-05-27 20:28:55.584 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-27 20:28:55.644 1 INFO neutron.plugins.ml2.managers [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-27 20:28:55.644 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-27 20:28:55.644 1 INFO neutron.plugins.ml2.managers [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] Initializing extension driver 'port_security' 2026-05-27 20:28:55.644 1 INFO neutron.plugins.ml2.extensions.port_security [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-27 20:28:55.645 1 INFO neutron.plugins.ml2.managers [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] Initializing extension driver 'qos' 2026-05-27 20:28:55.645 1 INFO neutron.plugins.ml2.managers [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-27 20:28:55.645 1 INFO neutron.plugins.ml2.managers [None req-aaec9f99-e91b-4a8f-8870-eaa8f11b9c65 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-27 20:28:55.659 1 INFO neutron.quota [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded quota_driver: . 2026-05-27 20:28:55.659 1 INFO neutron.plugins.ml2.plugin [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Modular L2 Plugin initialization complete 2026-05-27 20:28:55.660 1 INFO neutron.plugins.ml2.managers [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-27 20:28:55.660 1 INFO neutron.plugins.ml2.managers [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-27 20:28:55.660 1 INFO neutron.plugins.ml2.managers [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-27 20:28:55.660 1 INFO neutron.extensions.vlantransparent [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Disabled vlantransparent extension. 2026-05-27 20:28:55.660 1 INFO neutron.extensions.qinq [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Disabled VLAN QinQ extension. 2026-05-27 20:28:55.660 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: qos 2026-05-27 20:28:55.673 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: router 2026-05-27 20:28:55.711 1 INFO neutron.services.service_base [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-27 20:28:55.711 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: segments 2026-05-27 20:28:55.783 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: trunk 2026-05-27 20:28:55.798 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: vpnaas 2026-05-27 20:28:55.835 1 WARNING stevedore.named [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-27 20:28:55.835 1 WARNING stevedore.named [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 20:28:56.027 1 INFO neutron_vpnaas.services.vpn.plugin [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-27 20:28:56.027 1 INFO neutron.common.utils [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-27 20:28:56.027 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: taas 2026-05-27 20:28:56.048 1 WARNING stevedore.named [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 20:28:56.073 1 INFO neutron_taas.services.taas.taas_plugin [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-27 20:28:56.074 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: tapmirror 2026-05-27 20:28:56.083 1 WARNING stevedore.named [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 20:28:56.095 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-27 20:28:56.096 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: auto_allocate 2026-05-27 20:28:56.100 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: tag 2026-05-27 20:28:56.108 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: timestamp 2026-05-27 20:28:56.111 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: network_ip_availability 2026-05-27 20:28:56.114 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: flavors 2026-05-27 20:28:56.117 1 INFO neutron.manager [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loading Plugin: revisions 2026-05-27 20:28:56.121 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Initializing extension manager. 2026-05-27 20:28:56.122 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: address-group 2026-05-27 20:28:56.123 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: address-scope 2026-05-27 20:28:56.124 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-27 20:28:56.124 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: agent 2026-05-27 20:28:56.125 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: agent-resources-synced 2026-05-27 20:28:56.126 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-27 20:28:56.127 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-27 20:28:56.127 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: availability_zone 2026-05-27 20:28:56.128 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: availability_zone_filter 2026-05-27 20:28:56.128 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-27 20:28:56.129 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: default-subnetpools 2026-05-27 20:28:56.130 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-27 20:28:56.130 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: dns-integration 2026-05-27 20:28:56.131 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: dns-domain-ports 2026-05-27 20:28:56.131 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-27 20:28:56.132 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: dvr 2026-05-27 20:28:56.132 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-27 20:28:56.133 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: empty-string-filtering 2026-05-27 20:28:56.133 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-27 20:28:56.134 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-27 20:28:56.134 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: external-net 2026-05-27 20:28:56.135 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-27 20:28:56.135 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: extraroute 2026-05-27 20:28:56.136 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: extraroute-atomic 2026-05-27 20:28:56.136 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-27 20:28:56.137 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-27 20:28:56.137 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-27 20:28:56.137 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-27 20:28:56.138 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: fip-port-details 2026-05-27 20:28:56.138 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: flavors 2026-05-27 20:28:56.139 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-27 20:28:56.140 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: floatingip-pools 2026-05-27 20:28:56.141 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: ip_allocation 2026-05-27 20:28:56.141 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-27 20:28:56.142 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: l2_adjacency 2026-05-27 20:28:56.143 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: router 2026-05-27 20:28:56.144 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-27 20:28:56.145 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-27 20:28:56.146 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-27 20:28:56.146 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: ext-gw-mode 2026-05-27 20:28:56.147 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: l3-ha 2026-05-27 20:28:56.147 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-27 20:28:56.147 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-27 20:28:56.148 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: l3-flavors 2026-05-27 20:28:56.149 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-27 20:28:56.149 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-27 20:28:56.151 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-27 20:28:56.152 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-27 20:28:56.153 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-27 20:28:56.154 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-27 20:28:56.154 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-27 20:28:56.155 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: multi-provider 2026-05-27 20:28:56.155 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: net-mtu 2026-05-27 20:28:56.155 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: net-mtu-writable 2026-05-27 20:28:56.156 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: network_availability_zone 2026-05-27 20:28:56.156 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: network_ha 2026-05-27 20:28:56.157 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: network-ip-availability 2026-05-27 20:28:56.158 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-27 20:28:56.158 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: pagination 2026-05-27 20:28:56.159 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-device-profile 2026-05-27 20:28:56.159 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-27 20:28:56.159 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-27 20:28:56.160 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-27 20:28:56.160 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-mac-override 2026-05-27 20:28:56.161 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-27 20:28:56.161 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-27 20:28:56.162 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-27 20:28:56.162 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-resource-request 2026-05-27 20:28:56.163 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-27 20:28:56.163 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-27 20:28:56.163 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: binding 2026-05-27 20:28:56.164 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: binding-extended 2026-05-27 20:28:56.165 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-security 2026-05-27 20:28:56.165 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: project-id 2026-05-27 20:28:56.165 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: provider 2026-05-27 20:28:56.166 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-27 20:28:56.168 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos 2026-05-27 20:28:56.168 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-27 20:28:56.169 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-27 20:28:56.169 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-default 2026-05-27 20:28:56.170 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-fip 2026-05-27 20:28:56.170 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-27 20:28:56.170 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-27 20:28:56.171 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-27 20:28:56.172 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-27 20:28:56.172 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-27 20:28:56.173 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-pps 2026-05-27 20:28:56.173 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-27 20:28:56.174 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-27 20:28:56.174 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: qos-rules-alias 2026-05-27 20:28:56.175 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: quota-check-limit 2026-05-27 20:28:56.175 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-27 20:28:56.177 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: quotas 2026-05-27 20:28:56.180 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: quota_details 2026-05-27 20:28:56.181 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: rbac-policies 2026-05-27 20:28:56.182 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: rbac-address-group 2026-05-27 20:28:56.182 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: rbac-address-scope 2026-05-27 20:28:56.183 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: rbac-security-groups 2026-05-27 20:28:56.183 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-27 20:28:56.183 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: revision-if-match 2026-05-27 20:28:56.184 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-27 20:28:56.185 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: router_availability_zone 2026-05-27 20:28:56.185 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-27 20:28:56.186 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-27 20:28:56.187 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-27 20:28:56.187 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-27 20:28:56.188 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-27 20:28:56.188 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-27 20:28:56.189 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-27 20:28:56.193 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: security-group 2026-05-27 20:28:56.193 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: segment 2026-05-27 20:28:56.194 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-27 20:28:56.195 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: service-type 2026-05-27 20:28:56.195 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: sorting 2026-05-27 20:28:56.196 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: standard-attr-segment 2026-05-27 20:28:56.197 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: standard-attr-description 2026-05-27 20:28:56.197 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: stateful-security-group 2026-05-27 20:28:56.197 1 WARNING neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-27 20:28:56.198 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-27 20:28:56.198 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: subnet-external-network 2026-05-27 20:28:56.199 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: subnet_onboard 2026-05-27 20:28:56.199 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-27 20:28:56.200 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: subnet-service-types 2026-05-27 20:28:56.200 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: subnet_allocation 2026-05-27 20:28:56.201 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-27 20:28:56.202 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: tag-creation 2026-05-27 20:28:56.202 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-27 20:28:56.206 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: standard-attr-tag 2026-05-27 20:28:56.206 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-27 20:28:56.207 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: trunk 2026-05-27 20:28:56.207 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: trunk-details 2026-05-27 20:28:56.208 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-27 20:28:56.208 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-27 20:28:56.209 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-27 20:28:56.209 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-27 20:28:56.211 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-27 20:28:56.212 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-27 20:28:56.212 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: vpn-flavors 2026-05-27 20:28:56.214 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: vpnaas 2026-05-27 20:28:56.215 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: taas 2026-05-27 20:28:56.216 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: tap-mirror 2026-05-27 20:28:56.216 1 INFO neutron.api.extensions [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-27 20:28:56.219 1 INFO oslo_service.backend.eventlet.service [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Starting 2 workers 2026-05-27 20:28:56.223 1 INFO oslo_service.backend.eventlet.service [None req-45e904b6-d2c7-4329-b118-2fa7ae2473a4 - - - - - -] Starting 1 workers 2026-05-27 20:29:41.427 11 INFO neutron.db.l3_hamode_db [None req-72eb047a-8203-41f8-99aa-22f9021cecb6 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-27 20:29:56.591 12 INFO neutron.plugins.ml2.plugin [None req-47b0ee4b-518d-4a22-b02d-068f26f8be0c - - - - - -] Attempt 1 to provision port ca69b15a-e067-4655-baaf-18e34b1eb726 2026-05-27 20:29:56.595 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port ca69b15a-e067-4655-baaf-18e34b1eb726 2026-05-27 20:29:58.523 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port ca69b15a-e067-4655-baaf-18e34b1eb726 2026-05-27 20:29:58.828 12 INFO neutron.plugins.ml2.plugin [None req-b40261f5-7fcb-47ae-8c91-0914779c4ea2 - - - - - -] Attempt 1 to provision port ca69b15a-e067-4655-baaf-18e34b1eb726 2026-05-27 20:34:34.725 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 86dfa7d7-cd20-4644-9bc9-279f1b637927 2026-05-27 20:34:35.055 12 INFO neutron.plugins.ml2.plugin [None req-568598c0-ef89-42c4-a661-a0975d8051bc - - - - - -] Attempt 1 to provision port 86dfa7d7-cd20-4644-9bc9-279f1b637927 2026-05-27 20:34:36.702 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 86dfa7d7-cd20-4644-9bc9-279f1b637927 2026-05-27 20:34:36.709 12 INFO neutron.plugins.ml2.plugin [None req-a71f5b63-095b-4ab2-8051-edd5e5c0033b - - - - - -] Attempt 1 to provision port 86dfa7d7-cd20-4644-9bc9-279f1b637927 2026-05-27 20:34:42.190 12 INFO neutron.plugins.ml2.plugin [None req-850faa39-e85e-4fb4-b73b-ff92e43c18dc - - - - - -] Attempt 1 to provision port 8ceac9d9-f854-4006-81c7-3615576321e6 2026-05-27 20:38:47.442 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 8ceac9d9-f854-4006-81c7-3615576321e6 2026-05-27 20:38:48.852 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 8ceac9d9-f854-4006-81c7-3615576321e6 2026-05-27 20:51:01.394 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 16671c91-57f7-4d1f-b977-6df1e5ccd265 2026-05-27 20:51:03.327 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 16671c91-57f7-4d1f-b977-6df1e5ccd265 2026-05-27 21:07:50.045 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 992982fc-f5fb-4a49-b1ba-323e8ec431fc 2026-05-27 21:07:51.828 11 INFO neutron.plugins.ml2.plugin [None req-725a60cc-01c4-4419-97da-4e921235dab6 - - - - - -] Attempt 1 to provision port 992982fc-f5fb-4a49-b1ba-323e8ec431fc 2026-05-27 21:07:51.923 11 INFO neutron.plugins.ml2.plugin [None req-725a60cc-01c4-4419-97da-4e921235dab6 - - - - - -] Attempt 1 to provision port ba3b72ea-ee51-4990-a01b-92943b7a65fb 2026-05-27 21:07:52.109 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 992982fc-f5fb-4a49-b1ba-323e8ec431fc 2026-05-27 21:07:52.318 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port ba3b72ea-ee51-4990-a01b-92943b7a65fb 2026-05-27 21:07:54.009 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port ba3b72ea-ee51-4990-a01b-92943b7a65fb 2026-05-27 21:07:56.414 11 INFO neutron.plugins.ml2.plugin [None req-ff1bef8e-bc1b-4ee5-875c-ec24ffa7850d - - - - - -] Attempt 1 to provision port ba3b72ea-ee51-4990-a01b-92943b7a65fb 2026-05-27 21:07:56.476 11 INFO neutron.plugins.ml2.plugin [None req-ff1bef8e-bc1b-4ee5-875c-ec24ffa7850d - - - - - -] Attempt 1 to provision port 4070caa8-c490-4f68-b859-e21b95c3b428 2026-05-27 21:07:56.506 11 INFO neutron.plugins.ml2.plugin [None req-ff1bef8e-bc1b-4ee5-875c-ec24ffa7850d - - - - - -] Attempt 1 to provision port 992982fc-f5fb-4a49-b1ba-323e8ec431fc 2026-05-27 21:08:00.016 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 7ccb6c98-0488-4ae7-ae69-788bd460dc0b 2026-05-27 21:08:02.221 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 885d149a-1a66-467d-bc5c-4b4eb3a541fd 2026-05-27 21:08:03.013 11 INFO neutron.plugins.ml2.plugin [None req-ca176e83-beea-4898-92ee-c3f88f829b0b - - - - - -] Attempt 1 to provision port 4070caa8-c490-4f68-b859-e21b95c3b428 2026-05-27 21:08:03.048 11 INFO neutron.plugins.ml2.plugin [None req-ca176e83-beea-4898-92ee-c3f88f829b0b - - - - - -] Attempt 1 to provision port 4b5f7b6f-9858-434d-a8de-30ced48e17f9 2026-05-27 21:08:04.216 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 885d149a-1a66-467d-bc5c-4b4eb3a541fd 2026-05-27 21:08:06.208 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 192f6586-a540-4ac6-b6be-450cee74aec7 2026-05-27 21:08:06.624 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 8edffb7a-60cc-4ecb-8d33-b1873ef4c1e7 2026-05-27 21:08:08.121 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 192f6586-a540-4ac6-b6be-450cee74aec7 2026-05-27 21:08:08.382 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 8edffb7a-60cc-4ecb-8d33-b1873ef4c1e7 2026-05-27 21:08:10.153 11 INFO neutron.plugins.ml2.plugin [None req-40820acb-5c32-4aed-b241-c413ea20f3e1 - - - - - -] Attempt 1 to provision port 4070caa8-c490-4f68-b859-e21b95c3b428 2026-05-27 21:08:10.178 11 INFO neutron.plugins.ml2.plugin [None req-40820acb-5c32-4aed-b241-c413ea20f3e1 - - - - - -] Attempt 1 to provision port 8edffb7a-60cc-4ecb-8d33-b1873ef4c1e7 2026-05-27 21:08:10.230 11 INFO neutron.plugins.ml2.plugin [None req-40820acb-5c32-4aed-b241-c413ea20f3e1 - - - - - -] Attempt 1 to provision port 76edea7e-dd9f-4ae7-b575-28ee3181a95d 2026-05-27 21:08:10.645 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a1b80c3b-0eed-4b92-8861-5f59f9dd2edb 2026-05-27 21:08:11.472 12 INFO neutron.notifiers.nova [None req-2aceec80-61c2-4979-b52e-6407d3604aa8 - - - - - -] Nova event matching ['req-01017091-6d2a-404e-8af6-3d4fd4b5b3c8'] response: {'server_uuid': '70f48877-3a26-4b25-8fef-726776c75828', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a1b80c3b-0eed-4b92-8861-5f59f9dd2edb', 'code': 200} 2026-05-27 21:08:12.473 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a1b80c3b-0eed-4b92-8861-5f59f9dd2edb 2026-05-27 21:08:12.865 11 INFO neutron.plugins.ml2.plugin [None req-3f34a30c-8414-4253-90a7-af8f72fa6292 - - - - - -] Attempt 1 to provision port b9cba1e0-8e34-4800-8b23-7315d3b374f9 2026-05-27 21:08:14.523 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port b9cba1e0-8e34-4800-8b23-7315d3b374f9 2026-05-27 21:08:14.815 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e9bc5545-a70a-42c9-95fc-a2207e7375b9 2026-05-27 21:08:16.501 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e9bc5545-a70a-42c9-95fc-a2207e7375b9 2026-05-27 21:08:16.609 11 INFO neutron.plugins.ml2.plugin [None req-2ac10afd-b554-4a20-b20d-b0ed64047ffd - - - - - -] Attempt 1 to provision port 9a47a08b-9a4a-4319-98e5-7cc7a8fa616a 2026-05-27 21:08:16.629 11 INFO neutron.plugins.ml2.plugin [None req-2ac10afd-b554-4a20-b20d-b0ed64047ffd - - - - - -] Attempt 1 to provision port e9bc5545-a70a-42c9-95fc-a2207e7375b9 2026-05-27 21:08:16.673 11 INFO neutron.plugins.ml2.plugin [None req-2ac10afd-b554-4a20-b20d-b0ed64047ffd - - - - - -] Attempt 1 to provision port 8edffb7a-60cc-4ecb-8d33-b1873ef4c1e7 2026-05-27 21:08:16.727 11 INFO neutron.plugins.ml2.plugin [None req-2ac10afd-b554-4a20-b20d-b0ed64047ffd - - - - - -] Attempt 1 to provision port 76edea7e-dd9f-4ae7-b575-28ee3181a95d 2026-05-27 21:08:18.902 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e7eab7c3-bf31-4fc0-8310-4e8dcbad77e5 2026-05-27 21:08:19.024 12 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-19fd53ad-d459-47d3-a65b-35504afa00a7'] response: {'server_uuid': 'ff6bac5c-2ca2-4981-8d6a-5e55e5b1a509', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e7eab7c3-bf31-4fc0-8310-4e8dcbad77e5', 'code': 200} 2026-05-27 21:08:20.402 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e7eab7c3-bf31-4fc0-8310-4e8dcbad77e5 2026-05-27 21:08:21.489 11 INFO neutron.plugins.ml2.plugin [None req-4cd829ef-3a42-4bc7-bd3f-9a4e5faa15d1 - - - - - -] Attempt 1 to provision port e9bc5545-a70a-42c9-95fc-a2207e7375b9 2026-05-27 21:08:21.548 11 INFO neutron.plugins.ml2.plugin [None req-4cd829ef-3a42-4bc7-bd3f-9a4e5faa15d1 - - - - - -] Attempt 1 to provision port 9a47a08b-9a4a-4319-98e5-7cc7a8fa616a 2026-05-27 21:08:21.581 11 INFO neutron.plugins.ml2.plugin [None req-4cd829ef-3a42-4bc7-bd3f-9a4e5faa15d1 - - - - - -] Attempt 1 to provision port a1b80c3b-0eed-4b92-8861-5f59f9dd2edb 2026-05-27 21:08:24.951 11 INFO neutron.plugins.ml2.plugin [None req-c19a3e94-0fb3-4ac8-aa06-7140e31d85a9 - - - - - -] Attempt 1 to provision port 39087b8b-b0c8-4c8d-8e0d-290860f8e1ac 2026-05-27 21:08:24.954 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 52386b77-81db-4038-9c7b-5d26288dfe24 2026-05-27 21:08:24.985 11 INFO neutron.plugins.ml2.plugin [None req-c19a3e94-0fb3-4ac8-aa06-7140e31d85a9 - - - - - -] Attempt 1 to provision port 9a47a08b-9a4a-4319-98e5-7cc7a8fa616a 2026-05-27 21:08:25.016 11 INFO neutron.plugins.ml2.plugin [None req-c19a3e94-0fb3-4ac8-aa06-7140e31d85a9 - - - - - -] Attempt 1 to provision port 76edea7e-dd9f-4ae7-b575-28ee3181a95d 2026-05-27 21:08:25.079 12 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-0d9b3dab-2c8c-42d9-bf22-65cea256a947'] response: {'server_uuid': 'de516f70-98a3-4fce-a881-306668c3e576', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '52386b77-81db-4038-9c7b-5d26288dfe24', 'code': 200} 2026-05-27 21:08:26.291 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-79ec9e87-dd88-4897-b584-879a685a4b80'] response: {'server_uuid': 'ff6bac5c-2ca2-4981-8d6a-5e55e5b1a509', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e7eab7c3-bf31-4fc0-8310-4e8dcbad77e5', 'code': 200} 2026-05-27 21:08:26.557 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 52386b77-81db-4038-9c7b-5d26288dfe24 2026-05-27 21:08:28.240 12 INFO neutron.plugins.ml2.plugin [None req-e97c3418-2385-4931-bd43-1abbbd70f632 - - - - - -] Attempt 1 to provision port 9a47a08b-9a4a-4319-98e5-7cc7a8fa616a 2026-05-27 21:08:28.271 12 INFO neutron.plugins.ml2.plugin [None req-e97c3418-2385-4931-bd43-1abbbd70f632 - - - - - -] Attempt 1 to provision port e29ee63c-1060-4689-a09d-229dc13bb159 2026-05-27 21:08:28.301 12 INFO neutron.plugins.ml2.plugin [None req-e97c3418-2385-4931-bd43-1abbbd70f632 - - - - - -] Attempt 1 to provision port 76edea7e-dd9f-4ae7-b575-28ee3181a95d 2026-05-27 21:08:31.839 12 INFO neutron.plugins.ml2.plugin [None req-0d5f2fa8-ea40-4979-9799-16ce8c8ac16c - - - - - -] Attempt 1 to provision port 52386b77-81db-4038-9c7b-5d26288dfe24 2026-05-27 21:08:40.565 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4b5f7b6f-9858-434d-a8de-30ced48e17f9 2026-05-27 21:08:40.867 11 INFO neutron.plugins.ml2.plugin [None req-a099ceca-a131-43de-a296-941b55238e47 - - - - - -] Attempt 1 to provision port a113b911-7b81-401b-9425-4675beb71b68 2026-05-27 21:08:41.259 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4070caa8-c490-4f68-b859-e21b95c3b428 2026-05-27 21:08:42.493 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4b5f7b6f-9858-434d-a8de-30ced48e17f9 2026-05-27 21:08:42.669 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 9a47a08b-9a4a-4319-98e5-7cc7a8fa616a 2026-05-27 21:08:43.016 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a113b911-7b81-401b-9425-4675beb71b68 2026-05-27 21:08:43.215 11 INFO neutron.plugins.ml2.plugin [None req-bb8b10b0-97f5-42d8-9d04-03d0a2d8055c - - - - - -] Attempt 1 to provision port e29ee63c-1060-4689-a09d-229dc13bb159 2026-05-27 21:08:43.518 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4070caa8-c490-4f68-b859-e21b95c3b428 2026-05-27 21:08:44.487 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 9a47a08b-9a4a-4319-98e5-7cc7a8fa616a 2026-05-27 21:08:44.713 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 257f0136-faf0-45ca-bb42-71abe74f00a7 2026-05-27 21:08:44.834 12 INFO neutron.plugins.ml2.plugin [None req-e86cdc87-2cd6-4a6c-b1ae-a280506b9529 - - - - - -] Attempt 1 to provision port 984110be-836e-483d-a4db-b668d7a7b3f9 2026-05-27 21:08:44.866 12 INFO neutron.plugins.ml2.plugin [None req-e86cdc87-2cd6-4a6c-b1ae-a280506b9529 - - - - - -] Attempt 1 to provision port 257f0136-faf0-45ca-bb42-71abe74f00a7 2026-05-27 21:08:45.109 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e29ee63c-1060-4689-a09d-229dc13bb159 2026-05-27 21:08:46.618 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 257f0136-faf0-45ca-bb42-71abe74f00a7 2026-05-27 21:08:48.219 11 INFO neutron.plugins.ml2.plugin [None req-52086f71-1c47-49e0-bd36-c8940a5fa30a - - - - - -] Attempt 1 to provision port 984110be-836e-483d-a4db-b668d7a7b3f9 2026-05-27 21:08:48.260 11 INFO neutron.plugins.ml2.plugin [None req-52086f71-1c47-49e0-bd36-c8940a5fa30a - - - - - -] Attempt 1 to provision port 257f0136-faf0-45ca-bb42-71abe74f00a7 2026-05-27 21:08:50.607 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-592e6ec2-a752-44a7-96b5-ba1491beb938'] response: {'server_uuid': '70f48877-3a26-4b25-8fef-726776c75828', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a1b80c3b-0eed-4b92-8861-5f59f9dd2edb', 'code': 200} 2026-05-27 21:08:51.177 11 INFO neutron.plugins.ml2.plugin [None req-1da0eeb3-e800-4d58-a5b5-9438bd73efe4 - - - - - -] Attempt 1 to provision port 984110be-836e-483d-a4db-b668d7a7b3f9 2026-05-27 21:08:51.207 11 INFO neutron.plugins.ml2.plugin [None req-1da0eeb3-e800-4d58-a5b5-9438bd73efe4 - - - - - -] Attempt 1 to provision port 80479722-3372-4823-a3b2-0f28031c4541 2026-05-27 21:08:52.401 12 INFO neutron.plugins.ml2.plugin [None req-71b0f397-f9b1-49ba-acea-09d1c9123250 - - - - - -] Attempt 1 to provision port 984110be-836e-483d-a4db-b668d7a7b3f9 2026-05-27 21:08:53.475 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port b5e3cda0-a099-4cd3-a380-e176f8495719 2026-05-27 21:08:53.616 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-7620163b-e781-4e55-9433-f3fb0a281bfe'] response: {'server_uuid': 'a58947e1-5b4f-443a-bbe4-cb236b627ca0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b5e3cda0-a099-4cd3-a380-e176f8495719', 'code': 200} 2026-05-27 21:08:53.681 12 INFO neutron.plugins.ml2.plugin [None req-66b9e07f-c675-4dd2-9c84-6c37eba88428 - - - - - -] Attempt 1 to provision port b5e3cda0-a099-4cd3-a380-e176f8495719 2026-05-27 21:08:53.914 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a1b80c3b-0eed-4b92-8861-5f59f9dd2edb 2026-05-27 21:08:54.721 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a1b80c3b-0eed-4b92-8861-5f59f9dd2edb 2026-05-27 21:08:54.975 12 INFO neutron.plugins.ml2.plugin [None req-47fb43a5-67e5-4b6f-8280-fcfcdf80ef52 - - - - - -] Attempt 1 to provision port 52386b77-81db-4038-9c7b-5d26288dfe24 2026-05-27 21:08:54.993 12 INFO neutron.plugins.ml2.plugin [None req-47fb43a5-67e5-4b6f-8280-fcfcdf80ef52 - - - - - -] Attempt 1 to provision port b5e3cda0-a099-4cd3-a380-e176f8495719 2026-05-27 21:08:55.688 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-538b4412-024c-4a3b-a5cc-ce900d951348'] response: {'server_uuid': '70f48877-3a26-4b25-8fef-726776c75828', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a1b80c3b-0eed-4b92-8861-5f59f9dd2edb', 'code': 200} 2026-05-27 21:08:58.584 12 INFO neutron.plugins.ml2.plugin [None req-b9efead8-ade1-48d1-89bb-fbdf73b572a1 - - - - - -] Attempt 1 to provision port 697360da-ad0c-4f36-b2e2-dc2de74ed2e7 2026-05-27 21:08:58.706 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 984110be-836e-483d-a4db-b668d7a7b3f9 2026-05-27 21:08:59.056 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 697360da-ad0c-4f36-b2e2-dc2de74ed2e7 2026-05-27 21:08:59.246 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 80479722-3372-4823-a3b2-0f28031c4541 2026-05-27 21:09:00.901 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 984110be-836e-483d-a4db-b668d7a7b3f9 2026-05-27 21:09:01.147 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 697360da-ad0c-4f36-b2e2-dc2de74ed2e7 2026-05-27 21:09:01.340 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 80479722-3372-4823-a3b2-0f28031c4541 2026-05-27 21:09:01.483 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 3f9506bd-7825-4718-b49b-dd4bbd1a65e5 2026-05-27 21:09:02.397 11 INFO neutron.plugins.ml2.plugin [None req-534ba8c7-771f-473f-ab44-d8cb57249cb1 - - - - - -] Attempt 1 to provision port 99aa39b5-73c5-4e1e-b5bd-3848a91c0458 2026-05-27 21:09:02.425 11 INFO neutron.plugins.ml2.plugin [None req-534ba8c7-771f-473f-ab44-d8cb57249cb1 - - - - - -] Attempt 1 to provision port 697360da-ad0c-4f36-b2e2-dc2de74ed2e7 2026-05-27 21:09:02.476 11 INFO neutron.plugins.ml2.plugin [None req-534ba8c7-771f-473f-ab44-d8cb57249cb1 - - - - - -] Attempt 1 to provision port 52386b77-81db-4038-9c7b-5d26288dfe24 2026-05-27 21:09:02.532 11 INFO neutron.plugins.ml2.plugin [None req-534ba8c7-771f-473f-ab44-d8cb57249cb1 - - - - - -] Attempt 1 to provision port de33b06a-4374-4121-9c52-1dd4372781de 2026-05-27 21:09:03.034 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 3f9506bd-7825-4718-b49b-dd4bbd1a65e5 2026-05-27 21:09:04.367 12 INFO neutron.plugins.ml2.plugin [None req-43cb032c-c0e3-4bd1-bc7d-6812942c834c - - - - - -] Attempt 1 to provision port 99aa39b5-73c5-4e1e-b5bd-3848a91c0458 2026-05-27 21:09:06.715 12 INFO neutron.plugins.ml2.plugin [None req-82bdaed5-d7df-44b8-9c59-2aa950d2005a - - - - - -] Attempt 1 to provision port 99aa39b5-73c5-4e1e-b5bd-3848a91c0458 2026-05-27 21:09:16.121 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 81a24ab3-1c2c-4e55-984c-5f4caf774418 2026-05-27 21:09:16.403 12 INFO neutron.plugins.ml2.plugin [None req-ffbe0817-84ac-425b-8407-926b6c48640a - - - - - -] Attempt 1 to provision port e4deacc8-59b7-48d1-86a9-4ae0150a2a5e 2026-05-27 21:09:16.534 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e4deacc8-59b7-48d1-86a9-4ae0150a2a5e 2026-05-27 21:09:16.760 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4b6d79be-0b5d-4408-8a83-d066b1f5a453 2026-05-27 21:09:16.925 11 INFO neutron.notifiers.nova [None req-fcd9c82d-d0b4-48b8-84a7-ea3ea394becd - - - - - -] Nova event matching ['req-4bac7069-984f-415a-891e-60ba15706f99'] response: {'server_uuid': '9b88c65c-0e7a-4417-91a2-fec5ab4f9638', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4b6d79be-0b5d-4408-8a83-d066b1f5a453', 'code': 200} 2026-05-27 21:09:17.840 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 81a24ab3-1c2c-4e55-984c-5f4caf774418 2026-05-27 21:09:18.151 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e4deacc8-59b7-48d1-86a9-4ae0150a2a5e 2026-05-27 21:09:18.368 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 260299e6-d591-41b2-9fd5-d7e0677f5944 2026-05-27 21:09:18.895 11 INFO neutron.plugins.ml2.plugin [None req-c6b79c50-8dd3-446d-b8a7-8c10f57d3dbb - - - - - -] Attempt 1 to provision port 4b6d79be-0b5d-4408-8a83-d066b1f5a453 2026-05-27 21:09:20.178 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 260299e6-d591-41b2-9fd5-d7e0677f5944 2026-05-27 21:09:20.412 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 62480d12-adea-490b-96eb-d1cc9ea5233a 2026-05-27 21:09:22.305 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port de33b06a-4374-4121-9c52-1dd4372781de 2026-05-27 21:09:22.628 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 99aa39b5-73c5-4e1e-b5bd-3848a91c0458 2026-05-27 21:09:22.799 12 INFO neutron.plugins.ml2.plugin [None req-afd21593-85a9-4ef9-b135-2b4cf20a864e - - - - - -] Attempt 1 to provision port 62480d12-adea-490b-96eb-d1cc9ea5233a 2026-05-27 21:09:22.868 12 INFO neutron.plugins.ml2.plugin [None req-afd21593-85a9-4ef9-b135-2b4cf20a864e - - - - - -] Attempt 1 to provision port 15426697-431d-4cc5-8c15-8725e21c77d6 2026-05-27 21:09:22.899 12 INFO neutron.plugins.ml2.plugin [None req-afd21593-85a9-4ef9-b135-2b4cf20a864e - - - - - -] Attempt 1 to provision port e4deacc8-59b7-48d1-86a9-4ae0150a2a5e 2026-05-27 21:09:22.944 12 INFO neutron.plugins.ml2.plugin [None req-afd21593-85a9-4ef9-b135-2b4cf20a864e - - - - - -] Attempt 1 to provision port 62480d12-adea-490b-96eb-d1cc9ea5233a 2026-05-27 21:09:22.951 12 INFO neutron.plugins.ml2.plugin [None req-afd21593-85a9-4ef9-b135-2b4cf20a864e - - - - - -] Attempt 1 to provision port 21c931d6-3ffc-4f0a-844c-bcd91036ff3d 2026-05-27 21:09:22.976 12 INFO neutron.plugins.ml2.plugin [None req-afd21593-85a9-4ef9-b135-2b4cf20a864e - - - - - -] Attempt 1 to provision port 466b15cf-b380-437e-94fe-dd6aed70e793 2026-05-27 21:09:24.368 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port de33b06a-4374-4121-9c52-1dd4372781de 2026-05-27 21:09:24.523 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 99aa39b5-73c5-4e1e-b5bd-3848a91c0458 2026-05-27 21:09:27.380 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 6773f9fa-e498-480c-870a-e437df42418d 2026-05-27 21:09:27.487 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-240758bf-790d-47bc-958a-8cc955df786e'] response: {'server_uuid': '08943f0a-f043-4723-8ac6-2afdbdda3c77', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6773f9fa-e498-480c-870a-e437df42418d', 'code': 200} 2026-05-27 21:09:28.315 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 6773f9fa-e498-480c-870a-e437df42418d 2026-05-27 21:09:28.350 12 INFO neutron.plugins.ml2.plugin [None req-cb155b25-f34b-48be-86eb-be19e7aabcc9 - - - - - -] Attempt 1 to provision port 62480d12-adea-490b-96eb-d1cc9ea5233a 2026-05-27 21:09:28.420 12 INFO neutron.plugins.ml2.plugin [None req-cb155b25-f34b-48be-86eb-be19e7aabcc9 - - - - - -] Attempt 1 to provision port 21c931d6-3ffc-4f0a-844c-bcd91036ff3d 2026-05-27 21:09:28.444 12 INFO neutron.plugins.ml2.plugin [None req-cb155b25-f34b-48be-86eb-be19e7aabcc9 - - - - - -] Attempt 1 to provision port 15426697-431d-4cc5-8c15-8725e21c77d6 2026-05-27 21:09:28.468 12 INFO neutron.plugins.ml2.plugin [None req-cb155b25-f34b-48be-86eb-be19e7aabcc9 - - - - - -] Attempt 1 to provision port 90194ba6-804f-44ee-a146-bf1066ac581d 2026-05-27 21:09:31.627 12 INFO neutron.plugins.ml2.plugin [None req-c295e685-8b39-4b7d-8812-67ec74064081 - - - - - -] Attempt 1 to provision port 21c931d6-3ffc-4f0a-844c-bcd91036ff3d 2026-05-27 21:09:31.679 12 INFO neutron.plugins.ml2.plugin [None req-c295e685-8b39-4b7d-8812-67ec74064081 - - - - - -] Attempt 1 to provision port 15426697-431d-4cc5-8c15-8725e21c77d6 2026-05-27 21:09:32.541 12 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-edb95072-1716-421c-8d38-f67577937342'] response: {'server_uuid': '08943f0a-f043-4723-8ac6-2afdbdda3c77', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6773f9fa-e498-480c-870a-e437df42418d', 'code': 200} 2026-05-27 21:09:34.099 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 15426697-431d-4cc5-8c15-8725e21c77d6 2026-05-27 21:09:34.397 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 466b15cf-b380-437e-94fe-dd6aed70e793 2026-05-27 21:09:35.560 12 INFO neutron.plugins.ml2.plugin [None req-2e7ad9a3-6c3d-4917-8ec1-563082caaf5f - - - - - -] Attempt 1 to provision port 21c931d6-3ffc-4f0a-844c-bcd91036ff3d 2026-05-27 21:09:36.686 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 466b15cf-b380-437e-94fe-dd6aed70e793 2026-05-27 21:09:36.874 12 INFO neutron.plugins.ml2.plugin [None req-597a1969-a80a-447a-b772-b2b717877a16 - - - - - -] Attempt 1 to provision port 21c931d6-3ffc-4f0a-844c-bcd91036ff3d 2026-05-27 21:09:37.128 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 15426697-431d-4cc5-8c15-8725e21c77d6 2026-05-27 21:09:37.334 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2715c077-3de2-4cd6-a744-e1633af2c32c 2026-05-27 21:09:37.437 12 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-1d028639-8e3f-4bf7-ab5a-90c7480f79c0'] response: {'server_uuid': '87f82df8-1ce8-49c4-a6d1-9a8ffdf15726', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2715c077-3de2-4cd6-a744-e1633af2c32c', 'code': 200} 2026-05-27 21:09:38.316 12 INFO neutron.plugins.ml2.plugin [None req-3eae106e-cfff-4e65-8316-3ed0a45aa2ac - - - - - -] Attempt 1 to provision port 2715c077-3de2-4cd6-a744-e1633af2c32c 2026-05-27 21:09:38.722 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 90194ba6-804f-44ee-a146-bf1066ac581d 2026-05-27 21:09:39.057 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 21c931d6-3ffc-4f0a-844c-bcd91036ff3d 2026-05-27 21:09:39.310 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2715c077-3de2-4cd6-a744-e1633af2c32c 2026-05-27 21:09:40.673 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 90194ba6-804f-44ee-a146-bf1066ac581d 2026-05-27 21:09:44.591 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-9f5de3db-4089-41b3-96e2-7d2fea57cbca'] response: {'server_uuid': '87f82df8-1ce8-49c4-a6d1-9a8ffdf15726', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2715c077-3de2-4cd6-a744-e1633af2c32c', 'code': 200} 2026-05-27 21:10:02.364 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 67f79f70-3ef0-4ca2-a52d-74cd8a5cfd30 2026-05-27 21:10:03.163 11 INFO neutron.plugins.ml2.plugin [None req-ca3978cd-b9c3-490f-a238-3e7ec7409a90 - - - - - -] Attempt 1 to provision port 67f79f70-3ef0-4ca2-a52d-74cd8a5cfd30 2026-05-27 21:10:04.385 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 67f79f70-3ef0-4ca2-a52d-74cd8a5cfd30 2026-05-27 21:10:06.436 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 6d0e9679-db7a-4dd8-abcb-5c3eb36280d5 2026-05-27 21:10:30.410 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port f01e2042-bd8a-4503-8def-d4a6061890ab 2026-05-27 21:10:31.305 11 INFO neutron.plugins.ml2.plugin [None req-10ccd53a-cca0-471c-a4c3-04ace6212606 - - - - - -] Attempt 1 to provision port 158b4775-eba2-4da4-ac27-5f2174b66c30 2026-05-27 21:10:31.336 11 INFO neutron.plugins.ml2.plugin [None req-10ccd53a-cca0-471c-a4c3-04ace6212606 - - - - - -] Attempt 1 to provision port f01e2042-bd8a-4503-8def-d4a6061890ab 2026-05-27 21:10:31.397 11 INFO neutron.plugins.ml2.plugin [None req-10ccd53a-cca0-471c-a4c3-04ace6212606 - - - - - -] Attempt 1 to provision port ca69b15a-e067-4655-baaf-18e34b1eb726 2026-05-27 21:10:32.435 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port f01e2042-bd8a-4503-8def-d4a6061890ab 2026-05-27 21:10:32.631 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4e6b96a2-c4f2-4f5d-b2f7-0f26aba06433 2026-05-27 21:10:34.406 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4e6b96a2-c4f2-4f5d-b2f7-0f26aba06433 2026-05-27 21:10:34.905 11 INFO neutron.plugins.ml2.plugin [None req-24d20deb-5d3a-4e2e-b25f-f50203763b7c - - - - - -] Attempt 1 to provision port 45ee8d85-5df3-42ec-8427-4eebdc88813a 2026-05-27 21:10:34.943 11 INFO neutron.plugins.ml2.plugin [None req-24d20deb-5d3a-4e2e-b25f-f50203763b7c - - - - - -] Attempt 1 to provision port f01e2042-bd8a-4503-8def-d4a6061890ab 2026-05-27 21:10:38.452 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a655047e-4c39-4fe0-92b2-de6be4e89c50 2026-05-27 21:10:40.417 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a655047e-4c39-4fe0-92b2-de6be4e89c50 2026-05-27 21:10:42.470 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e7ff4a07-7017-4169-a379-224906994396 2026-05-27 21:10:42.766 11 INFO neutron.plugins.ml2.plugin [None req-52827494-dea1-4052-ae4b-1dddefacffee - - - - - -] Attempt 1 to provision port 038593fb-8bd9-44a2-84f3-541832c4faec 2026-05-27 21:10:42.792 11 INFO neutron.plugins.ml2.plugin [None req-52827494-dea1-4052-ae4b-1dddefacffee - - - - - -] Attempt 1 to provision port e7ff4a07-7017-4169-a379-224906994396 2026-05-27 21:10:44.445 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port e7ff4a07-7017-4169-a379-224906994396 2026-05-27 21:10:46.485 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 9aba6475-ad79-4da2-8f08-eec3fccf5708 2026-05-27 21:10:51.419 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 62b79f1b-6686-4a60-89f5-93079cbd93b1 2026-05-27 21:10:51.524 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-4b783238-1ea0-4f32-8e97-b418c2625390'] response: {'server_uuid': 'ff70bddb-0b10-4501-8f57-5736b74f8a55', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '62b79f1b-6686-4a60-89f5-93079cbd93b1', 'code': 200} 2026-05-27 21:10:52.507 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 158b4775-eba2-4da4-ac27-5f2174b66c30 2026-05-27 21:10:52.803 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 45ee8d85-5df3-42ec-8427-4eebdc88813a 2026-05-27 21:10:52.863 11 INFO neutron.plugins.ml2.plugin [None req-ed81af2b-f3a8-4be0-a56d-4eb3176f741e - - - - - -] Attempt 1 to provision port f01e2042-bd8a-4503-8def-d4a6061890ab 2026-05-27 21:10:52.935 11 INFO neutron.plugins.ml2.plugin [None req-ed81af2b-f3a8-4be0-a56d-4eb3176f741e - - - - - -] Attempt 1 to provision port 62b79f1b-6686-4a60-89f5-93079cbd93b1 2026-05-27 21:10:53.007 11 INFO neutron.plugins.ml2.plugin [None req-ed81af2b-f3a8-4be0-a56d-4eb3176f741e - - - - - -] Attempt 1 to provision port 45ee8d85-5df3-42ec-8427-4eebdc88813a 2026-05-27 21:10:53.164 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 62b79f1b-6686-4a60-89f5-93079cbd93b1 2026-05-27 21:10:54.444 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 158b4775-eba2-4da4-ac27-5f2174b66c30 2026-05-27 21:10:54.625 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port d6940d8a-64fc-44e8-96f1-2bdd51083c99 2026-05-27 21:10:54.982 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 038593fb-8bd9-44a2-84f3-541832c4faec 2026-05-27 21:10:55.284 11 INFO neutron.plugins.ml2.plugin [None req-8cfa1609-7546-48f8-97f0-97c553ad86dc - - - - - -] Attempt 1 to provision port 45ee8d85-5df3-42ec-8427-4eebdc88813a 2026-05-27 21:10:56.402 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port d6940d8a-64fc-44e8-96f1-2bdd51083c99 2026-05-27 21:10:56.578 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 038593fb-8bd9-44a2-84f3-541832c4faec 2026-05-27 21:10:57.660 11 INFO neutron.plugins.ml2.plugin [None req-aec0ec39-497e-4f49-a513-4d676af46dd7 - - - - - -] Attempt 1 to provision port 038593fb-8bd9-44a2-84f3-541832c4faec 2026-05-27 21:10:57.732 11 INFO neutron.plugins.ml2.plugin [None req-aec0ec39-497e-4f49-a513-4d676af46dd7 - - - - - -] Attempt 1 to provision port e7ff4a07-7017-4169-a379-224906994396 2026-05-27 21:11:00.097 11 INFO neutron.plugins.ml2.plugin [None req-7480a483-0738-4f8a-b0cd-3fde947c95f8 - - - - - -] Attempt 1 to provision port 45ee8d85-5df3-42ec-8427-4eebdc88813a 2026-05-27 21:11:00.154 11 INFO neutron.plugins.ml2.plugin [None req-7480a483-0738-4f8a-b0cd-3fde947c95f8 - - - - - -] Attempt 1 to provision port 158b4775-eba2-4da4-ac27-5f2174b66c30 2026-05-27 21:11:02.880 11 INFO neutron.plugins.ml2.plugin [None req-58751e1e-866c-4b58-a566-33efb4d02eb9 - - - - - -] Attempt 1 to provision port 45ee8d85-5df3-42ec-8427-4eebdc88813a 2026-05-27 21:11:02.928 11 INFO neutron.plugins.ml2.plugin [None req-58751e1e-866c-4b58-a566-33efb4d02eb9 - - - - - -] Attempt 1 to provision port d6940d8a-64fc-44e8-96f1-2bdd51083c99 2026-05-27 21:11:02.979 11 INFO neutron.plugins.ml2.plugin [None req-58751e1e-866c-4b58-a566-33efb4d02eb9 - - - - - -] Attempt 1 to provision port 038593fb-8bd9-44a2-84f3-541832c4faec 2026-05-27 21:11:05.663 11 INFO neutron.plugins.ml2.plugin [None req-80a11202-dd9f-49bf-ae33-b40ad080fedd - - - - - -] Attempt 1 to provision port 62b79f1b-6686-4a60-89f5-93079cbd93b1 2026-05-27 21:11:05.739 11 INFO neutron.plugins.ml2.plugin [None req-80a11202-dd9f-49bf-ae33-b40ad080fedd - - - - - -] Attempt 1 to provision port 038593fb-8bd9-44a2-84f3-541832c4faec 2026-05-27 21:11:16.320 12 INFO neutron.plugins.ml2.plugin [None req-d9d070f7-f79b-4865-887b-6c236669ea29 - - - - - -] Attempt 1 to provision port 26fab0f1-74f8-4224-bb0d-6054b27decca 2026-05-27 21:11:18.647 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port c2f681a9-efa5-4418-b21b-955831b86eef 2026-05-27 21:11:20.711 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 51e13cac-51a9-434a-b57e-0151f9c7ae2b 2026-05-27 21:11:21.093 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port c2f681a9-efa5-4418-b21b-955831b86eef 2026-05-27 21:11:21.654 12 INFO neutron.plugins.ml2.plugin [None req-13fc8761-602f-4571-a2e2-4fe771b4e8b6 - - - - - -] Attempt 1 to provision port 51e13cac-51a9-434a-b57e-0151f9c7ae2b 2026-05-27 21:11:22.636 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 51e13cac-51a9-434a-b57e-0151f9c7ae2b 2026-05-27 21:11:26.676 12 INFO neutron.plugins.ml2.plugin [None req-81b27664-30da-4735-b5d7-5ecf97d6c1d2 - - - - - -] Attempt 1 to provision port 51e13cac-51a9-434a-b57e-0151f9c7ae2b 2026-05-27 21:11:26.738 12 INFO neutron.plugins.ml2.plugin [None req-81b27664-30da-4735-b5d7-5ecf97d6c1d2 - - - - - -] Attempt 1 to provision port 4e7e0ea9-85d3-4549-8a47-6ed211adb0b3 2026-05-27 21:11:29.763 11 INFO neutron.plugins.ml2.plugin [None req-b1ed549b-c471-407a-b558-a716765ce613 - - - - - -] Attempt 1 to provision port 4e7e0ea9-85d3-4549-8a47-6ed211adb0b3 2026-05-27 21:11:30.983 12 INFO neutron.plugins.ml2.plugin [None req-48f4403f-a83e-4876-97a9-8a38537e1be1 - - - - - -] Attempt 1 to provision port 4e7e0ea9-85d3-4549-8a47-6ed211adb0b3 2026-05-27 21:11:37.073 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port bcbed94e-d70b-4e6a-97f4-910c519e8458 2026-05-27 21:11:37.204 12 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-18bcdb69-41df-42e7-bdc2-b84d396ca219'] response: {'server_uuid': '022c0ee8-4aeb-4806-87e1-f91eae9d47af', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bcbed94e-d70b-4e6a-97f4-910c519e8458', 'code': 200} 2026-05-27 21:11:37.541 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4e7e0ea9-85d3-4549-8a47-6ed211adb0b3 2026-05-27 21:11:37.886 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 26fab0f1-74f8-4224-bb0d-6054b27decca 2026-05-27 21:11:38.658 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port bcbed94e-d70b-4e6a-97f4-910c519e8458 2026-05-27 21:11:39.087 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 4e7e0ea9-85d3-4549-8a47-6ed211adb0b3 2026-05-27 21:11:39.293 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 26fab0f1-74f8-4224-bb0d-6054b27decca 2026-05-27 21:11:42.679 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 24c31487-4640-445f-8df2-d227a9909dda 2026-05-27 21:11:42.975 11 INFO neutron.plugins.ml2.plugin [None req-61bbbcc4-5c62-4434-b862-df235e0e0b9e - - - - - -] Attempt 1 to provision port 24c31487-4640-445f-8df2-d227a9909dda 2026-05-27 21:11:44.940 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 24c31487-4640-445f-8df2-d227a9909dda 2026-05-27 21:12:19.216 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 7a941f64-926a-4009-ad92-6bd1b2a191c5 2026-05-27 21:12:19.379 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-63d26b29-1d2f-4048-9445-00bf625bf8ac'] response: {'server_uuid': 'fd5b2430-765b-4ce5-a458-063e9a1c9600', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7a941f64-926a-4009-ad92-6bd1b2a191c5', 'code': 200} 2026-05-27 21:12:20.665 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 7a941f64-926a-4009-ad92-6bd1b2a191c5 2026-05-27 21:12:58.982 11 INFO neutron_taas.services.taas.taas_plugin [None req-5818b29b-f2a1-4e77-85fe-a414f2a6ab32 - - - - - -] TaaS: Handle Delete Port: 51e13cac-51a9-434a-b57e-0151f9c7ae2b 2026-05-27 21:12:58.988 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5818b29b-f2a1-4e77-85fe-a414f2a6ab32 - - - - - -] Tap Mirror: Handle Delete Port: 51e13cac-51a9-434a-b57e-0151f9c7ae2b 2026-05-27 21:13:34.748 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port ce2d79bb-dcca-44d5-8e17-c7f6da884067 2026-05-27 21:13:34.804 12 INFO neutron.plugins.ml2.plugin [None req-db79abe1-6a65-4ecd-891e-ce7df8b40e1d - - - - - -] Attempt 1 to provision port ce2d79bb-dcca-44d5-8e17-c7f6da884067 2026-05-27 21:13:36.882 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 9348b11f-4a03-4e44-93ba-3f5f1b03b9cc 2026-05-27 21:13:37.282 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port ce2d79bb-dcca-44d5-8e17-c7f6da884067 2026-05-27 21:13:38.805 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 411b764a-b114-488e-a916-154666454fa6 2026-05-27 21:13:39.186 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 9348b11f-4a03-4e44-93ba-3f5f1b03b9cc 2026-05-27 21:13:41.037 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 411b764a-b114-488e-a916-154666454fa6 2026-05-27 21:13:41.291 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a8b388b7-cf43-4a70-9b80-7e6b3d81bb70 2026-05-27 21:13:42.962 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port a8b388b7-cf43-4a70-9b80-7e6b3d81bb70 2026-05-27 21:13:46.771 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port ce2d79bb-dcca-44d5-8e17-c7f6da884067 2026-05-27 21:13:47.312 11 INFO neutron.plugins.ml2.plugin [None req-c332a3d5-03bf-41fe-8548-7af4e1e90232 - - - - - -] Attempt 1 to provision port a8b388b7-cf43-4a70-9b80-7e6b3d81bb70 2026-05-27 21:13:47.376 11 INFO neutron.plugins.ml2.plugin [None req-c332a3d5-03bf-41fe-8548-7af4e1e90232 - - - - - -] Attempt 1 to provision port 2ecc370d-57df-44a8-b5ff-690a8b1d6f0e 2026-05-27 21:13:47.406 11 INFO neutron.plugins.ml2.plugin [None req-c332a3d5-03bf-41fe-8548-7af4e1e90232 - - - - - -] Attempt 1 to provision port 9348b11f-4a03-4e44-93ba-3f5f1b03b9cc 2026-05-27 21:13:47.464 11 INFO neutron.plugins.ml2.plugin [None req-c332a3d5-03bf-41fe-8548-7af4e1e90232 - - - - - -] Attempt 1 to provision port ce2d79bb-dcca-44d5-8e17-c7f6da884067 2026-05-27 21:13:47.521 11 INFO neutron.plugins.ml2.plugin [None req-c332a3d5-03bf-41fe-8548-7af4e1e90232 - - - - - -] Attempt 1 to provision port 9c4cc8f0-49fa-41da-8038-ae380931bcae 2026-05-27 21:13:52.365 11 INFO neutron.plugins.ml2.plugin [None req-e6373e52-6c95-4755-af1c-13d28b559c02 - - - - - -] Attempt 1 to provision port ddcf04fb-d234-4a08-af38-85a620380233 2026-05-27 21:13:52.400 11 INFO neutron.plugins.ml2.plugin [None req-e6373e52-6c95-4755-af1c-13d28b559c02 - - - - - -] Attempt 1 to provision port a8b388b7-cf43-4a70-9b80-7e6b3d81bb70 2026-05-27 21:13:52.457 11 INFO neutron.plugins.ml2.plugin [None req-e6373e52-6c95-4755-af1c-13d28b559c02 - - - - - -] Attempt 1 to provision port 0ef12911-3c92-4eed-b93d-0fdfe1cf31e4 2026-05-27 21:13:52.480 11 INFO neutron.plugins.ml2.plugin [None req-e6373e52-6c95-4755-af1c-13d28b559c02 - - - - - -] Attempt 1 to provision port 9348b11f-4a03-4e44-93ba-3f5f1b03b9cc 2026-05-27 21:13:52.534 11 INFO neutron.plugins.ml2.plugin [None req-e6373e52-6c95-4755-af1c-13d28b559c02 - - - - - -] Attempt 1 to provision port ce2d79bb-dcca-44d5-8e17-c7f6da884067 2026-05-27 21:13:52.581 11 INFO neutron.plugins.ml2.plugin [None req-e6373e52-6c95-4755-af1c-13d28b559c02 - - - - - -] Attempt 1 to provision port 2ecc370d-57df-44a8-b5ff-690a8b1d6f0e 2026-05-27 21:13:53.275 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 7507807c-eee0-4fb6-92c4-aa11afa44318 2026-05-27 21:13:53.436 12 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-d0f9b4db-8060-40d5-9070-5825cce55a3c'] response: {'server_uuid': 'f15cd7e6-f068-499b-b7fc-746af9513838', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7507807c-eee0-4fb6-92c4-aa11afa44318', 'code': 200} 2026-05-27 21:13:54.735 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 7507807c-eee0-4fb6-92c4-aa11afa44318 2026-05-27 21:13:56.387 12 INFO neutron.plugins.ml2.plugin [None req-1ff94846-7e03-4d6c-b711-3228bf1ad71c - - - - - -] Attempt 1 to provision port ddcf04fb-d234-4a08-af38-85a620380233 2026-05-27 21:13:56.554 12 INFO neutron.plugins.ml2.plugin [None req-1ff94846-7e03-4d6c-b711-3228bf1ad71c - - - - - -] Attempt 1 to provision port a8b388b7-cf43-4a70-9b80-7e6b3d81bb70 2026-05-27 21:13:56.603 12 INFO neutron.plugins.ml2.plugin [None req-1ff94846-7e03-4d6c-b711-3228bf1ad71c - - - - - -] Attempt 1 to provision port 0ef12911-3c92-4eed-b93d-0fdfe1cf31e4 2026-05-27 21:13:56.724 12 INFO neutron.plugins.ml2.plugin [None req-1ff94846-7e03-4d6c-b711-3228bf1ad71c - - - - - -] Attempt 1 to provision port 9348b11f-4a03-4e44-93ba-3f5f1b03b9cc 2026-05-27 21:13:56.768 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2ecc370d-57df-44a8-b5ff-690a8b1d6f0e 2026-05-27 21:13:56.773 12 INFO neutron.plugins.ml2.plugin [None req-1ff94846-7e03-4d6c-b711-3228bf1ad71c - - - - - -] Attempt 1 to provision port 7507807c-eee0-4fb6-92c4-aa11afa44318 2026-05-27 21:13:56.824 12 INFO neutron.plugins.ml2.plugin [None req-1ff94846-7e03-4d6c-b711-3228bf1ad71c - - - - - -] Attempt 1 to provision port 2ecc370d-57df-44a8-b5ff-690a8b1d6f0e 2026-05-27 21:13:57.062 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 0ef12911-3c92-4eed-b93d-0fdfe1cf31e4 2026-05-27 21:13:57.268 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 9c4cc8f0-49fa-41da-8038-ae380931bcae 2026-05-27 21:13:57.544 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port ddcf04fb-d234-4a08-af38-85a620380233 2026-05-27 21:13:58.740 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2ecc370d-57df-44a8-b5ff-690a8b1d6f0e 2026-05-27 21:13:58.962 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 0ef12911-3c92-4eed-b93d-0fdfe1cf31e4 2026-05-27 21:13:59.159 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 9c4cc8f0-49fa-41da-8038-ae380931bcae 2026-05-27 21:13:59.456 12 INFO neutron.plugins.ml2.plugin [None req-4a85058f-7b9a-46cb-80c4-79c074b4473b - - - - - -] Attempt 1 to provision port ddcf04fb-d234-4a08-af38-85a620380233 2026-05-27 21:13:59.508 12 INFO neutron.plugins.ml2.plugin [None req-4a85058f-7b9a-46cb-80c4-79c074b4473b - - - - - -] Attempt 1 to provision port 0ef12911-3c92-4eed-b93d-0fdfe1cf31e4 2026-05-27 21:13:59.556 12 INFO neutron.plugins.ml2.plugin [None req-4a85058f-7b9a-46cb-80c4-79c074b4473b - - - - - -] Attempt 1 to provision port 2ecc370d-57df-44a8-b5ff-690a8b1d6f0e 2026-05-27 21:14:01.723 11 INFO neutron.plugins.ml2.plugin [None req-3f80610b-b010-44c9-aa5c-2591a4b563b8 - - - - - -] Attempt 1 to provision port ddcf04fb-d234-4a08-af38-85a620380233 2026-05-27 21:14:01.789 11 INFO neutron.plugins.ml2.plugin [None req-3f80610b-b010-44c9-aa5c-2591a4b563b8 - - - - - -] Attempt 1 to provision port 0ef12911-3c92-4eed-b93d-0fdfe1cf31e4 2026-05-27 21:14:03.112 11 INFO neutron.plugins.ml2.plugin [None req-0a7797c3-dbc4-4213-a24d-8b475f7ac77e - - - - - -] Attempt 1 to provision port 7507807c-eee0-4fb6-92c4-aa11afa44318 2026-05-27 21:14:10.786 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port add5bfe5-c778-40bb-b5b9-3061b3629b19 2026-05-27 21:14:10.939 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-069c4aad-5fdd-47f0-b906-1d30b37f4062'] response: {'server_uuid': '7a65b2f3-11c5-441d-930e-2ab107e032b9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'add5bfe5-c778-40bb-b5b9-3061b3629b19', 'code': 200} 2026-05-27 21:14:12.756 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port add5bfe5-c778-40bb-b5b9-3061b3629b19 2026-05-27 21:14:44.257 11 INFO neutron.plugins.ml2.plugin [None req-31ae6abb-e5f1-49ab-b3b4-576951a19133 - - - - - -] Attempt 1 to provision port 638639e5-449b-4f9c-b067-6787a760c5b1 2026-05-27 21:15:07.397 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 0f252940-bda1-4409-ba21-568daa94c963 2026-05-27 21:15:07.533 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-ca5350b1-54d0-4577-9ab1-4d2947f60c18'] response: {'server_uuid': 'd2de5772-85e6-4869-8237-ae340303bc1a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0f252940-bda1-4409-ba21-568daa94c963', 'code': 200} 2026-05-27 21:15:08.794 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 0f252940-bda1-4409-ba21-568daa94c963 2026-05-27 21:15:52.069 12 INFO neutron.plugins.ml2.plugin [None req-4f0cf7a7-eec9-4608-b926-05e15f52f5b8 - - - - - -] Attempt 1 to provision port 0cc410f4-1cfd-4266-bd6c-b95a484aafcd 2026-05-27 21:15:58.847 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 0cc410f4-1cfd-4266-bd6c-b95a484aafcd 2026-05-27 21:15:58.978 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-20fb2ee9-3549-4e62-b108-a6ef68ca1063'] response: {'server_uuid': 'd2de5772-85e6-4869-8237-ae340303bc1a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0cc410f4-1cfd-4266-bd6c-b95a484aafcd', 'code': 200} 2026-05-27 21:16:01.347 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 0cc410f4-1cfd-4266-bd6c-b95a484aafcd 2026-05-27 21:16:33.731 11 INFO neutron.plugins.ml2.plugin [None req-e21fc04a-5326-4eb3-ba1e-e3e4b1dd36bd - - - - - -] Attempt 1 to provision port 2f9242dd-fcfd-4b52-929f-9dc414147e96 2026-05-27 21:16:40.482 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2f9242dd-fcfd-4b52-929f-9dc414147e96 2026-05-27 21:16:40.594 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-fec69a1b-c09d-4e70-9f7d-7f5cef27e907'] response: {'server_uuid': 'd2de5772-85e6-4869-8237-ae340303bc1a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2f9242dd-fcfd-4b52-929f-9dc414147e96', 'code': 200} 2026-05-27 21:16:41.053 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2f9242dd-fcfd-4b52-929f-9dc414147e96 2026-05-27 21:16:52.190 12 INFO neutron.plugins.ml2.plugin [None req-082e037a-a43f-4997-931e-35ad59306f82 - - - - - -] Attempt 1 to provision port 2bd1a9c9-a724-44a8-b4cc-8b53fc529803 2026-05-27 21:16:59.114 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2bd1a9c9-a724-44a8-b4cc-8b53fc529803 2026-05-27 21:16:59.210 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-3ac60e30-006b-4d7c-97dd-20be48780f21'] response: {'server_uuid': 'd2de5772-85e6-4869-8237-ae340303bc1a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2bd1a9c9-a724-44a8-b4cc-8b53fc529803', 'code': 200} 2026-05-27 21:17:01.063 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2bd1a9c9-a724-44a8-b4cc-8b53fc529803 2026-05-27 21:17:02.853 12 INFO neutron.plugins.ml2.plugin [None req-433e72ba-03bb-4414-b803-5d80f9e071d8 - - - - - -] Attempt 1 to provision port 2f9242dd-fcfd-4b52-929f-9dc414147e96 2026-05-27 21:17:03.138 11 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2f9242dd-fcfd-4b52-929f-9dc414147e96 2026-05-27 21:17:15.031 11 INFO neutron.plugins.ml2.plugin [None req-5936274b-c7e3-48b3-a7ea-130a00645e35 - - - - - -] Attempt 1 to provision port 2bd1a9c9-a724-44a8-b4cc-8b53fc529803 2026-05-27 21:17:15.200 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2bd1a9c9-a724-44a8-b4cc-8b53fc529803 2026-05-27 21:17:16.452 12 INFO neutron.plugins.ml2.plugin [None req-bbb423f4-f265-4b87-9e2c-05ef82998b60 - - - - - -] Attempt 1 to provision port 2bd1a9c9-a724-44a8-b4cc-8b53fc529803 2026-05-27 21:17:25.154 12 INFO neutron.plugins.ml2.plugin [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Attempt 1 to provision port 2f9242dd-fcfd-4b52-929f-9dc414147e96 2026-05-27 21:17:25.363 11 INFO neutron.plugins.ml2.plugin [None req-ab453305-e5f5-4e56-b21d-32de42333274 - - - - - -] Attempt 1 to provision port 2f9242dd-fcfd-4b52-929f-9dc414147e96 2026-05-27 21:17:53.380 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-0cb35519-c57e-4e0a-a8dd-474e10bb2303'] response: {'server_uuid': 'd2de5772-85e6-4869-8237-ae340303bc1a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0f252940-bda1-4409-ba21-568daa94c963', 'code': 200} 2026-05-27 21:18:09.289 11 INFO neutron.notifiers.nova [None req-81e2e9ee-b92f-4236-bddd-49d88dae866c - - - - - -] Nova event matching ['req-208d9c91-0fb7-4085-89d6-870a49ee6dca'] response: {'server_uuid': 'f15cd7e6-f068-499b-b7fc-746af9513838', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7507807c-eee0-4fb6-92c4-aa11afa44318', 'code': 200}