+ 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-12 12:14:40.163 1 INFO neutron.common.config [-] Logging enabled! 2026-05-12 12:14:40.163 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev7 2026-05-12 12:14:40.164 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-12 12:14:40.164 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-12 12:14:41.123 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-12 12:14:41.125 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-12 12:14:41.128 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-12 12:14:41.129 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-12 12:14:41.129 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-12 12:14:41.130 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-12 12:14:41.130 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 12:14:41.136 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 12:14:41.136 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 12:14:41.136 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-12 12:14:41.155 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-12 12:14:41.156 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-12 12:14:41.156 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-12 12:14:41.204 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-12 12:14:41.205 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-12 12:14:41.205 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-12 12:14:41.205 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-12 12:14:41.530 1 INFO neutron.plugins.ml2.managers [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] Initializing driver for type 'vlan' 2026-05-12 12:14:41.676 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] VlanTypeDriver initialization complete 2026-05-12 12:14:41.676 1 INFO neutron.plugins.ml2.managers [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] Initializing driver for type 'vxlan' 2026-05-12 12:14:41.677 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-12 12:14:41.726 1 INFO neutron.plugins.ml2.managers [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-12 12:14:41.727 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-12 12:14:41.727 1 INFO neutron.plugins.ml2.managers [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] Initializing extension driver 'port_security' 2026-05-12 12:14:41.728 1 INFO neutron.plugins.ml2.extensions.port_security [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-12 12:14:41.728 1 INFO neutron.plugins.ml2.managers [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] Initializing extension driver 'qos' 2026-05-12 12:14:41.728 1 INFO neutron.plugins.ml2.managers [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-12 12:14:41.728 1 INFO neutron.plugins.ml2.managers [None req-4666059b-ffa2-4338-aa8a-725239473c77 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-12 12:14:41.746 1 INFO neutron.quota [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded quota_driver: . 2026-05-12 12:14:41.747 1 INFO neutron.plugins.ml2.plugin [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Modular L2 Plugin initialization complete 2026-05-12 12:14:41.747 1 INFO neutron.plugins.ml2.managers [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-12 12:14:41.747 1 INFO neutron.plugins.ml2.managers [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-12 12:14:41.747 1 INFO neutron.plugins.ml2.managers [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-12 12:14:41.748 1 INFO neutron.extensions.vlantransparent [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Disabled vlantransparent extension. 2026-05-12 12:14:41.748 1 INFO neutron.extensions.qinq [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Disabled VLAN QinQ extension. 2026-05-12 12:14:41.748 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: qos 2026-05-12 12:14:41.761 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: router 2026-05-12 12:14:41.799 1 INFO neutron.services.service_base [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-12 12:14:41.800 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: segments 2026-05-12 12:14:41.889 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: trunk 2026-05-12 12:14:41.906 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: vpnaas 2026-05-12 12:14:41.945 1 WARNING stevedore.named [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-12 12:14:41.945 1 WARNING stevedore.named [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 12:14:42.175 1 INFO neutron_vpnaas.services.vpn.plugin [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-12 12:14:42.175 1 INFO neutron.common.utils [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-12 12:14:42.175 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: taas 2026-05-12 12:14:42.196 1 WARNING stevedore.named [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 12:14:42.220 1 INFO neutron_taas.services.taas.taas_plugin [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-12 12:14:42.220 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: tapmirror 2026-05-12 12:14:42.229 1 WARNING stevedore.named [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 12:14:42.245 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-12 12:14:42.245 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: auto_allocate 2026-05-12 12:14:42.252 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: tag 2026-05-12 12:14:42.257 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: timestamp 2026-05-12 12:14:42.260 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: network_ip_availability 2026-05-12 12:14:42.263 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: flavors 2026-05-12 12:14:42.265 1 INFO neutron.manager [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loading Plugin: revisions 2026-05-12 12:14:42.268 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Initializing extension manager. 2026-05-12 12:14:42.269 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: address-group 2026-05-12 12:14:42.270 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: address-scope 2026-05-12 12:14:42.271 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-12 12:14:42.272 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: agent 2026-05-12 12:14:42.272 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: agent-resources-synced 2026-05-12 12:14:42.273 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-12 12:14:42.274 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-12 12:14:42.274 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: availability_zone 2026-05-12 12:14:42.275 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: availability_zone_filter 2026-05-12 12:14:42.275 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-12 12:14:42.276 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: default-subnetpools 2026-05-12 12:14:42.277 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-12 12:14:42.277 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: dns-integration 2026-05-12 12:14:42.278 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: dns-domain-ports 2026-05-12 12:14:42.278 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-12 12:14:42.279 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: dvr 2026-05-12 12:14:42.279 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-12 12:14:42.280 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: empty-string-filtering 2026-05-12 12:14:42.280 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-12 12:14:42.281 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-12 12:14:42.281 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: external-net 2026-05-12 12:14:42.282 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-12 12:14:42.282 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: extraroute 2026-05-12 12:14:42.283 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: extraroute-atomic 2026-05-12 12:14:42.283 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-12 12:14:42.284 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-12 12:14:42.284 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-12 12:14:42.284 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-12 12:14:42.285 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: fip-port-details 2026-05-12 12:14:42.286 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: flavors 2026-05-12 12:14:42.287 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-12 12:14:42.287 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: floatingip-pools 2026-05-12 12:14:42.288 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: ip_allocation 2026-05-12 12:14:42.288 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-12 12:14:42.289 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: l2_adjacency 2026-05-12 12:14:42.290 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: router 2026-05-12 12:14:42.291 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-12 12:14:42.292 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-12 12:14:42.292 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-12 12:14:42.293 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: ext-gw-mode 2026-05-12 12:14:42.293 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: l3-ha 2026-05-12 12:14:42.294 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-12 12:14:42.294 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-12 12:14:42.295 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: l3-flavors 2026-05-12 12:14:42.295 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-12 12:14:42.296 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-12 12:14:42.298 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-12 12:14:42.299 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-12 12:14:42.300 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-12 12:14:42.301 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-12 12:14:42.304 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-12 12:14:42.305 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: multi-provider 2026-05-12 12:14:42.306 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: net-mtu 2026-05-12 12:14:42.307 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: net-mtu-writable 2026-05-12 12:14:42.308 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: network_availability_zone 2026-05-12 12:14:42.308 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: network_ha 2026-05-12 12:14:42.309 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: network-ip-availability 2026-05-12 12:14:42.311 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-12 12:14:42.312 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: pagination 2026-05-12 12:14:42.312 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-device-profile 2026-05-12 12:14:42.313 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-12 12:14:42.314 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-12 12:14:42.315 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-12 12:14:42.316 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-mac-override 2026-05-12 12:14:42.316 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-12 12:14:42.317 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-12 12:14:42.319 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-12 12:14:42.319 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-resource-request 2026-05-12 12:14:42.320 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-12 12:14:42.320 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-12 12:14:42.321 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: binding 2026-05-12 12:14:42.322 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: binding-extended 2026-05-12 12:14:42.323 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-security 2026-05-12 12:14:42.323 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: project-id 2026-05-12 12:14:42.324 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: provider 2026-05-12 12:14:42.325 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-12 12:14:42.327 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos 2026-05-12 12:14:42.328 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-12 12:14:42.329 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-12 12:14:42.329 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-default 2026-05-12 12:14:42.330 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-fip 2026-05-12 12:14:42.330 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-12 12:14:42.331 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-12 12:14:42.332 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-12 12:14:42.332 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-12 12:14:42.333 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-12 12:14:42.333 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-pps 2026-05-12 12:14:42.334 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-12 12:14:42.334 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-12 12:14:42.335 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: qos-rules-alias 2026-05-12 12:14:42.335 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: quota-check-limit 2026-05-12 12:14:42.336 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-12 12:14:42.338 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: quotas 2026-05-12 12:14:42.341 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: quota_details 2026-05-12 12:14:42.342 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: rbac-policies 2026-05-12 12:14:42.343 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: rbac-address-group 2026-05-12 12:14:42.343 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: rbac-address-scope 2026-05-12 12:14:42.344 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: rbac-security-groups 2026-05-12 12:14:42.344 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-12 12:14:42.345 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: revision-if-match 2026-05-12 12:14:42.346 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-12 12:14:42.346 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: router_availability_zone 2026-05-12 12:14:42.347 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-12 12:14:42.349 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-12 12:14:42.349 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-12 12:14:42.350 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-12 12:14:42.350 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-12 12:14:42.351 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-12 12:14:42.351 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-12 12:14:42.355 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: security-group 2026-05-12 12:14:42.356 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: segment 2026-05-12 12:14:42.357 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-12 12:14:42.357 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: service-type 2026-05-12 12:14:42.358 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: sorting 2026-05-12 12:14:42.358 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: standard-attr-segment 2026-05-12 12:14:42.359 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: standard-attr-description 2026-05-12 12:14:42.360 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: stateful-security-group 2026-05-12 12:14:42.360 1 WARNING neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-12 12:14:42.361 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-12 12:14:42.361 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: subnet-external-network 2026-05-12 12:14:42.362 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: subnet_onboard 2026-05-12 12:14:42.362 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-12 12:14:42.363 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: subnet-service-types 2026-05-12 12:14:42.363 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: subnet_allocation 2026-05-12 12:14:42.364 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-12 12:14:42.365 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: tag-creation 2026-05-12 12:14:42.365 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-12 12:14:42.373 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: standard-attr-tag 2026-05-12 12:14:42.374 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-12 12:14:42.375 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: trunk 2026-05-12 12:14:42.376 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: trunk-details 2026-05-12 12:14:42.376 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-12 12:14:42.377 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-12 12:14:42.378 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-12 12:14:42.378 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-12 12:14:42.381 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-12 12:14:42.382 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-12 12:14:42.382 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: vpn-flavors 2026-05-12 12:14:42.384 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: vpnaas 2026-05-12 12:14:42.385 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: taas 2026-05-12 12:14:42.386 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: tap-mirror 2026-05-12 12:14:42.387 1 INFO neutron.api.extensions [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-12 12:14:42.390 1 INFO oslo_service.backend.eventlet.service [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Starting 2 workers 2026-05-12 12:14:42.396 1 INFO oslo_service.backend.eventlet.service [None req-a8e3f45e-ccd7-4b1b-a0a2-3a5412264a01 - - - - - -] Starting 1 workers 2026-05-12 12:15:28.426 12 INFO neutron.db.l3_hamode_db [None req-7ecf3c4e-3522-49cd-b12d-e4b26b01e1fe - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 12:15:44.384 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port bf329f08-e49e-4de3-a305-213aaeef77e9 2026-05-12 12:15:44.848 12 INFO neutron.plugins.ml2.plugin [None req-3cec4dc1-79d6-45d2-874e-0d75317fc2e6 - - - - - -] Attempt 1 to provision port bf329f08-e49e-4de3-a305-213aaeef77e9 2026-05-12 12:15:46.298 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port bf329f08-e49e-4de3-a305-213aaeef77e9 2026-05-12 12:15:46.566 12 INFO neutron.plugins.ml2.plugin [None req-2a0469ce-8f22-4256-931c-df86525c01c0 - - - - - -] Attempt 1 to provision port bf329f08-e49e-4de3-a305-213aaeef77e9 2026-05-12 12:20:12.526 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port f89d558a-48d2-47ef-9224-45a090af40f4 2026-05-12 12:20:13.561 12 INFO neutron.plugins.ml2.plugin [None req-eb1f3d21-cd01-407f-95ab-77a677aaa981 - - - - - -] Attempt 1 to provision port f89d558a-48d2-47ef-9224-45a090af40f4 2026-05-12 12:20:14.486 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port f89d558a-48d2-47ef-9224-45a090af40f4 2026-05-12 12:20:15.224 12 INFO neutron.plugins.ml2.plugin [None req-6b864bef-ed2b-4d3b-ba83-eee627e001e2 - - - - - -] Attempt 1 to provision port f89d558a-48d2-47ef-9224-45a090af40f4 2026-05-12 12:20:21.144 12 INFO neutron.plugins.ml2.plugin [None req-4ad8c01d-2343-4378-9b59-3c4671170d64 - - - - - -] Attempt 1 to provision port 80a85626-9b4d-4f35-8ab1-8877ccc5cb3c 2026-05-12 12:25:45.309 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 80a85626-9b4d-4f35-8ab1-8877ccc5cb3c 2026-05-12 12:25:46.722 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 80a85626-9b4d-4f35-8ab1-8877ccc5cb3c 2026-05-12 12:41:37.448 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port c45a37bf-78bf-4ce0-b934-ad4496c7c0fc 2026-05-12 12:41:39.420 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port c45a37bf-78bf-4ce0-b934-ad4496c7c0fc 2026-05-12 12:57:03.382 12 INFO neutron.plugins.ml2.plugin [None req-444cbcb1-94b3-4e3d-9a15-badf6fb8ed1f - - - - - -] Attempt 1 to provision port c139d19c-3158-445e-8433-948e7c5ed045 2026-05-12 12:57:04.088 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port c139d19c-3158-445e-8433-948e7c5ed045 2026-05-12 12:57:06.105 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port d6829fa8-9ba3-44f0-b87d-bf60d0d6e8f6 2026-05-12 12:57:08.071 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port d6829fa8-9ba3-44f0-b87d-bf60d0d6e8f6 2026-05-12 12:57:10.098 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port adfa2534-c9d8-4dac-97cc-25938e8b6214 2026-05-12 12:57:12.111 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port adfa2534-c9d8-4dac-97cc-25938e8b6214 2026-05-12 12:57:12.431 12 INFO neutron.plugins.ml2.plugin [None req-d76b3921-6f78-4eab-80fa-9527ef1e77de - - - - - -] Attempt 1 to provision port adfa2534-c9d8-4dac-97cc-25938e8b6214 2026-05-12 12:57:12.496 12 INFO neutron.plugins.ml2.plugin [None req-d76b3921-6f78-4eab-80fa-9527ef1e77de - - - - - -] Attempt 1 to provision port 51e2afa4-2765-44c6-870f-5ee3a8f09cc2 2026-05-12 12:57:12.525 12 INFO neutron.plugins.ml2.plugin [None req-d76b3921-6f78-4eab-80fa-9527ef1e77de - - - - - -] Attempt 1 to provision port c139d19c-3158-445e-8433-948e7c5ed045 2026-05-12 12:57:12.576 12 INFO neutron.plugins.ml2.plugin [None req-d76b3921-6f78-4eab-80fa-9527ef1e77de - - - - - -] Attempt 1 to provision port d6829fa8-9ba3-44f0-b87d-bf60d0d6e8f6 2026-05-12 12:57:12.622 12 INFO neutron.plugins.ml2.plugin [None req-d76b3921-6f78-4eab-80fa-9527ef1e77de - - - - - -] Attempt 1 to provision port f32a4015-ace2-469d-8b1b-6f7eb80aa802 2026-05-12 12:57:12.644 12 INFO neutron.plugins.ml2.plugin [None req-d76b3921-6f78-4eab-80fa-9527ef1e77de - - - - - -] Attempt 1 to provision port 48e16513-960e-4d1f-9a05-c49ad9597dbb 2026-05-12 12:57:16.180 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 7e2def22-4658-40c7-9dac-1b8acfae8dca 2026-05-12 12:57:16.655 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port cdf1427a-ad7b-44b8-8f86-e8b94b89a90e 2026-05-12 12:57:18.155 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 7e2def22-4658-40c7-9dac-1b8acfae8dca 2026-05-12 12:57:18.452 12 INFO neutron.plugins.ml2.plugin [None req-4e110154-11df-4bd7-b2e5-3e7602b560d9 - - - - - -] Attempt 1 to provision port cdf1427a-ad7b-44b8-8f86-e8b94b89a90e 2026-05-12 12:57:20.680 12 INFO neutron.plugins.ml2.plugin [None req-ea8d2641-e3df-4d47-9b7e-0662bb1009be - - - - - -] Attempt 1 to provision port adfa2534-c9d8-4dac-97cc-25938e8b6214 2026-05-12 12:57:20.730 12 INFO neutron.plugins.ml2.plugin [None req-ea8d2641-e3df-4d47-9b7e-0662bb1009be - - - - - -] Attempt 1 to provision port 51e2afa4-2765-44c6-870f-5ee3a8f09cc2 2026-05-12 12:57:20.754 12 INFO neutron.plugins.ml2.plugin [None req-ea8d2641-e3df-4d47-9b7e-0662bb1009be - - - - - -] Attempt 1 to provision port 48e16513-960e-4d1f-9a05-c49ad9597dbb 2026-05-12 12:57:22.086 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 58edcf43-8f3d-40a6-94e3-51759510b369 2026-05-12 12:57:24.315 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 58edcf43-8f3d-40a6-94e3-51759510b369 2026-05-12 12:57:26.219 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 93d465ea-91cd-426e-a3c7-675a08da9fbb 2026-05-12 12:57:28.101 11 INFO neutron.plugins.ml2.plugin [None req-bdc8c6fe-a39e-4a64-a698-1dcf9d13092f - - - - - -] Attempt 1 to provision port 1b55eb76-4361-4d47-8b66-2c201715abd8 2026-05-12 12:57:28.133 11 INFO neutron.plugins.ml2.plugin [None req-bdc8c6fe-a39e-4a64-a698-1dcf9d13092f - - - - - -] Attempt 1 to provision port 93d465ea-91cd-426e-a3c7-675a08da9fbb 2026-05-12 12:57:28.198 11 INFO neutron.plugins.ml2.plugin [None req-bdc8c6fe-a39e-4a64-a698-1dcf9d13092f - - - - - -] Attempt 1 to provision port 51e2afa4-2765-44c6-870f-5ee3a8f09cc2 2026-05-12 12:57:28.223 11 INFO neutron.plugins.ml2.plugin [None req-bdc8c6fe-a39e-4a64-a698-1dcf9d13092f - - - - - -] Attempt 1 to provision port 48e16513-960e-4d1f-9a05-c49ad9597dbb 2026-05-12 12:57:28.252 11 INFO neutron.plugins.ml2.plugin [None req-bdc8c6fe-a39e-4a64-a698-1dcf9d13092f - - - - - -] Attempt 1 to provision port 2f9ce0f5-913b-4571-8335-699336c54f2f 2026-05-12 12:57:28.711 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 93d465ea-91cd-426e-a3c7-675a08da9fbb 2026-05-12 12:57:28.950 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 3da7fc5c-9952-4ca9-a54c-4df6680e7673 2026-05-12 12:57:29.483 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-111376ac-226c-4bd0-ae2c-ae05b7186d92'] response: {'server_uuid': '9cda95a3-4cfa-4cb2-b058-1be09b483bb9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3da7fc5c-9952-4ca9-a54c-4df6680e7673', 'code': 200} 2026-05-12 12:57:30.176 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 3da7fc5c-9952-4ca9-a54c-4df6680e7673 2026-05-12 12:57:32.669 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 31b1f654-9ceb-48d6-8ba7-39a9226914e5 2026-05-12 12:57:32.791 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-a0825ebd-8c96-4218-af79-22ce5719f6b4'] response: {'server_uuid': '31c0011b-1682-48f6-a206-774a17248b6f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '31b1f654-9ceb-48d6-8ba7-39a9226914e5', 'code': 200} 2026-05-12 12:57:33.576 11 INFO neutron.plugins.ml2.plugin [None req-887dabd5-7877-42dc-a001-326494cd8205 - - - - - -] Attempt 1 to provision port 48e16513-960e-4d1f-9a05-c49ad9597dbb 2026-05-12 12:57:33.602 11 INFO neutron.plugins.ml2.plugin [None req-887dabd5-7877-42dc-a001-326494cd8205 - - - - - -] Attempt 1 to provision port 1b55eb76-4361-4d47-8b66-2c201715abd8 2026-05-12 12:57:33.628 11 INFO neutron.plugins.ml2.plugin [None req-887dabd5-7877-42dc-a001-326494cd8205 - - - - - -] Attempt 1 to provision port 93d465ea-91cd-426e-a3c7-675a08da9fbb 2026-05-12 12:57:34.312 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 31b1f654-9ceb-48d6-8ba7-39a9226914e5 2026-05-12 12:57:36.709 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 54bb3a37-d9a6-48b3-9cbb-30c6ead2dfa6 2026-05-12 12:57:37.312 12 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-115c6f3f-6855-4387-8ac3-6d8b02a35799'] response: {'server_uuid': 'b0171682-4232-4c86-9148-9aaa339f587d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '54bb3a37-d9a6-48b3-9cbb-30c6ead2dfa6', 'code': 200} 2026-05-12 12:57:37.553 12 INFO neutron.plugins.ml2.plugin [None req-9869a710-8034-45df-811e-2ae4cac56d8a - - - - - -] Attempt 1 to provision port 31b1f654-9ceb-48d6-8ba7-39a9226914e5 2026-05-12 12:57:37.617 12 INFO neutron.plugins.ml2.plugin [None req-9869a710-8034-45df-811e-2ae4cac56d8a - - - - - -] Attempt 1 to provision port 5573bb3c-f11b-48f4-9217-230d77d244c0 2026-05-12 12:57:37.713 12 INFO neutron.plugins.ml2.plugin [None req-9869a710-8034-45df-811e-2ae4cac56d8a - - - - - -] Attempt 1 to provision port 54bb3a37-d9a6-48b3-9cbb-30c6ead2dfa6 2026-05-12 12:57:38.457 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 54bb3a37-d9a6-48b3-9cbb-30c6ead2dfa6 2026-05-12 12:57:41.315 12 INFO neutron.plugins.ml2.plugin [None req-5636ad89-10f6-4b8a-afe3-5b06ee393f95 - - - - - -] Attempt 1 to provision port 1b55eb76-4361-4d47-8b66-2c201715abd8 2026-05-12 12:57:44.705 11 INFO neutron.plugins.ml2.plugin [None req-3f55bcec-54e0-4f9e-be96-358c6d194d3f - - - - - -] Attempt 1 to provision port 1b55eb76-4361-4d47-8b66-2c201715abd8 2026-05-12 12:57:48.809 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 4a8675b5-0ef6-49fe-ac00-9ed83faeb62f 2026-05-12 12:57:50.763 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port b7087492-3f25-4917-8fc9-0c2d4266a855 2026-05-12 12:57:51.232 11 INFO neutron.plugins.ml2.plugin [None req-ccff5447-c40b-4795-b5df-9e7a797e9337 - - - - - -] Attempt 1 to provision port bea8cb81-25b9-4359-ab82-58c39e5b76e6 2026-05-12 12:57:51.667 11 INFO neutron.plugins.ml2.plugin [None req-e310a83c-6899-4fb7-afe9-9c4d2dc156c0 - - - - - -] Attempt 1 to provision port 4a8675b5-0ef6-49fe-ac00-9ed83faeb62f 2026-05-12 12:57:51.879 12 INFO neutron.plugins.ml2.plugin [None req-2a90d95b-ad8d-4b1b-8477-48b2cef993ab - - - - - -] Attempt 1 to provision port 4a8675b5-0ef6-49fe-ac00-9ed83faeb62f 2026-05-12 12:57:53.238 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port b7087492-3f25-4917-8fc9-0c2d4266a855 2026-05-12 12:57:55.049 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 4815d679-570c-4c2e-af61-edb2c9b0bbf5 2026-05-12 12:57:57.177 11 INFO neutron.plugins.ml2.plugin [None req-666af325-c122-4eb3-b894-9ac2dad9b2df - - - - - -] Attempt 1 to provision port 4815d679-570c-4c2e-af61-edb2c9b0bbf5 2026-05-12 12:57:57.237 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port bbbddeec-f6f4-42fe-aa44-727b7b46e26f 2026-05-12 12:57:57.260 11 INFO neutron.plugins.ml2.plugin [None req-666af325-c122-4eb3-b894-9ac2dad9b2df - - - - - -] Attempt 1 to provision port 8ed02dee-9342-4d6f-bac1-52e27603a97e 2026-05-12 12:57:57.602 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 4815d679-570c-4c2e-af61-edb2c9b0bbf5 2026-05-12 12:57:57.783 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 5573bb3c-f11b-48f4-9217-230d77d244c0 2026-05-12 12:57:58.024 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 1b55eb76-4361-4d47-8b66-2c201715abd8 2026-05-12 12:57:59.407 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port bbbddeec-f6f4-42fe-aa44-727b7b46e26f 2026-05-12 12:57:59.601 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 5573bb3c-f11b-48f4-9217-230d77d244c0 2026-05-12 12:57:59.800 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 1b55eb76-4361-4d47-8b66-2c201715abd8 2026-05-12 12:58:02.031 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 8ebe93ac-24c4-427f-8a66-7764d78bca13 2026-05-12 12:58:02.451 11 INFO neutron.plugins.ml2.plugin [None req-a5bb05bb-44f8-404c-8859-a22b0de85690 - - - - - -] Attempt 1 to provision port d3211327-dce9-4630-bc92-ec350a362e02 2026-05-12 12:58:02.572 11 INFO neutron.notifiers.nova [None req-a5bb05bb-44f8-404c-8859-a22b0de85690 - - - - - -] Nova event matching ['req-855b45e9-e68d-4f77-ba36-8af6e23dd440'] response: {'server_uuid': '01afceba-cef6-44a0-93d7-91694270e554', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd3211327-dce9-4630-bc92-ec350a362e02', 'code': 200} 2026-05-12 12:58:02.973 12 INFO neutron.plugins.ml2.plugin [None req-400661fd-5f7b-4249-ba2d-950617962b7d - - - - - -] Attempt 1 to provision port 8ebe93ac-24c4-427f-8a66-7764d78bca13 2026-05-12 12:58:03.045 12 INFO neutron.plugins.ml2.plugin [None req-400661fd-5f7b-4249-ba2d-950617962b7d - - - - - -] Attempt 1 to provision port fe78239e-58c6-44a6-ba65-47acc34d765b 2026-05-12 12:58:03.670 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 8ebe93ac-24c4-427f-8a66-7764d78bca13 2026-05-12 12:58:03.849 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port d3211327-dce9-4630-bc92-ec350a362e02 2026-05-12 12:58:07.192 12 INFO neutron.plugins.ml2.plugin [None req-a7ad8ca4-4c4e-44bc-8b64-4cb48bc22779 - - - - - -] Attempt 1 to provision port 4815d679-570c-4c2e-af61-edb2c9b0bbf5 2026-05-12 12:58:07.275 12 INFO neutron.plugins.ml2.plugin [None req-a7ad8ca4-4c4e-44bc-8b64-4cb48bc22779 - - - - - -] Attempt 1 to provision port d3211327-dce9-4630-bc92-ec350a362e02 2026-05-12 12:58:07.364 12 INFO neutron.plugins.ml2.plugin [None req-a7ad8ca4-4c4e-44bc-8b64-4cb48bc22779 - - - - - -] Attempt 1 to provision port 8ed02dee-9342-4d6f-bac1-52e27603a97e 2026-05-12 12:58:08.647 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port e74febc7-14f8-4265-b175-0d1c797676c1 2026-05-12 12:58:08.750 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-691b4e8f-458f-415a-9fb9-3560dcd93b51'] response: {'server_uuid': 'db27477d-5fc0-4bc1-a399-5f9ac8cd4530', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e74febc7-14f8-4265-b175-0d1c797676c1', 'code': 200} 2026-05-12 12:58:09.064 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 2d224dc9-5851-4e43-85b1-21456d2cad04 2026-05-12 12:58:09.380 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 8ed02dee-9342-4d6f-bac1-52e27603a97e 2026-05-12 12:58:09.790 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 8ed02dee-9342-4d6f-bac1-52e27603a97e 2026-05-12 12:58:10.190 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 2d224dc9-5851-4e43-85b1-21456d2cad04 2026-05-12 12:58:10.376 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port e74febc7-14f8-4265-b175-0d1c797676c1 2026-05-12 12:58:11.625 11 INFO neutron.plugins.ml2.plugin [None req-ea52fa95-6729-4762-b1a6-a66033475c95 - - - - - -] Attempt 1 to provision port 8ebe93ac-24c4-427f-8a66-7764d78bca13 2026-05-12 12:58:11.716 11 INFO neutron.plugins.ml2.plugin [None req-ea52fa95-6729-4762-b1a6-a66033475c95 - - - - - -] Attempt 1 to provision port e74febc7-14f8-4265-b175-0d1c797676c1 2026-05-12 12:58:11.780 11 INFO neutron.plugins.ml2.plugin [None req-ea52fa95-6729-4762-b1a6-a66033475c95 - - - - - -] Attempt 1 to provision port fe78239e-58c6-44a6-ba65-47acc34d765b 2026-05-12 12:58:15.109 11 INFO neutron.plugins.ml2.plugin [None req-9028bff9-4401-46fe-8789-ace8ec7de5ac - - - - - -] Attempt 1 to provision port 2d224dc9-5851-4e43-85b1-21456d2cad04 2026-05-12 12:58:15.935 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 1e221260-fbb6-41fa-90f6-f656b05aed50 2026-05-12 12:58:16.300 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port fe78239e-58c6-44a6-ba65-47acc34d765b 2026-05-12 12:58:17.907 12 INFO neutron.plugins.ml2.plugin [None req-d7ba9c38-65c6-42d3-868f-e20d7da7dcbc - - - - - -] Attempt 1 to provision port 1e221260-fbb6-41fa-90f6-f656b05aed50 2026-05-12 12:58:17.927 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 1e221260-fbb6-41fa-90f6-f656b05aed50 2026-05-12 12:58:18.116 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port fe78239e-58c6-44a6-ba65-47acc34d765b 2026-05-12 12:58:25.925 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port df89c2d7-a3a8-418a-8b6c-48edbe318a52 2026-05-12 12:58:26.316 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 724f2c24-e62c-4efb-900e-454f84bd68c5 2026-05-12 12:58:27.799 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port e12c013a-9bd0-4b82-a96c-22cbc8ded280 2026-05-12 12:58:28.145 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port df89c2d7-a3a8-418a-8b6c-48edbe318a52 2026-05-12 12:58:28.409 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 724f2c24-e62c-4efb-900e-454f84bd68c5 2026-05-12 12:58:29.772 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port e12c013a-9bd0-4b82-a96c-22cbc8ded280 2026-05-12 12:58:31.699 11 INFO neutron.plugins.ml2.plugin [None req-8e0beda0-7bc0-4cc6-aeb2-8679e444fe95 - - - - - -] Attempt 1 to provision port de6a62e2-b8e1-4678-aea5-192feada5d8c 2026-05-12 12:58:31.738 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port de6a62e2-b8e1-4678-aea5-192feada5d8c 2026-05-12 12:58:32.075 11 INFO neutron.plugins.ml2.plugin [None req-8e0beda0-7bc0-4cc6-aeb2-8679e444fe95 - - - - - -] Attempt 1 to provision port e12c013a-9bd0-4b82-a96c-22cbc8ded280 2026-05-12 12:58:32.150 11 INFO neutron.plugins.ml2.plugin [None req-8e0beda0-7bc0-4cc6-aeb2-8679e444fe95 - - - - - -] Attempt 1 to provision port a5e65c8a-c462-4938-bfda-d10f7a91d6fa 2026-05-12 12:58:33.782 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port de6a62e2-b8e1-4678-aea5-192feada5d8c 2026-05-12 12:58:36.202 12 INFO neutron.plugins.ml2.plugin [None req-a07b8500-7a66-4d09-9a4d-1bdfe2f9e347 - - - - - -] Attempt 1 to provision port 56203dfc-c465-4a78-b5e0-6c400285bcbf 2026-05-12 12:58:36.233 12 INFO neutron.plugins.ml2.plugin [None req-a07b8500-7a66-4d09-9a4d-1bdfe2f9e347 - - - - - -] Attempt 1 to provision port e12c013a-9bd0-4b82-a96c-22cbc8ded280 2026-05-12 12:58:36.298 12 INFO neutron.plugins.ml2.plugin [None req-a07b8500-7a66-4d09-9a4d-1bdfe2f9e347 - - - - - -] Attempt 1 to provision port de6a62e2-b8e1-4678-aea5-192feada5d8c 2026-05-12 12:58:36.361 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port a5e65c8a-c462-4938-bfda-d10f7a91d6fa 2026-05-12 12:58:40.395 12 INFO neutron.plugins.ml2.plugin [None req-18b14085-0b26-4527-9e58-bbc00aa2c372 - - - - - -] Attempt 1 to provision port bf329f08-e49e-4de3-a305-213aaeef77e9 2026-05-12 12:58:40.458 12 INFO neutron.plugins.ml2.plugin [None req-3d197df0-e6f3-4076-956a-5450959268cb - - - - - -] Attempt 1 to provision port cc605491-dba5-4831-b044-848af0564287 2026-05-12 12:58:40.496 12 INFO neutron.plugins.ml2.plugin [None req-3d197df0-e6f3-4076-956a-5450959268cb - - - - - -] Attempt 1 to provision port ad584152-164b-4e4b-ae9f-818a0887c455 2026-05-12 12:58:40.527 12 INFO neutron.plugins.ml2.plugin [None req-3d197df0-e6f3-4076-956a-5450959268cb - - - - - -] Attempt 1 to provision port 56203dfc-c465-4a78-b5e0-6c400285bcbf 2026-05-12 12:58:40.555 12 INFO neutron.plugins.ml2.plugin [None req-3d197df0-e6f3-4076-956a-5450959268cb - - - - - -] Attempt 1 to provision port 507877ba-82d5-45e0-849e-71a78c9a0bf9 2026-05-12 12:58:41.373 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 9b1dd336-6cff-4891-876e-81761d5f3567 2026-05-12 12:58:41.814 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 8cfc7638-1ac5-4a31-8b40-7767b384bf1c 2026-05-12 12:58:41.854 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-99fb3f3f-70ba-483a-b7ce-5dd90fa95910'] response: {'server_uuid': '7ad4223b-b7af-406c-b171-cfe1b34d9156', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b1dd336-6cff-4891-876e-81761d5f3567', 'code': 200} 2026-05-12 12:58:42.466 12 INFO neutron.plugins.ml2.plugin [None req-3de5e18b-f0d0-40e5-9042-e610725f2a1e - - - - - -] Attempt 1 to provision port 9b1dd336-6cff-4891-876e-81761d5f3567 2026-05-12 12:58:42.708 12 INFO neutron.plugins.ml2.plugin [None req-3de5e18b-f0d0-40e5-9042-e610725f2a1e - - - - - -] Attempt 1 to provision port 8cfc7638-1ac5-4a31-8b40-7767b384bf1c 2026-05-12 12:58:43.371 12 INFO neutron.plugins.ml2.plugin [None req-5269f98e-89cf-404c-bb9e-4b51d24b4919 - - - - - -] Attempt 1 to provision port fa3d8601-9caa-4c42-9c12-21f0cb6c5b02 2026-05-12 12:58:43.398 12 INFO neutron.plugins.ml2.plugin [None req-5269f98e-89cf-404c-bb9e-4b51d24b4919 - - - - - -] Attempt 1 to provision port 56203dfc-c465-4a78-b5e0-6c400285bcbf 2026-05-12 12:58:43.896 11 INFO neutron.notifiers.nova [None req-378b1fac-9356-4bec-b625-0f764b7c5a0c - - - - - -] Nova event matching ['req-c97ac5bb-083b-4273-ba9c-540ea4d882d3'] response: {'server_uuid': '186ecb47-5099-44e7-9f45-7744259dbc97', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8cfc7638-1ac5-4a31-8b40-7767b384bf1c', 'code': 200} 2026-05-12 12:58:44.443 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 507877ba-82d5-45e0-849e-71a78c9a0bf9 2026-05-12 12:58:46.437 12 INFO neutron.plugins.ml2.plugin [None req-45c8407e-bfa8-4662-990f-25459552c09e - - - - - -] Attempt 1 to provision port 9b1dd336-6cff-4891-876e-81761d5f3567 2026-05-12 12:58:46.498 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 507877ba-82d5-45e0-849e-71a78c9a0bf9 2026-05-12 12:58:46.516 12 INFO neutron.plugins.ml2.plugin [None req-db894dcb-6991-4ee0-90a0-78dbc5df4124 - - - - - -] Attempt 1 to provision port a5e65c8a-c462-4938-bfda-d10f7a91d6fa 2026-05-12 12:58:46.623 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 56203dfc-c465-4a78-b5e0-6c400285bcbf 2026-05-12 12:58:47.770 11 INFO neutron.plugins.ml2.plugin [None req-09339a53-4c04-4701-b986-29ef9a56dec0 - - - - - -] Attempt 1 to provision port a5e65c8a-c462-4938-bfda-d10f7a91d6fa 2026-05-12 12:58:48.458 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port a5e65c8a-c462-4938-bfda-d10f7a91d6fa 2026-05-12 12:58:48.652 12 INFO neutron.plugins.ml2.plugin [None req-8f3c3cd7-0757-41ee-bab2-ad95576d0aae - - - - - -] Attempt 1 to provision port 56203dfc-c465-4a78-b5e0-6c400285bcbf 2026-05-12 12:58:48.837 12 INFO neutron.plugins.ml2.plugin [None req-8f3c3cd7-0757-41ee-bab2-ad95576d0aae - - - - - -] Attempt 1 to provision port ad584152-164b-4e4b-ae9f-818a0887c455 2026-05-12 12:58:50.494 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port ad584152-164b-4e4b-ae9f-818a0887c455 2026-05-12 12:59:14.198 12 INFO neutron.plugins.ml2.plugin [None req-279aeefd-f1d3-4cea-b929-f8c40558140c - - - - - -] Attempt 1 to provision port 7563cce8-7fe2-46f2-ad70-602512ed8342 2026-05-12 12:59:16.622 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 46687757-94b8-4787-89f8-7fbaffd3f9d9 2026-05-12 12:59:17.071 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port b8caf17d-81b6-4a2c-aa0b-290512bd2597 2026-05-12 12:59:17.368 12 INFO neutron.plugins.ml2.plugin [None req-d5cef720-bfae-4877-9b07-d3142c167b45 - - - - - -] Attempt 1 to provision port 0b7f5b42-3198-4c1f-bca4-a154efcd9b6d 2026-05-12 12:59:17.390 12 INFO neutron.plugins.ml2.plugin [None req-d5cef720-bfae-4877-9b07-d3142c167b45 - - - - - -] Attempt 1 to provision port b8caf17d-81b6-4a2c-aa0b-290512bd2597 2026-05-12 12:59:17.970 12 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-75728b90-fc14-4fd6-ac7b-b326247b68f7'] response: {'server_uuid': '186ecb47-5099-44e7-9f45-7744259dbc97', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8cfc7638-1ac5-4a31-8b40-7767b384bf1c', 'code': 200} 2026-05-12 12:59:19.178 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 46687757-94b8-4787-89f8-7fbaffd3f9d9 2026-05-12 12:59:19.456 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port b8caf17d-81b6-4a2c-aa0b-290512bd2597 2026-05-12 12:59:19.666 12 INFO neutron.plugins.ml2.plugin [None req-d89f8e72-8eac-4a50-a4cb-54fe4f4b4993 - - - - - -] Attempt 1 to provision port 8cfc7638-1ac5-4a31-8b40-7767b384bf1c 2026-05-12 12:59:20.681 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 8cfc7638-1ac5-4a31-8b40-7767b384bf1c 2026-05-12 12:59:20.938 12 INFO neutron.notifiers.nova [None req-2eed57e2-901b-4121-ad7d-190ef92dba45 - - - - - -] Nova event matching ['req-70251e3d-f194-46b4-abcf-037e8c342566'] response: {'server_uuid': '186ecb47-5099-44e7-9f45-7744259dbc97', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8cfc7638-1ac5-4a31-8b40-7767b384bf1c', 'code': 200} 2026-05-12 12:59:22.592 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 201c5c20-8d6b-459f-ae2d-14351f107f97 2026-05-12 12:59:23.158 12 INFO neutron.plugins.ml2.plugin [None req-a667315b-0c0c-418c-ac09-8c1155d40186 - - - - - -] Attempt 1 to provision port b8caf17d-81b6-4a2c-aa0b-290512bd2597 2026-05-12 12:59:23.220 12 INFO neutron.plugins.ml2.plugin [None req-a667315b-0c0c-418c-ac09-8c1155d40186 - - - - - -] Attempt 1 to provision port 0b7f5b42-3198-4c1f-bca4-a154efcd9b6d 2026-05-12 12:59:23.244 12 INFO neutron.plugins.ml2.plugin [None req-a667315b-0c0c-418c-ac09-8c1155d40186 - - - - - -] Attempt 1 to provision port 201c5c20-8d6b-459f-ae2d-14351f107f97 2026-05-12 12:59:24.611 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 201c5c20-8d6b-459f-ae2d-14351f107f97 2026-05-12 12:59:28.591 11 INFO neutron.plugins.ml2.plugin [None req-765de64f-3f12-4ddb-a4c4-81b9fbfe8a11 - - - - - -] Attempt 1 to provision port 0b7f5b42-3198-4c1f-bca4-a154efcd9b6d 2026-05-12 12:59:31.284 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 0eb968ae-4014-48ad-8b11-d524d0f38838 2026-05-12 12:59:31.425 12 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-e4a11f82-99d6-4400-b3b8-f39a4ba6a25c'] response: {'server_uuid': '458cc6ee-714d-4b18-b952-ecdc29d1b634', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0eb968ae-4014-48ad-8b11-d524d0f38838', 'code': 200} 2026-05-12 12:59:32.918 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 0eb968ae-4014-48ad-8b11-d524d0f38838 2026-05-12 12:59:33.162 11 INFO neutron.plugins.ml2.plugin [None req-64111c1d-2234-4c6a-baf2-4ebf1499b5b7 - - - - - -] Attempt 1 to provision port 7563cce8-7fe2-46f2-ad70-602512ed8342 2026-05-12 12:59:33.405 11 INFO neutron.plugins.ml2.plugin [None req-c712932d-3ad3-464c-b3b5-be407fd77bd3 - - - - - -] Attempt 1 to provision port 0b7f5b42-3198-4c1f-bca4-a154efcd9b6d 2026-05-12 12:59:34.602 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 7563cce8-7fe2-46f2-ad70-602512ed8342 2026-05-12 12:59:34.622 12 INFO neutron.plugins.ml2.plugin [None req-0e6e5fef-0e1a-4134-86f3-5e0cdbe4f944 - - - - - -] Attempt 1 to provision port 0b7f5b42-3198-4c1f-bca4-a154efcd9b6d 2026-05-12 12:59:34.831 11 INFO neutron.plugins.ml2.plugin [None req-469811eb-b980-4057-9a9e-4e4ecb4d0e1c - - - - - -] Attempt 1 to provision port 0b7f5b42-3198-4c1f-bca4-a154efcd9b6d 2026-05-12 12:59:41.422 12 INFO neutron.plugins.ml2.plugin [None req-4e069a67-4cf2-48dc-baf0-50124e4cedb0 - - - - - -] Attempt 1 to provision port 0eb968ae-4014-48ad-8b11-d524d0f38838 2026-05-12 12:59:52.842 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 80a805ca-59b6-4c4c-aad9-e0196982c042 2026-05-12 12:59:53.290 12 INFO neutron.plugins.ml2.plugin [None req-1ccd1e0c-f99c-40c6-960c-e4aa884facf8 - - - - - -] Attempt 1 to provision port 80a805ca-59b6-4c4c-aad9-e0196982c042 2026-05-12 12:59:54.677 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 59dfa7f5-8d7a-4233-a623-c7f4b5beec04 2026-05-12 12:59:55.245 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 80a805ca-59b6-4c4c-aad9-e0196982c042 2026-05-12 12:59:56.628 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 59dfa7f5-8d7a-4233-a623-c7f4b5beec04 2026-05-12 12:59:57.352 12 INFO neutron.plugins.ml2.plugin [None req-48279cc3-f8b8-407e-a5a3-b632cd5b95ce - - - - - -] Attempt 1 to provision port 817b5906-49e8-4603-8d97-1c5e1aaf737a 2026-05-12 12:59:57.387 12 INFO neutron.plugins.ml2.plugin [None req-48279cc3-f8b8-407e-a5a3-b632cd5b95ce - - - - - -] Attempt 1 to provision port 80a805ca-59b6-4c4c-aad9-e0196982c042 2026-05-12 12:59:57.464 12 INFO neutron.plugins.ml2.plugin [None req-48279cc3-f8b8-407e-a5a3-b632cd5b95ce - - - - - -] Attempt 1 to provision port 43c09bf7-8e52-4200-b92b-5792db303bdb 2026-05-12 13:00:00.909 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 644105d9-f380-4e3c-9826-6655f1f271ec 2026-05-12 13:00:01.586 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port d4752cd4-f566-439b-af79-d51debd1b1bf 2026-05-12 13:00:02.710 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 644105d9-f380-4e3c-9826-6655f1f271ec 2026-05-12 13:00:02.926 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port d4752cd4-f566-439b-af79-d51debd1b1bf 2026-05-12 13:00:03.119 11 INFO neutron.plugins.ml2.plugin [None req-1bd78022-49dc-496e-815e-b9420d3352f5 - - - - - -] Attempt 1 to provision port d4752cd4-f566-439b-af79-d51debd1b1bf 2026-05-12 13:00:03.232 11 INFO neutron.plugins.ml2.plugin [None req-1bd78022-49dc-496e-815e-b9420d3352f5 - - - - - -] Attempt 1 to provision port 13ac53fd-60b3-46f3-a4cb-7b715c59492c 2026-05-12 13:00:03.269 11 INFO neutron.plugins.ml2.plugin [None req-1bd78022-49dc-496e-815e-b9420d3352f5 - - - - - -] Attempt 1 to provision port 587800a5-1f9a-430b-bb58-d10c323dcbc2 2026-05-12 13:00:06.834 11 INFO neutron.plugins.ml2.plugin [None req-5ef9aee1-e898-4266-acb4-64515d81d360 - - - - - -] Attempt 1 to provision port d4752cd4-f566-439b-af79-d51debd1b1bf 2026-05-12 13:00:06.897 11 INFO neutron.plugins.ml2.plugin [None req-5ef9aee1-e898-4266-acb4-64515d81d360 - - - - - -] Attempt 1 to provision port 43c09bf7-8e52-4200-b92b-5792db303bdb 2026-05-12 13:00:06.937 11 INFO neutron.plugins.ml2.plugin [None req-5ef9aee1-e898-4266-acb4-64515d81d360 - - - - - -] Attempt 1 to provision port 587800a5-1f9a-430b-bb58-d10c323dcbc2 2026-05-12 13:00:09.914 11 INFO neutron.plugins.ml2.plugin [None req-1350a33a-16b3-4868-8a87-e3ea88d9c836 - - - - - -] Attempt 1 to provision port 43c09bf7-8e52-4200-b92b-5792db303bdb 2026-05-12 13:00:09.978 11 INFO neutron.plugins.ml2.plugin [None req-1350a33a-16b3-4868-8a87-e3ea88d9c836 - - - - - -] Attempt 1 to provision port 587800a5-1f9a-430b-bb58-d10c323dcbc2 2026-05-12 13:00:11.945 12 INFO neutron.plugins.ml2.plugin [None req-7238bd00-6e0f-42ff-a8b2-75509581ea5b - - - - - -] Attempt 1 to provision port 587800a5-1f9a-430b-bb58-d10c323dcbc2 2026-05-12 13:00:15.699 11 INFO neutron.plugins.ml2.plugin [None req-dc71cdad-727f-4cad-89d9-54d6005b9224 - - - - - -] Attempt 1 to provision port 81b20ffe-26fa-404f-9a70-e93bf8872bd2 2026-05-12 13:00:15.836 11 INFO neutron.notifiers.nova [None req-dc71cdad-727f-4cad-89d9-54d6005b9224 - - - - - -] Nova event matching ['req-60f6bfe7-2157-4a17-b647-5ceb3fd08a86'] response: {'server_uuid': '1b9858c8-248f-4497-bb86-1882a2cc47c4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '81b20ffe-26fa-404f-9a70-e93bf8872bd2', 'code': 200} 2026-05-12 13:00:16.906 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 817b5906-49e8-4603-8d97-1c5e1aaf737a 2026-05-12 13:00:17.251 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 43c09bf7-8e52-4200-b92b-5792db303bdb 2026-05-12 13:00:17.457 12 INFO neutron.plugins.ml2.plugin [None req-0306df12-6eda-4138-9c32-6fb717d6320e - - - - - -] Attempt 1 to provision port 2060aeca-8ca6-412b-8d70-eb33d641960e 2026-05-12 13:00:17.583 12 INFO neutron.plugins.ml2.plugin [None req-0306df12-6eda-4138-9c32-6fb717d6320e - - - - - -] Attempt 1 to provision port 2060aeca-8ca6-412b-8d70-eb33d641960e 2026-05-12 13:00:17.852 12 INFO neutron.plugins.ml2.plugin [None req-0306df12-6eda-4138-9c32-6fb717d6320e - - - - - -] Attempt 1 to provision port 81b20ffe-26fa-404f-9a70-e93bf8872bd2 2026-05-12 13:00:18.811 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 587800a5-1f9a-430b-bb58-d10c323dcbc2 2026-05-12 13:00:19.120 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 43c09bf7-8e52-4200-b92b-5792db303bdb 2026-05-12 13:00:19.451 11 INFO neutron.plugins.ml2.plugin [None req-9d88cecd-3cdd-407a-8d6a-3998f5843e53 - - - - - -] Attempt 1 to provision port 817b5906-49e8-4603-8d97-1c5e1aaf737a 2026-05-12 13:00:19.758 11 INFO neutron.plugins.ml2.plugin [None req-9d88cecd-3cdd-407a-8d6a-3998f5843e53 - - - - - -] Attempt 1 to provision port 13ac53fd-60b3-46f3-a4cb-7b715c59492c 2026-05-12 13:00:20.159 11 INFO neutron.plugins.ml2.plugin [None req-2def180d-430a-413b-a7f3-735f211adc11 - - - - - -] Attempt 1 to provision port 2060aeca-8ca6-412b-8d70-eb33d641960e 2026-05-12 13:00:21.543 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 587800a5-1f9a-430b-bb58-d10c323dcbc2 2026-05-12 13:00:21.771 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 0ed45c63-61ec-4365-b281-d35835c878db 2026-05-12 13:00:22.196 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 37212e9b-2e9c-494f-9577-dca736678c32 2026-05-12 13:00:22.336 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-d6da0940-2734-47bc-93e4-a89636b27cde'] response: {'server_uuid': 'e6794a46-7870-4edd-9273-56f7f70f65eb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '37212e9b-2e9c-494f-9577-dca736678c32', 'code': 200} 2026-05-12 13:00:22.561 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 13ac53fd-60b3-46f3-a4cb-7b715c59492c 2026-05-12 13:00:23.281 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 0ed45c63-61ec-4365-b281-d35835c878db 2026-05-12 13:00:23.511 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 37212e9b-2e9c-494f-9577-dca736678c32 2026-05-12 13:00:23.854 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 006c4052-7c1b-4fa1-8b04-74eac95b6e73 2026-05-12 13:00:25.242 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port ab884e4b-78f4-4b47-9cb8-8992764d96bd 2026-05-12 13:00:25.705 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 006c4052-7c1b-4fa1-8b04-74eac95b6e73 2026-05-12 13:00:27.278 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port ab884e4b-78f4-4b47-9cb8-8992764d96bd 2026-05-12 13:00:29.310 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 2060aeca-8ca6-412b-8d70-eb33d641960e 2026-05-12 13:00:31.196 12 INFO neutron.plugins.ml2.plugin [None req-67403b53-6a66-4be3-a78d-661a6550705e - - - - - -] Attempt 1 to provision port 0ed45c63-61ec-4365-b281-d35835c878db 2026-05-12 13:00:31.256 12 INFO neutron.plugins.ml2.plugin [None req-67403b53-6a66-4be3-a78d-661a6550705e - - - - - -] Attempt 1 to provision port ab884e4b-78f4-4b47-9cb8-8992764d96bd 2026-05-12 13:00:31.313 12 INFO neutron.plugins.ml2.plugin [None req-67403b53-6a66-4be3-a78d-661a6550705e - - - - - -] Attempt 1 to provision port 37212e9b-2e9c-494f-9577-dca736678c32 2026-05-12 13:00:31.363 12 INFO neutron.plugins.ml2.plugin [None req-67403b53-6a66-4be3-a78d-661a6550705e - - - - - -] Attempt 1 to provision port 50513b3a-91f5-4a08-a71d-be4b4d477e8d 2026-05-12 13:00:31.383 12 INFO neutron.plugins.ml2.plugin [None req-67403b53-6a66-4be3-a78d-661a6550705e - - - - - -] Attempt 1 to provision port 89eabaa8-7996-45c5-89de-fc4352e8e5c0 2026-05-12 13:00:31.419 12 INFO neutron.plugins.ml2.plugin [None req-67403b53-6a66-4be3-a78d-661a6550705e - - - - - -] Attempt 1 to provision port 2060aeca-8ca6-412b-8d70-eb33d641960e 2026-05-12 13:00:33.362 12 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-236cdf7c-3e10-4fed-a3f8-d54a0a22554a'] response: {'server_uuid': '1b9858c8-248f-4497-bb86-1882a2cc47c4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '81b20ffe-26fa-404f-9a70-e93bf8872bd2', 'code': 200} 2026-05-12 13:00:37.311 12 INFO neutron.plugins.ml2.plugin [None req-cb1e36e0-7a76-4f4b-9697-e871713df400 - - - - - -] Attempt 1 to provision port 0ed45c63-61ec-4365-b281-d35835c878db 2026-05-12 13:00:37.366 12 INFO neutron.plugins.ml2.plugin [None req-cb1e36e0-7a76-4f4b-9697-e871713df400 - - - - - -] Attempt 1 to provision port ab884e4b-78f4-4b47-9cb8-8992764d96bd 2026-05-12 13:00:37.440 12 INFO neutron.plugins.ml2.plugin [None req-cb1e36e0-7a76-4f4b-9697-e871713df400 - - - - - -] Attempt 1 to provision port 50513b3a-91f5-4a08-a71d-be4b4d477e8d 2026-05-12 13:00:37.465 12 INFO neutron.plugins.ml2.plugin [None req-cb1e36e0-7a76-4f4b-9697-e871713df400 - - - - - -] Attempt 1 to provision port dfbfa76b-dce1-4002-bc1f-49ef85a576bc 2026-05-12 13:00:37.498 12 INFO neutron.plugins.ml2.plugin [None req-cb1e36e0-7a76-4f4b-9697-e871713df400 - - - - - -] Attempt 1 to provision port f90d7d50-12a5-4623-9e70-b4cd5a5bf314 2026-05-12 13:00:37.525 12 INFO neutron.plugins.ml2.plugin [None req-cb1e36e0-7a76-4f4b-9697-e871713df400 - - - - - -] Attempt 1 to provision port 2060aeca-8ca6-412b-8d70-eb33d641960e 2026-05-12 13:00:37.856 11 INFO neutron.plugins.ml2.plugin [None req-3cc79cab-840d-4702-93a8-b1dad0d60eb3 - - - - - -] Attempt 1 to provision port 6a8948b6-f9cf-4489-850d-5655979d7bdd 2026-05-12 13:00:37.971 11 INFO neutron.notifiers.nova [None req-3cc79cab-840d-4702-93a8-b1dad0d60eb3 - - - - - -] Nova event matching ['req-d990660c-8271-48b5-b194-b2b41395f73e'] response: {'server_uuid': '15edc2c6-7d2a-448f-98f8-9b9cbea2ccac', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6a8948b6-f9cf-4489-850d-5655979d7bdd', 'code': 200} 2026-05-12 13:00:39.241 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 6a8948b6-f9cf-4489-850d-5655979d7bdd 2026-05-12 13:00:39.482 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 50513b3a-91f5-4a08-a71d-be4b4d477e8d 2026-05-12 13:00:41.506 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 89eabaa8-7996-45c5-89de-fc4352e8e5c0 2026-05-12 13:00:41.962 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 50513b3a-91f5-4a08-a71d-be4b4d477e8d 2026-05-12 13:00:42.192 12 INFO neutron.plugins.ml2.plugin [None req-4da3154e-f2fb-4bf5-8a21-d1cf840a7a8c - - - - - -] Attempt 1 to provision port dfbfa76b-dce1-4002-bc1f-49ef85a576bc 2026-05-12 13:00:42.545 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port f90d7d50-12a5-4623-9e70-b4cd5a5bf314 2026-05-12 13:00:43.473 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 89eabaa8-7996-45c5-89de-fc4352e8e5c0 2026-05-12 13:00:43.722 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port dfbfa76b-dce1-4002-bc1f-49ef85a576bc 2026-05-12 13:00:43.992 12 INFO neutron.plugins.ml2.plugin [None req-2c5284f7-19a0-4eee-b3cd-4550109d5819 - - - - - -] Attempt 1 to provision port 0ed45c63-61ec-4365-b281-d35835c878db 2026-05-12 13:00:44.009 12 INFO neutron.plugins.ml2.plugin [None req-2c5284f7-19a0-4eee-b3cd-4550109d5819 - - - - - -] Attempt 1 to provision port f90d7d50-12a5-4623-9e70-b4cd5a5bf314 2026-05-12 13:00:44.065 12 INFO neutron.plugins.ml2.plugin [None req-2c5284f7-19a0-4eee-b3cd-4550109d5819 - - - - - -] Attempt 1 to provision port ab884e4b-78f4-4b47-9cb8-8992764d96bd 2026-05-12 13:00:44.170 12 INFO neutron.plugins.ml2.plugin [None req-2c5284f7-19a0-4eee-b3cd-4550109d5819 - - - - - -] Attempt 1 to provision port 50513b3a-91f5-4a08-a71d-be4b4d477e8d 2026-05-12 13:00:44.258 12 INFO neutron.plugins.ml2.plugin [None req-2c5284f7-19a0-4eee-b3cd-4550109d5819 - - - - - -] Attempt 1 to provision port dfbfa76b-dce1-4002-bc1f-49ef85a576bc 2026-05-12 13:00:44.336 12 INFO neutron.plugins.ml2.plugin [None req-2c5284f7-19a0-4eee-b3cd-4550109d5819 - - - - - -] Attempt 1 to provision port 6a8948b6-f9cf-4489-850d-5655979d7bdd 2026-05-12 13:00:44.381 12 INFO neutron.plugins.ml2.plugin [None req-2c5284f7-19a0-4eee-b3cd-4550109d5819 - - - - - -] Attempt 1 to provision port f90d7d50-12a5-4623-9e70-b4cd5a5bf314 2026-05-12 13:00:47.192 12 INFO neutron.plugins.ml2.plugin [None req-17800ede-54e1-4246-97da-b54118eaf3fe - - - - - -] Attempt 1 to provision port dfbfa76b-dce1-4002-bc1f-49ef85a576bc 2026-05-12 13:00:47.276 12 INFO neutron.plugins.ml2.plugin [None req-17800ede-54e1-4246-97da-b54118eaf3fe - - - - - -] Attempt 1 to provision port 50513b3a-91f5-4a08-a71d-be4b4d477e8d 2026-05-12 13:00:47.341 12 INFO neutron.plugins.ml2.plugin [None req-17800ede-54e1-4246-97da-b54118eaf3fe - - - - - -] Attempt 1 to provision port f90d7d50-12a5-4623-9e70-b4cd5a5bf314 2026-05-12 13:00:50.635 11 INFO neutron.plugins.ml2.plugin [None req-de69cc9a-6d98-46dc-ba72-90f0438f5615 - - - - - -] Attempt 1 to provision port dfbfa76b-dce1-4002-bc1f-49ef85a576bc 2026-05-12 13:00:50.712 11 INFO neutron.plugins.ml2.plugin [None req-de69cc9a-6d98-46dc-ba72-90f0438f5615 - - - - - -] Attempt 1 to provision port f90d7d50-12a5-4623-9e70-b4cd5a5bf314 2026-05-12 13:00:55.932 11 INFO neutron.plugins.ml2.plugin [None req-d9c3ed00-7746-4695-8949-09274ad93026 - - - - - -] Attempt 1 to provision port 6a8948b6-f9cf-4489-850d-5655979d7bdd 2026-05-12 13:00:57.482 12 INFO neutron.notifiers.nova [None req-5fa17fb3-5038-4f0a-b2d4-f29431babc82 - - - - - -] Nova event matching ['req-4de529f8-5b6e-40ac-b3e9-bf8d1fdf83c2'] response: {'server_uuid': '458cc6ee-714d-4b18-b952-ecdc29d1b634', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0eb968ae-4014-48ad-8b11-d524d0f38838', 'code': 200} 2026-05-12 13:00:59.405 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 02c5d669-357a-4d96-8bdc-8e6364e67080 2026-05-12 13:00:59.499 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-1f2b6541-60cd-4566-ad28-4b30510ab5dd'] response: {'server_uuid': 'aaad27fd-5d98-4d0d-87af-3c3eb889e11d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '02c5d669-357a-4d96-8bdc-8e6364e67080', 'code': 200} 2026-05-12 13:01:01.308 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 02c5d669-357a-4d96-8bdc-8e6364e67080 2026-05-12 13:01:17.289 11 INFO neutron.plugins.ml2.plugin [None req-9fc0c9a9-21b9-4511-9ccf-85c6491592d0 - - - - - -] Attempt 1 to provision port 5fbd9ad4-b068-4436-8597-11f082c979de 2026-05-12 13:01:17.403 12 INFO neutron.plugins.ml2.plugin [None req-86482e17-c466-4e9b-a800-21a2ac506f61 - - - - - -] Attempt 1 to provision port 5fbd9ad4-b068-4436-8597-11f082c979de 2026-05-12 13:01:26.351 11 INFO neutron.plugins.ml2.plugin [None req-129e4588-080e-44b0-a73b-49ab6bfb3a64 - - - - - -] Attempt 1 to provision port 681fbd73-482d-4d07-9768-5df15ea63af5 2026-05-12 13:01:49.842 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port daa5674f-6f46-4e5c-82d4-eb5329cea98f 2026-05-12 13:01:49.938 12 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-18d03a61-8e88-42a6-8a72-fd66af927cb0'] response: {'server_uuid': '9df5e011-0e95-406a-b419-26633b055710', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'daa5674f-6f46-4e5c-82d4-eb5329cea98f', 'code': 200} 2026-05-12 13:01:51.351 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port daa5674f-6f46-4e5c-82d4-eb5329cea98f 2026-05-12 13:02:31.355 11 INFO neutron.plugins.ml2.plugin [None req-11bc6b13-d814-447d-915a-4a76937ef5e5 - - - - - -] Attempt 1 to provision port 6ab4e2bc-7c67-49fa-8c60-247814c46ca5 2026-05-12 13:02:37.382 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 6ab4e2bc-7c67-49fa-8c60-247814c46ca5 2026-05-12 13:02:37.537 12 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-a5e3a938-fa4a-45a5-a4df-3ced8613893b'] response: {'server_uuid': '9df5e011-0e95-406a-b419-26633b055710', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6ab4e2bc-7c67-49fa-8c60-247814c46ca5', 'code': 200} 2026-05-12 13:02:39.360 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 6ab4e2bc-7c67-49fa-8c60-247814c46ca5 2026-05-12 13:02:41.871 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 6ab4e2bc-7c67-49fa-8c60-247814c46ca5 2026-05-12 13:03:01.819 11 INFO neutron.plugins.ml2.plugin [None req-1a5ca0d8-3ac6-459c-b1f5-76d6fb957a79 - - - - - -] Attempt 1 to provision port cda3d664-4777-40d3-b8a2-8e0ded765d50 2026-05-12 13:03:08.970 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port cda3d664-4777-40d3-b8a2-8e0ded765d50 2026-05-12 13:03:09.138 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-d2c099c9-ed03-4841-a796-0ac8f12199c9'] response: {'server_uuid': '9df5e011-0e95-406a-b419-26633b055710', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cda3d664-4777-40d3-b8a2-8e0ded765d50', 'code': 200} 2026-05-12 13:03:09.550 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port cda3d664-4777-40d3-b8a2-8e0ded765d50 2026-05-12 13:03:22.823 12 INFO neutron.plugins.ml2.plugin [None req-f2ee4310-efc6-412a-b179-4c7f67b54d00 - - - - - -] Attempt 1 to provision port 6e259832-db98-4b41-970a-80e69bc78cf0 2026-05-12 13:03:29.689 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 6e259832-db98-4b41-970a-80e69bc78cf0 2026-05-12 13:03:29.796 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-1f9e177d-c9c2-4158-a028-31cec7f54cb9'] response: {'server_uuid': '9df5e011-0e95-406a-b419-26633b055710', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6e259832-db98-4b41-970a-80e69bc78cf0', 'code': 200} 2026-05-12 13:03:31.593 12 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 6e259832-db98-4b41-970a-80e69bc78cf0 2026-05-12 13:03:33.051 12 INFO neutron.plugins.ml2.plugin [None req-f69ef793-f826-4669-bf6d-a825cc875f82 - - - - - -] Attempt 1 to provision port cda3d664-4777-40d3-b8a2-8e0ded765d50 2026-05-12 13:03:33.611 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port cda3d664-4777-40d3-b8a2-8e0ded765d50 2026-05-12 13:03:48.540 11 INFO neutron.plugins.ml2.plugin [None req-90248ccf-8bfc-45c7-ba40-51408438e7be - - - - - -] Attempt 1 to provision port 6e259832-db98-4b41-970a-80e69bc78cf0 2026-05-12 13:03:49.722 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port 6e259832-db98-4b41-970a-80e69bc78cf0 2026-05-12 13:03:49.971 12 INFO neutron.plugins.ml2.plugin [None req-98a6d28a-d4d1-4a8e-90cb-cb0007e005b1 - - - - - -] Attempt 1 to provision port 6e259832-db98-4b41-970a-80e69bc78cf0 2026-05-12 13:03:57.407 12 INFO neutron.plugins.ml2.plugin [None req-77910b1f-52f2-4d61-afe2-eedff5d8b5f4 - - - - - -] Attempt 1 to provision port cda3d664-4777-40d3-b8a2-8e0ded765d50 2026-05-12 13:03:57.625 11 INFO neutron.plugins.ml2.plugin [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Attempt 1 to provision port cda3d664-4777-40d3-b8a2-8e0ded765d50 2026-05-12 13:04:31.823 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-0808db5f-685e-43e8-b0fa-489e6c1470f6'] response: {'server_uuid': '9df5e011-0e95-406a-b419-26633b055710', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'daa5674f-6f46-4e5c-82d4-eb5329cea98f', 'code': 200} 2026-05-12 13:04:37.842 11 INFO neutron.notifiers.nova [None req-e4940791-298d-4d46-8c6d-bf7c9af2bb5b - - - - - -] Nova event matching ['req-32857127-ef0c-4347-aa44-9a7d1cd410c0'] response: {'server_uuid': 'aaad27fd-5d98-4d0d-87af-3c3eb889e11d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '02c5d669-357a-4d96-8bdc-8e6364e67080', 'code': 200}