+ 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-07-14 23:40:58.324 1 INFO neutron.common.config [-] Logging enabled! 2026-07-14 23:40:58.324 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5.dev6 2026-07-14 23:40:58.324 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-14 23:40:58.324 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-14 23:40:59.418 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-14 23:40:59.421 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-14 23:40:59.425 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-14 23:40:59.426 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-14 23:40:59.426 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-14 23:40:59.426 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-14 23:40:59.426 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 23:40:59.433 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 23:40:59.433 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 23:40:59.433 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-14 23:40:59.452 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-14 23:40:59.453 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-14 23:40:59.453 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-14 23:40:59.490 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-14 23:40:59.491 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-14 23:40:59.491 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-14 23:40:59.491 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-14 23:40:59.789 1 INFO neutron.plugins.ml2.managers [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] Initializing driver for type 'vlan' 2026-07-14 23:40:59.929 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] VlanTypeDriver initialization complete 2026-07-14 23:40:59.930 1 INFO neutron.plugins.ml2.managers [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] Initializing driver for type 'vxlan' 2026-07-14 23:40:59.930 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-14 23:40:59.977 1 INFO neutron.plugins.ml2.managers [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-14 23:40:59.977 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-14 23:40:59.977 1 INFO neutron.plugins.ml2.managers [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] Initializing extension driver 'port_security' 2026-07-14 23:40:59.977 1 INFO neutron.plugins.ml2.extensions.port_security [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-14 23:40:59.977 1 INFO neutron.plugins.ml2.managers [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] Initializing extension driver 'qos' 2026-07-14 23:40:59.978 1 INFO neutron.plugins.ml2.managers [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-14 23:40:59.978 1 INFO neutron.plugins.ml2.managers [None req-e8f2a3b5-e6c0-4ceb-be61-f7d0e4941db5 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-14 23:40:59.991 1 INFO neutron.quota [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded quota_driver: . 2026-07-14 23:40:59.991 1 INFO neutron.plugins.ml2.plugin [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Modular L2 Plugin initialization complete 2026-07-14 23:40:59.992 1 INFO neutron.plugins.ml2.managers [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-14 23:40:59.992 1 INFO neutron.plugins.ml2.managers [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-14 23:40:59.992 1 INFO neutron.plugins.ml2.managers [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-14 23:40:59.992 1 INFO neutron.extensions.vlantransparent [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Disabled vlantransparent extension. 2026-07-14 23:40:59.992 1 INFO neutron.extensions.qinq [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Disabled VLAN QinQ extension. 2026-07-14 23:40:59.993 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: qos 2026-07-14 23:41:00.003 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: router 2026-07-14 23:41:00.036 1 INFO neutron.services.service_base [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-14 23:41:00.037 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: segments 2026-07-14 23:41:00.100 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: trunk 2026-07-14 23:41:00.113 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: vpnaas 2026-07-14 23:41:00.144 1 WARNING stevedore.named [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-14 23:41:00.144 1 WARNING stevedore.named [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-14 23:41:00.343 1 INFO neutron_vpnaas.services.vpn.plugin [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-14 23:41:00.343 1 INFO neutron.common.utils [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-14 23:41:00.343 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: taas 2026-07-14 23:41:00.364 1 WARNING stevedore.named [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-14 23:41:00.391 1 INFO neutron_taas.services.taas.taas_plugin [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-14 23:41:00.391 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: tapmirror 2026-07-14 23:41:00.403 1 WARNING stevedore.named [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-14 23:41:00.417 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-14 23:41:00.417 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: auto_allocate 2026-07-14 23:41:00.423 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: tag 2026-07-14 23:41:00.431 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: timestamp 2026-07-14 23:41:00.434 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: network_ip_availability 2026-07-14 23:41:00.437 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: flavors 2026-07-14 23:41:00.440 1 INFO neutron.manager [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loading Plugin: revisions 2026-07-14 23:41:00.442 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Initializing extension manager. 2026-07-14 23:41:00.443 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: address-group 2026-07-14 23:41:00.444 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: address-scope 2026-07-14 23:41:00.445 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-14 23:41:00.445 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: agent 2026-07-14 23:41:00.446 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: agent-resources-synced 2026-07-14 23:41:00.447 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-14 23:41:00.447 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-14 23:41:00.448 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: availability_zone 2026-07-14 23:41:00.448 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: availability_zone_filter 2026-07-14 23:41:00.449 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-14 23:41:00.449 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: default-subnetpools 2026-07-14 23:41:00.451 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-14 23:41:00.451 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: dns-integration 2026-07-14 23:41:00.451 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: dns-domain-ports 2026-07-14 23:41:00.452 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-14 23:41:00.452 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: dvr 2026-07-14 23:41:00.453 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-14 23:41:00.453 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: empty-string-filtering 2026-07-14 23:41:00.454 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-14 23:41:00.454 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-14 23:41:00.454 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: external-net 2026-07-14 23:41:00.455 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-14 23:41:00.455 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: extraroute 2026-07-14 23:41:00.456 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: extraroute-atomic 2026-07-14 23:41:00.456 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-14 23:41:00.457 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-14 23:41:00.457 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-14 23:41:00.458 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-14 23:41:00.458 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: fip-port-details 2026-07-14 23:41:00.459 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: flavors 2026-07-14 23:41:00.460 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-14 23:41:00.460 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: floatingip-pools 2026-07-14 23:41:00.461 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: ip_allocation 2026-07-14 23:41:00.461 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-14 23:41:00.461 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: l2_adjacency 2026-07-14 23:41:00.462 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: router 2026-07-14 23:41:00.464 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-14 23:41:00.464 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-14 23:41:00.465 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-14 23:41:00.465 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: ext-gw-mode 2026-07-14 23:41:00.466 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: l3-ha 2026-07-14 23:41:00.466 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-14 23:41:00.466 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-14 23:41:00.467 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: l3-flavors 2026-07-14 23:41:00.468 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-14 23:41:00.468 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-14 23:41:00.470 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-14 23:41:00.471 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-14 23:41:00.472 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-14 23:41:00.472 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-14 23:41:00.473 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-14 23:41:00.473 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: multi-provider 2026-07-14 23:41:00.474 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: net-mtu 2026-07-14 23:41:00.474 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: net-mtu-writable 2026-07-14 23:41:00.475 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: network_availability_zone 2026-07-14 23:41:00.475 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: network_ha 2026-07-14 23:41:00.476 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: network-ip-availability 2026-07-14 23:41:00.477 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-14 23:41:00.477 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: pagination 2026-07-14 23:41:00.477 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-device-profile 2026-07-14 23:41:00.478 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-14 23:41:00.478 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-14 23:41:00.479 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-14 23:41:00.479 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-mac-override 2026-07-14 23:41:00.480 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-14 23:41:00.480 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-14 23:41:00.480 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-14 23:41:00.481 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-resource-request 2026-07-14 23:41:00.481 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-14 23:41:00.482 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-14 23:41:00.482 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: binding 2026-07-14 23:41:00.483 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: binding-extended 2026-07-14 23:41:00.483 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-security 2026-07-14 23:41:00.484 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: project-id 2026-07-14 23:41:00.484 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: provider 2026-07-14 23:41:00.485 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-14 23:41:00.486 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos 2026-07-14 23:41:00.487 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-14 23:41:00.487 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-14 23:41:00.488 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-default 2026-07-14 23:41:00.488 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-fip 2026-07-14 23:41:00.489 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-14 23:41:00.489 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-14 23:41:00.489 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-14 23:41:00.490 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-14 23:41:00.490 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-14 23:41:00.491 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-pps 2026-07-14 23:41:00.491 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-14 23:41:00.492 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-14 23:41:00.492 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: qos-rules-alias 2026-07-14 23:41:00.493 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: quota-check-limit 2026-07-14 23:41:00.493 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-14 23:41:00.495 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: quotas 2026-07-14 23:41:00.498 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: quota_details 2026-07-14 23:41:00.499 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: rbac-policies 2026-07-14 23:41:00.499 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: rbac-address-group 2026-07-14 23:41:00.500 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: rbac-address-scope 2026-07-14 23:41:00.500 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: rbac-security-groups 2026-07-14 23:41:00.500 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-14 23:41:00.501 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: revision-if-match 2026-07-14 23:41:00.501 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-14 23:41:00.502 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: router_availability_zone 2026-07-14 23:41:00.502 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-14 23:41:00.504 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-14 23:41:00.504 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-14 23:41:00.505 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-14 23:41:00.505 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-14 23:41:00.505 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-14 23:41:00.506 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-14 23:41:00.509 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: security-group 2026-07-14 23:41:00.510 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: segment 2026-07-14 23:41:00.511 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-14 23:41:00.511 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: service-type 2026-07-14 23:41:00.512 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: sorting 2026-07-14 23:41:00.512 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: standard-attr-segment 2026-07-14 23:41:00.513 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: standard-attr-description 2026-07-14 23:41:00.513 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: stateful-security-group 2026-07-14 23:41:00.513 1 WARNING neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-14 23:41:00.514 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-14 23:41:00.514 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: subnet-external-network 2026-07-14 23:41:00.515 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: subnet_onboard 2026-07-14 23:41:00.515 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-14 23:41:00.516 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: subnet-service-types 2026-07-14 23:41:00.516 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: subnet_allocation 2026-07-14 23:41:00.517 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-14 23:41:00.517 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: tag-creation 2026-07-14 23:41:00.518 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-14 23:41:00.521 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: standard-attr-tag 2026-07-14 23:41:00.521 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-14 23:41:00.522 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: trunk 2026-07-14 23:41:00.522 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: trunk-details 2026-07-14 23:41:00.523 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-14 23:41:00.523 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-14 23:41:00.524 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-14 23:41:00.524 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-14 23:41:00.526 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-14 23:41:00.526 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-14 23:41:00.527 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: vpn-flavors 2026-07-14 23:41:00.528 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: vpnaas 2026-07-14 23:41:00.529 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: taas 2026-07-14 23:41:00.530 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: tap-mirror 2026-07-14 23:41:00.530 1 INFO neutron.api.extensions [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-14 23:41:00.533 1 INFO oslo_service.backend.eventlet.service [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Starting 2 workers 2026-07-14 23:41:00.537 1 INFO oslo_service.backend.eventlet.service [None req-c6c8981f-852f-4021-a71d-98c73467cfd8 - - - - - -] Starting 1 workers 2026-07-14 23:41:43.434 12 INFO neutron.db.l3_hamode_db [None req-49fac700-1467-4e9d-8e14-88b57c85063d - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 23:41:58.852 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 55fe13e9-7ead-4428-8e69-12cc9c63b192 2026-07-14 23:41:59.212 11 INFO neutron.plugins.ml2.plugin [None req-512b591f-4080-42c8-80e6-0495bd92ae92 - - - - - -] Attempt 1 to provision port 55fe13e9-7ead-4428-8e69-12cc9c63b192 2026-07-14 23:42:00.776 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 55fe13e9-7ead-4428-8e69-12cc9c63b192 2026-07-14 23:42:00.904 11 INFO neutron.plugins.ml2.plugin [None req-a5425d93-8498-4ab7-a815-98afbd4caca4 - - - - - -] Attempt 1 to provision port 55fe13e9-7ead-4428-8e69-12cc9c63b192 2026-07-14 23:46:21.047 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b6cd92d4-5ed9-4b37-9ef5-df9513b3fcfa 2026-07-14 23:46:21.900 11 INFO neutron.plugins.ml2.plugin [None req-d06b80d0-a690-4dcb-9eab-5fdf80325fe0 - - - - - -] Attempt 1 to provision port b6cd92d4-5ed9-4b37-9ef5-df9513b3fcfa 2026-07-14 23:46:22.956 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b6cd92d4-5ed9-4b37-9ef5-df9513b3fcfa 2026-07-14 23:46:23.541 11 INFO neutron.plugins.ml2.plugin [None req-91235b61-9b1e-4fc8-a669-5ff67d5cdae8 - - - - - -] Attempt 1 to provision port b6cd92d4-5ed9-4b37-9ef5-df9513b3fcfa 2026-07-14 23:46:28.320 11 INFO neutron.plugins.ml2.plugin [None req-fc93ee76-bf9a-4aef-a434-de4a7d648f16 - - - - - -] Attempt 1 to provision port d85ff3c4-605f-4cd8-b51e-8cae25ae31ff 2026-07-14 23:49:55.693 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port d85ff3c4-605f-4cd8-b51e-8cae25ae31ff 2026-07-14 23:49:57.130 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port d85ff3c4-605f-4cd8-b51e-8cae25ae31ff 2026-07-14 23:57:55.418 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port fd3d2300-dcb3-417c-868a-b21d5e0eeeb4 2026-07-14 23:57:57.400 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port fd3d2300-dcb3-417c-868a-b21d5e0eeeb4 2026-07-15 00:14:21.642 12 INFO neutron.plugins.ml2.plugin [None req-3984ddfc-0ee9-4e38-a38b-b7e74ec8cdb5 - - - - - -] Attempt 1 to provision port 7dd3192f-979b-4fd6-9e81-ba54b4c26c0a 2026-07-15 00:14:22.003 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 7dd3192f-979b-4fd6-9e81-ba54b4c26c0a 2026-07-15 00:14:24.058 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 670c7568-b077-472a-abcf-354ea35fac87 2026-07-15 00:14:24.372 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 7dd3192f-979b-4fd6-9e81-ba54b4c26c0a 2026-07-15 00:14:25.965 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 670c7568-b077-472a-abcf-354ea35fac87 2026-07-15 00:14:27.587 12 INFO neutron.plugins.ml2.plugin [None req-070807fc-464c-4793-8968-eb09b69cf2da - - - - - -] Attempt 1 to provision port 7dd3192f-979b-4fd6-9e81-ba54b4c26c0a 2026-07-15 00:14:27.626 12 INFO neutron.plugins.ml2.plugin [None req-070807fc-464c-4793-8968-eb09b69cf2da - - - - - -] Attempt 1 to provision port b044ca25-c529-471a-9831-af610002bfee 2026-07-15 00:14:27.647 12 INFO neutron.plugins.ml2.plugin [None req-070807fc-464c-4793-8968-eb09b69cf2da - - - - - -] Attempt 1 to provision port 3a95c08f-d72f-49bb-82a5-227dc1cd24a2 2026-07-15 00:14:27.668 12 INFO neutron.plugins.ml2.plugin [None req-070807fc-464c-4793-8968-eb09b69cf2da - - - - - -] Attempt 1 to provision port 670c7568-b077-472a-abcf-354ea35fac87 2026-07-15 00:14:32.231 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port d34ed811-3d3d-4a6c-9f8c-b8e26d5f1282 2026-07-15 00:14:34.112 11 INFO neutron.plugins.ml2.plugin [None req-6455ae15-3f3a-465d-94a8-fed828cd57f5 - - - - - -] Attempt 1 to provision port d34ed811-3d3d-4a6c-9f8c-b8e26d5f1282 2026-07-15 00:14:34.329 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9cd5acad-4229-41c5-a3be-0c0c27300629 2026-07-15 00:14:34.760 11 INFO neutron.plugins.ml2.plugin [None req-f52dab0e-114d-4946-af7c-b7a9552261cd - - - - - -] Attempt 1 to provision port 54f0c0be-1a8b-430c-9f00-cf492fa7f797 2026-07-15 00:14:34.792 11 INFO neutron.plugins.ml2.plugin [None req-f52dab0e-114d-4946-af7c-b7a9552261cd - - - - - -] Attempt 1 to provision port d34ed811-3d3d-4a6c-9f8c-b8e26d5f1282 2026-07-15 00:14:36.065 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9cd5acad-4229-41c5-a3be-0c0c27300629 2026-07-15 00:14:36.242 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 71a55162-2aab-4e1c-8af6-929fbec36aaf 2026-07-15 00:14:38.135 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 4f2cba51-0dc4-4a13-b2a7-c4573f551fd2 2026-07-15 00:14:38.510 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port d3eaaf2f-0057-4f74-ab71-5fbb0b34c1ec 2026-07-15 00:14:38.984 12 INFO neutron.plugins.ml2.plugin [None req-942ca783-6a99-4b9f-b74a-ad9a12a4f43d - - - - - -] Attempt 1 to provision port 71a55162-2aab-4e1c-8af6-929fbec36aaf 2026-07-15 00:14:40.052 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 4f2cba51-0dc4-4a13-b2a7-c4573f551fd2 2026-07-15 00:14:40.331 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port d3eaaf2f-0057-4f74-ab71-5fbb0b34c1ec 2026-07-15 00:14:41.435 11 INFO neutron.plugins.ml2.plugin [None req-0254fef5-0f0f-4ded-beb2-45bfe4369e09 - - - - - -] Attempt 1 to provision port 54f0c0be-1a8b-430c-9f00-cf492fa7f797 2026-07-15 00:14:41.457 11 INFO neutron.plugins.ml2.plugin [None req-0254fef5-0f0f-4ded-beb2-45bfe4369e09 - - - - - -] Attempt 1 to provision port d34ed811-3d3d-4a6c-9f8c-b8e26d5f1282 2026-07-15 00:14:41.510 11 INFO neutron.plugins.ml2.plugin [None req-0254fef5-0f0f-4ded-beb2-45bfe4369e09 - - - - - -] Attempt 1 to provision port 11d0347b-6da2-4e3a-9469-4672a89998dd 2026-07-15 00:14:41.529 11 INFO neutron.plugins.ml2.plugin [None req-0254fef5-0f0f-4ded-beb2-45bfe4369e09 - - - - - -] Attempt 1 to provision port 4f2cba51-0dc4-4a13-b2a7-c4573f551fd2 2026-07-15 00:14:41.581 11 INFO neutron.plugins.ml2.plugin [None req-0254fef5-0f0f-4ded-beb2-45bfe4369e09 - - - - - -] Attempt 1 to provision port 80576105-da96-4380-938b-d71f929f8cda 2026-07-15 00:14:46.390 12 INFO neutron.plugins.ml2.plugin [None req-28ce989a-1eee-4427-ad46-7d2de5c7c94e - - - - - -] Attempt 1 to provision port 54f0c0be-1a8b-430c-9f00-cf492fa7f797 2026-07-15 00:14:46.414 12 INFO neutron.plugins.ml2.plugin [None req-28ce989a-1eee-4427-ad46-7d2de5c7c94e - - - - - -] Attempt 1 to provision port e1d54b77-0078-4556-847d-138126fbe447 2026-07-15 00:14:46.548 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port e1d54b77-0078-4556-847d-138126fbe447 2026-07-15 00:14:46.627 12 INFO neutron.plugins.ml2.plugin [None req-28ce989a-1eee-4427-ad46-7d2de5c7c94e - - - - - -] Attempt 1 to provision port 86d584af-cc6f-4afa-90de-392e0e373ac0 2026-07-15 00:14:46.810 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9f71e66f-c36d-412d-ae6e-5db619cfd0a2 2026-07-15 00:14:47.300 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-185158d1-fbed-46aa-90fd-9871042d2492'] response: {'server_uuid': '405e3a6b-4e34-4a2b-a0a1-5c370da8f919', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9f71e66f-c36d-412d-ae6e-5db619cfd0a2', 'code': 200} 2026-07-15 00:14:49.090 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 6478f3a5-a08a-4ab4-b11a-0b241a6d3342 2026-07-15 00:14:49.303 11 INFO neutron.plugins.ml2.plugin [None req-2f6fe47c-1f38-40c6-a4ad-f6d717730dfd - - - - - -] Attempt 1 to provision port 54f0c0be-1a8b-430c-9f00-cf492fa7f797 2026-07-15 00:14:49.556 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9f71e66f-c36d-412d-ae6e-5db619cfd0a2 2026-07-15 00:14:49.670 12 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-ab6a5fbb-eca7-4343-ac4e-a040d73d7194'] response: {'server_uuid': '4f485ae4-d9bf-4fd7-ba55-7adccccbab62', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6478f3a5-a08a-4ab4-b11a-0b241a6d3342', 'code': 200} 2026-07-15 00:14:49.747 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port e1d54b77-0078-4556-847d-138126fbe447 2026-07-15 00:14:51.069 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 6478f3a5-a08a-4ab4-b11a-0b241a6d3342 2026-07-15 00:14:51.313 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 8e20ad4d-02f9-4821-a634-4c863f58b7eb 2026-07-15 00:14:51.712 12 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-bc642225-1350-49d1-b9d0-35a6b4952a64'] response: {'server_uuid': 'a7afe895-e187-4780-8c2b-3559381fee8a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8e20ad4d-02f9-4821-a634-4c863f58b7eb', 'code': 200} 2026-07-15 00:14:52.516 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 8e20ad4d-02f9-4821-a634-4c863f58b7eb 2026-07-15 00:14:52.529 11 INFO neutron.plugins.ml2.plugin [None req-5e8b6f61-eee2-4a8f-8c8b-ab1aa13f79af - - - - - -] Attempt 1 to provision port 6478f3a5-a08a-4ab4-b11a-0b241a6d3342 2026-07-15 00:14:52.595 11 INFO neutron.plugins.ml2.plugin [None req-5e8b6f61-eee2-4a8f-8c8b-ab1aa13f79af - - - - - -] Attempt 1 to provision port 11d0347b-6da2-4e3a-9469-4672a89998dd 2026-07-15 00:14:52.630 11 INFO neutron.plugins.ml2.plugin [None req-5e8b6f61-eee2-4a8f-8c8b-ab1aa13f79af - - - - - -] Attempt 1 to provision port 4f2cba51-0dc4-4a13-b2a7-c4573f551fd2 2026-07-15 00:14:56.813 12 INFO neutron.plugins.ml2.plugin [None req-9a8ef4a9-4cb2-4c45-af0e-a92db5be81d0 - - - - - -] Attempt 1 to provision port e1d54b77-0078-4556-847d-138126fbe447 2026-07-15 00:14:56.858 12 INFO neutron.plugins.ml2.plugin [None req-9a8ef4a9-4cb2-4c45-af0e-a92db5be81d0 - - - - - -] Attempt 1 to provision port 8e20ad4d-02f9-4821-a634-4c863f58b7eb 2026-07-15 00:14:56.915 12 INFO neutron.plugins.ml2.plugin [None req-9a8ef4a9-4cb2-4c45-af0e-a92db5be81d0 - - - - - -] Attempt 1 to provision port 86d584af-cc6f-4afa-90de-392e0e373ac0 2026-07-15 00:15:01.134 12 INFO neutron.plugins.ml2.plugin [None req-45e193e5-b6d2-4677-88e1-325d53c8f1f4 - - - - - -] Attempt 1 to provision port 11d0347b-6da2-4e3a-9469-4672a89998dd 2026-07-15 00:15:01.171 12 INFO neutron.plugins.ml2.plugin [None req-45e193e5-b6d2-4677-88e1-325d53c8f1f4 - - - - - -] Attempt 1 to provision port 589a8b2a-85dc-4fc7-8f12-e926c77770d1 2026-07-15 00:15:01.222 12 INFO neutron.plugins.ml2.plugin [None req-45e193e5-b6d2-4677-88e1-325d53c8f1f4 - - - - - -] Attempt 1 to provision port 86d584af-cc6f-4afa-90de-392e0e373ac0 2026-07-15 00:15:05.312 11 INFO neutron.plugins.ml2.plugin [None req-eac89ab4-ba62-4e7e-a0fb-60e5ccabcf51 - - - - - -] Attempt 1 to provision port 11d0347b-6da2-4e3a-9469-4672a89998dd 2026-07-15 00:15:08.566 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port cce69827-9cd8-4064-83ec-58d784cfe08d 2026-07-15 00:15:08.995 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 11d0347b-6da2-4e3a-9469-4672a89998dd 2026-07-15 00:15:09.267 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 589a8b2a-85dc-4fc7-8f12-e926c77770d1 2026-07-15 00:15:09.471 11 INFO neutron.plugins.ml2.plugin [None req-bc8a8d78-a408-4f00-a2f5-fa2ad205e542 - - - - - -] Attempt 1 to provision port b0a084c3-803e-4ac5-b150-ca90177cd345 2026-07-15 00:15:10.472 11 INFO neutron.plugins.ml2.plugin [None req-6b373dd0-8b7e-4dc2-86bf-de8cb62b2b98 - - - - - -] Attempt 1 to provision port b0a084c3-803e-4ac5-b150-ca90177cd345 2026-07-15 00:15:10.494 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 11d0347b-6da2-4e3a-9469-4672a89998dd 2026-07-15 00:15:10.522 11 INFO neutron.plugins.ml2.plugin [None req-6b373dd0-8b7e-4dc2-86bf-de8cb62b2b98 - - - - - -] Attempt 1 to provision port 11d6c84b-8cab-418b-b43d-65e637afe535 2026-07-15 00:15:10.774 12 INFO neutron.plugins.ml2.plugin [None req-396a7ddd-677c-434e-a180-6966d07fd77a - - - - - -] Attempt 1 to provision port 589a8b2a-85dc-4fc7-8f12-e926c77770d1 2026-07-15 00:15:10.962 12 INFO neutron.plugins.ml2.plugin [None req-396a7ddd-677c-434e-a180-6966d07fd77a - - - - - -] Attempt 1 to provision port b0a084c3-803e-4ac5-b150-ca90177cd345 2026-07-15 00:15:11.228 12 INFO neutron.plugins.ml2.plugin [None req-7301c6fb-21be-4b22-b812-fbf18cefb3fe - - - - - -] Attempt 1 to provision port cce69827-9cd8-4064-83ec-58d784cfe08d 2026-07-15 00:15:14.516 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9f5b16aa-ea4d-4ba5-ac91-d2879e335df9 2026-07-15 00:15:16.591 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9f5b16aa-ea4d-4ba5-ac91-d2879e335df9 2026-07-15 00:15:19.174 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5dc74104-bd6f-456e-9329-22b59f58058a 2026-07-15 00:15:19.303 11 INFO neutron.plugins.ml2.plugin [None req-65c755cd-2ee0-4e0c-9185-f4f048f1172b - - - - - -] Attempt 1 to provision port b0a084c3-803e-4ac5-b150-ca90177cd345 2026-07-15 00:15:19.306 12 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-a1132d62-3aee-4cbf-ac13-720485a1b883'] response: {'server_uuid': 'b0776202-fbeb-4112-8ad2-615965ece696', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5dc74104-bd6f-456e-9329-22b59f58058a', 'code': 200} 2026-07-15 00:15:19.370 11 INFO neutron.plugins.ml2.plugin [None req-65c755cd-2ee0-4e0c-9185-f4f048f1172b - - - - - -] Attempt 1 to provision port 5dc74104-bd6f-456e-9329-22b59f58058a 2026-07-15 00:15:19.428 11 INFO neutron.plugins.ml2.plugin [None req-65c755cd-2ee0-4e0c-9185-f4f048f1172b - - - - - -] Attempt 1 to provision port 11d6c84b-8cab-418b-b43d-65e637afe535 2026-07-15 00:15:20.714 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5dc74104-bd6f-456e-9329-22b59f58058a 2026-07-15 00:15:24.516 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 11d6c84b-8cab-418b-b43d-65e637afe535 2026-07-15 00:15:24.952 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port d7ca58a6-6036-4790-bb81-ad5999cb8f66 2026-07-15 00:15:26.548 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 11d6c84b-8cab-418b-b43d-65e637afe535 2026-07-15 00:15:26.764 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port d7ca58a6-6036-4790-bb81-ad5999cb8f66 2026-07-15 00:15:36.946 12 INFO neutron.plugins.ml2.plugin [None req-4bde0580-2041-4bb6-a6f1-1661a31cbf88 - - - - - -] Attempt 1 to provision port d7ca58a6-6036-4790-bb81-ad5999cb8f66 2026-07-15 00:15:37.009 12 INFO neutron.plugins.ml2.plugin [None req-4bde0580-2041-4bb6-a6f1-1661a31cbf88 - - - - - -] Attempt 1 to provision port 11d6c84b-8cab-418b-b43d-65e637afe535 2026-07-15 00:15:39.369 11 INFO neutron.plugins.ml2.plugin [None req-3271fee3-468c-4626-8224-d182e7c53896 - - - - - -] Attempt 1 to provision port 11d6c84b-8cab-418b-b43d-65e637afe535 2026-07-15 00:15:42.526 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port f0083f54-d80f-4bfc-9b96-068677631d8b 2026-07-15 00:15:42.826 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 46ad08ef-e039-4117-a182-c865874ba674 2026-07-15 00:15:44.449 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port f0083f54-d80f-4bfc-9b96-068677631d8b 2026-07-15 00:15:44.645 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 46ad08ef-e039-4117-a182-c865874ba674 2026-07-15 00:15:44.974 11 INFO neutron.plugins.ml2.plugin [None req-c4fcea33-11e5-4c90-b4b4-e3c4ad88465a - - - - - -] Attempt 1 to provision port 3d3b7dff-fcd4-49f8-b37e-4b27add69de7 2026-07-15 00:15:45.005 11 INFO neutron.plugins.ml2.plugin [None req-c4fcea33-11e5-4c90-b4b4-e3c4ad88465a - - - - - -] Attempt 1 to provision port 5dc74104-bd6f-456e-9329-22b59f58058a 2026-07-15 00:15:45.079 11 INFO neutron.plugins.ml2.plugin [None req-c4fcea33-11e5-4c90-b4b4-e3c4ad88465a - - - - - -] Attempt 1 to provision port f0083f54-d80f-4bfc-9b96-068677631d8b 2026-07-15 00:15:45.138 11 INFO neutron.plugins.ml2.plugin [None req-c4fcea33-11e5-4c90-b4b4-e3c4ad88465a - - - - - -] Attempt 1 to provision port edbfaf92-4dd1-46a9-8c60-fd0712564723 2026-07-15 00:15:47.266 11 INFO neutron.plugins.ml2.plugin [None req-cff4310e-9481-411b-aa2e-96e6873b5b7e - - - - - -] Attempt 1 to provision port edbfaf92-4dd1-46a9-8c60-fd0712564723 2026-07-15 00:15:47.293 11 INFO neutron.plugins.ml2.plugin [None req-cff4310e-9481-411b-aa2e-96e6873b5b7e - - - - - -] Attempt 1 to provision port f0083f54-d80f-4bfc-9b96-068677631d8b 2026-07-15 00:15:49.247 12 INFO neutron.plugins.ml2.plugin [None req-bc28f3c0-8cf5-4dc6-ae67-524fc2adf711 - - - - - -] Attempt 1 to provision port edbfaf92-4dd1-46a9-8c60-fd0712564723 2026-07-15 00:15:50.523 12 INFO neutron.plugins.ml2.plugin [None req-3d05ddbf-2c29-4421-90fb-e4bf29680953 - - - - - -] Attempt 1 to provision port edbfaf92-4dd1-46a9-8c60-fd0712564723 2026-07-15 00:15:50.747 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-bbeba84e-877e-4e23-8029-e321f5dbb693'] response: {'server_uuid': 'b0776202-fbeb-4112-8ad2-615965ece696', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5dc74104-bd6f-456e-9329-22b59f58058a', 'code': 200} 2026-07-15 00:15:55.019 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5dc74104-bd6f-456e-9329-22b59f58058a 2026-07-15 00:15:55.153 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-76a767f1-9dd0-4e95-b9e5-9379c076f5ca'] response: {'server_uuid': 'b0776202-fbeb-4112-8ad2-615965ece696', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5dc74104-bd6f-456e-9329-22b59f58058a', 'code': 200} 2026-07-15 00:15:56.469 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5dc74104-bd6f-456e-9329-22b59f58058a 2026-07-15 00:15:56.668 11 INFO neutron.plugins.ml2.plugin [None req-149c5193-d177-4709-9546-ad94b318a47b - - - - - -] Attempt 1 to provision port bdd08c44-a88b-4d43-b519-bd7f82fd2299 2026-07-15 00:15:58.829 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5e6d03d1-7d53-4104-bd97-6ea0737d33a7 2026-07-15 00:15:59.250 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port e1a33203-d512-4248-ae77-bc669ce2ccf0 2026-07-15 00:15:59.588 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 3d3b7dff-fcd4-49f8-b37e-4b27add69de7 2026-07-15 00:15:59.714 12 INFO neutron.plugins.ml2.plugin [None req-38a77a48-6d78-46da-99fa-f293c3fb3db9 - - - - - -] Attempt 1 to provision port e1a33203-d512-4248-ae77-bc669ce2ccf0 2026-07-15 00:16:01.089 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9f4429c5-1d02-454a-8ec2-68b7d0519d07 2026-07-15 00:16:01.186 12 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-6509439c-1c9b-4cdd-9450-cc171b51e67c'] response: {'server_uuid': '6a5e6b92-cfcb-43d3-b0ec-a6d9111719d5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9f4429c5-1d02-454a-8ec2-68b7d0519d07', 'code': 200} 2026-07-15 00:16:01.452 11 INFO neutron.plugins.ml2.plugin [None req-112faf34-dfe7-4bdf-a705-dd3792012930 - - - - - -] Attempt 1 to provision port 011c5bc7-3380-40e3-b6ed-3873b6a94a9d 2026-07-15 00:16:01.494 11 INFO neutron.plugins.ml2.plugin [None req-112faf34-dfe7-4bdf-a705-dd3792012930 - - - - - -] Attempt 1 to provision port e1a33203-d512-4248-ae77-bc669ce2ccf0 2026-07-15 00:16:01.526 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5e6d03d1-7d53-4104-bd97-6ea0737d33a7 2026-07-15 00:16:01.710 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port e1a33203-d512-4248-ae77-bc669ce2ccf0 2026-07-15 00:16:01.896 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port edbfaf92-4dd1-46a9-8c60-fd0712564723 2026-07-15 00:16:02.164 12 INFO neutron.plugins.ml2.plugin [None req-f6c7aed9-2ce3-4fb0-9c84-0742f89bd6ff - - - - - -] Attempt 1 to provision port 3d3b7dff-fcd4-49f8-b37e-4b27add69de7 2026-07-15 00:16:02.681 11 INFO neutron.plugins.ml2.plugin [None req-0ab4b855-395f-4292-a79f-632acd9c5e1f - - - - - -] Attempt 1 to provision port 011c5bc7-3380-40e3-b6ed-3873b6a94a9d 2026-07-15 00:16:02.798 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port edbfaf92-4dd1-46a9-8c60-fd0712564723 2026-07-15 00:16:03.002 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9f4429c5-1d02-454a-8ec2-68b7d0519d07 2026-07-15 00:16:03.902 12 INFO neutron.plugins.ml2.plugin [None req-41014a62-a6de-4acd-bc0f-28a33b9956d6 - - - - - -] Attempt 1 to provision port 011c5bc7-3380-40e3-b6ed-3873b6a94a9d 2026-07-15 00:16:06.695 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port e768ae2f-9ca0-4fab-89d3-dc26284da20d 2026-07-15 00:16:07.398 11 INFO neutron.plugins.ml2.db [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] No ports have port_id starting with 9f4429c5-1d02-454a-8ec2-68b7d0519d07 2026-07-15 00:16:07.671 12 INFO neutron.plugins.ml2.plugin [None req-7b997c49-0dbd-4cf9-8ac5-51e1379d4831 - - - - - -] Attempt 1 to provision port e768ae2f-9ca0-4fab-89d3-dc26284da20d 2026-07-15 00:16:08.854 12 INFO neutron.plugins.ml2.plugin [None req-eeea4bcc-4709-4286-a72f-4b2d50fb6b5f - - - - - -] Attempt 1 to provision port e768ae2f-9ca0-4fab-89d3-dc26284da20d 2026-07-15 00:16:09.064 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 944414e7-4d57-47d6-ad99-82330149c67b 2026-07-15 00:16:11.329 11 INFO neutron.plugins.ml2.plugin [None req-687539dc-dc4f-4117-8318-0197c53385c1 - - - - - -] Attempt 1 to provision port c4b29cff-2f1e-4bf5-8a1a-b11bc0a0a7a9 2026-07-15 00:16:11.516 11 INFO neutron.notifiers.nova [None req-9c12f4c3-608f-4bd7-b866-e7145285bfce - - - - - -] Nova event matching ['req-538c9fe1-b33b-483f-904e-02e8a882f8a5'] response: {'server_uuid': '7a5886a7-23c1-48ba-bfd1-05a527ae3111', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c4b29cff-2f1e-4bf5-8a1a-b11bc0a0a7a9', 'code': 200} 2026-07-15 00:16:11.808 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 944414e7-4d57-47d6-ad99-82330149c67b 2026-07-15 00:16:12.019 11 INFO neutron.plugins.ml2.plugin [None req-0b4c14be-e475-4e05-a7b0-8c6eaa7386e6 - - - - - -] Attempt 1 to provision port 7b3c1abe-fec9-4f02-97f9-1cfcb630ab17 2026-07-15 00:16:12.076 11 INFO neutron.plugins.ml2.plugin [None req-0b4c14be-e475-4e05-a7b0-8c6eaa7386e6 - - - - - -] Attempt 1 to provision port c4b29cff-2f1e-4bf5-8a1a-b11bc0a0a7a9 2026-07-15 00:16:12.166 11 INFO neutron.plugins.ml2.plugin [None req-0b4c14be-e475-4e05-a7b0-8c6eaa7386e6 - - - - - -] Attempt 1 to provision port 0d3aae7e-e88c-4148-ba30-fa2bf5085104 2026-07-15 00:16:12.189 11 INFO neutron.plugins.ml2.plugin [None req-0b4c14be-e475-4e05-a7b0-8c6eaa7386e6 - - - - - -] Attempt 1 to provision port e768ae2f-9ca0-4fab-89d3-dc26284da20d 2026-07-15 00:16:13.096 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 073995a0-8dcd-4707-9867-954317de232f 2026-07-15 00:16:13.504 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port c4b29cff-2f1e-4bf5-8a1a-b11bc0a0a7a9 2026-07-15 00:16:14.915 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 910ba883-5164-4309-afa0-2b7e0d059a02 2026-07-15 00:16:15.284 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 073995a0-8dcd-4707-9867-954317de232f 2026-07-15 00:16:16.959 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 910ba883-5164-4309-afa0-2b7e0d059a02 2026-07-15 00:16:17.103 12 INFO neutron.plugins.ml2.plugin [None req-668fed1a-2751-4345-8712-44dd8b139e2f - - - - - -] Attempt 1 to provision port 9d4e7d46-cbe2-4baa-812f-62b0104d9592 2026-07-15 00:16:17.140 12 INFO neutron.plugins.ml2.plugin [None req-668fed1a-2751-4345-8712-44dd8b139e2f - - - - - -] Attempt 1 to provision port 910ba883-5164-4309-afa0-2b7e0d059a02 2026-07-15 00:16:17.167 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 011c5bc7-3380-40e3-b6ed-3873b6a94a9d 2026-07-15 00:16:17.197 12 INFO neutron.plugins.ml2.plugin [None req-668fed1a-2751-4345-8712-44dd8b139e2f - - - - - -] Attempt 1 to provision port 0d3aae7e-e88c-4148-ba30-fa2bf5085104 2026-07-15 00:16:17.217 12 INFO neutron.plugins.ml2.plugin [None req-668fed1a-2751-4345-8712-44dd8b139e2f - - - - - -] Attempt 1 to provision port aff484cc-7c8e-4f44-b983-82c98df07f2b 2026-07-15 00:16:18.777 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 011c5bc7-3380-40e3-b6ed-3873b6a94a9d 2026-07-15 00:16:18.964 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port bdd08c44-a88b-4d43-b519-bd7f82fd2299 2026-07-15 00:16:20.778 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port bdd08c44-a88b-4d43-b519-bd7f82fd2299 2026-07-15 00:16:22.719 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b3bc33c2-7402-44b6-9fe3-9ac9187eec5f 2026-07-15 00:16:23.302 12 INFO neutron.plugins.ml2.plugin [None req-9a21c9b0-4347-407b-9184-251f81e36523 - - - - - -] Attempt 1 to provision port 9d4e7d46-cbe2-4baa-812f-62b0104d9592 2026-07-15 00:16:23.330 12 INFO neutron.plugins.ml2.plugin [None req-9a21c9b0-4347-407b-9184-251f81e36523 - - - - - -] Attempt 1 to provision port 910ba883-5164-4309-afa0-2b7e0d059a02 2026-07-15 00:16:23.384 12 INFO neutron.plugins.ml2.plugin [None req-9a21c9b0-4347-407b-9184-251f81e36523 - - - - - -] Attempt 1 to provision port 0d3aae7e-e88c-4148-ba30-fa2bf5085104 2026-07-15 00:16:24.742 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b3bc33c2-7402-44b6-9fe3-9ac9187eec5f 2026-07-15 00:16:27.768 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b206f349-5784-4142-82ff-7a038d1f7c1d 2026-07-15 00:16:27.883 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-de1f5ce3-259b-4fc9-864f-6b5fb4964c8e'] response: {'server_uuid': 'bc5b2eab-54da-4e5a-af56-cd572a1e62f5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b206f349-5784-4142-82ff-7a038d1f7c1d', 'code': 200} 2026-07-15 00:16:28.330 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port f12d1f10-b9b7-4e0f-b6c2-89e61fb6964e 2026-07-15 00:16:30.376 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b206f349-5784-4142-82ff-7a038d1f7c1d 2026-07-15 00:16:30.607 12 INFO neutron.plugins.ml2.plugin [None req-ecba665b-cb57-44f6-82ef-94fedc580b7d - - - - - -] Attempt 1 to provision port 0d3aae7e-e88c-4148-ba30-fa2bf5085104 2026-07-15 00:16:30.771 11 INFO neutron.plugins.ml2.plugin [None req-32257e2b-2fd4-4692-a838-75c8885d5120 - - - - - -] Attempt 1 to provision port b206f349-5784-4142-82ff-7a038d1f7c1d 2026-07-15 00:16:30.814 11 INFO neutron.plugins.ml2.plugin [None req-32257e2b-2fd4-4692-a838-75c8885d5120 - - - - - -] Attempt 1 to provision port f12d1f10-b9b7-4e0f-b6c2-89e61fb6964e 2026-07-15 00:16:30.861 11 INFO neutron.plugins.ml2.plugin [None req-32257e2b-2fd4-4692-a838-75c8885d5120 - - - - - -] Attempt 1 to provision port 18d3fb30-0d72-48f2-8aae-13763850e340 2026-07-15 00:16:30.881 11 INFO neutron.plugins.ml2.plugin [None req-32257e2b-2fd4-4692-a838-75c8885d5120 - - - - - -] Attempt 1 to provision port 9d4e7d46-cbe2-4baa-812f-62b0104d9592 2026-07-15 00:16:30.906 12 INFO neutron.plugins.ml2.plugin [None req-ecba665b-cb57-44f6-82ef-94fedc580b7d - - - - - -] Attempt 1 to provision port 7b3c1abe-fec9-4f02-97f9-1cfcb630ab17 2026-07-15 00:16:31.175 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port f12d1f10-b9b7-4e0f-b6c2-89e61fb6964e 2026-07-15 00:16:33.803 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 0d3aae7e-e88c-4148-ba30-fa2bf5085104 2026-07-15 00:16:33.983 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 9d4e7d46-cbe2-4baa-812f-62b0104d9592 2026-07-15 00:16:34.192 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port af1335ff-35cd-4388-b56c-8a84f87c24d9 2026-07-15 00:16:34.305 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-d3430cac-9f1f-4f46-91e6-9c5a3f192b5d'] response: {'server_uuid': '5ae880b1-d78b-4a7e-9e68-5ceed437ddec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'af1335ff-35cd-4388-b56c-8a84f87c24d9', 'code': 200} 2026-07-15 00:16:34.601 11 INFO neutron.plugins.ml2.plugin [None req-b244d82f-cc03-405d-b5c3-02c9275942e6 - - - - - -] Attempt 1 to provision port 7b3c1abe-fec9-4f02-97f9-1cfcb630ab17 2026-07-15 00:16:34.815 11 INFO neutron.plugins.ml2.plugin [None req-b244d82f-cc03-405d-b5c3-02c9275942e6 - - - - - -] Attempt 1 to provision port aff484cc-7c8e-4f44-b983-82c98df07f2b 2026-07-15 00:16:35.061 12 INFO neutron.plugins.ml2.plugin [None req-1a659b48-9672-4418-95bb-bdbbfe4efc5d - - - - - -] Attempt 1 to provision port 393998c2-ecae-4499-ac03-2c42882ca402 2026-07-15 00:16:35.090 12 INFO neutron.plugins.ml2.plugin [None req-1a659b48-9672-4418-95bb-bdbbfe4efc5d - - - - - -] Attempt 1 to provision port 9d4e7d46-cbe2-4baa-812f-62b0104d9592 2026-07-15 00:16:35.137 12 INFO neutron.plugins.ml2.plugin [None req-1a659b48-9672-4418-95bb-bdbbfe4efc5d - - - - - -] Attempt 1 to provision port f12d1f10-b9b7-4e0f-b6c2-89e61fb6964e 2026-07-15 00:16:35.199 12 INFO neutron.plugins.ml2.plugin [None req-1a659b48-9672-4418-95bb-bdbbfe4efc5d - - - - - -] Attempt 1 to provision port 18d3fb30-0d72-48f2-8aae-13763850e340 2026-07-15 00:16:35.220 12 INFO neutron.plugins.ml2.plugin [None req-1a659b48-9672-4418-95bb-bdbbfe4efc5d - - - - - -] Attempt 1 to provision port af1335ff-35cd-4388-b56c-8a84f87c24d9 2026-07-15 00:16:35.410 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port af1335ff-35cd-4388-b56c-8a84f87c24d9 2026-07-15 00:16:35.606 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port aff484cc-7c8e-4f44-b983-82c98df07f2b 2026-07-15 00:16:36.312 12 INFO neutron.plugins.ml2.plugin [None req-1eeff621-0a9e-44c8-a042-49e3f046a06b - - - - - -] Attempt 1 to provision port 18d3fb30-0d72-48f2-8aae-13763850e340 2026-07-15 00:16:38.272 11 INFO neutron.plugins.ml2.plugin [None req-a8f81490-2379-477a-bf20-2564c9c82f33 - - - - - -] Attempt 1 to provision port 18d3fb30-0d72-48f2-8aae-13763850e340 2026-07-15 00:16:39.412 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 393998c2-ecae-4499-ac03-2c42882ca402 2026-07-15 00:16:39.655 11 INFO neutron.plugins.ml2.plugin [None req-eb426bd5-b5a9-4ca1-b303-bc44a87bb46e - - - - - -] Attempt 1 to provision port 18d3fb30-0d72-48f2-8aae-13763850e340 2026-07-15 00:16:41.545 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 393998c2-ecae-4499-ac03-2c42882ca402 2026-07-15 00:16:41.693 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 18d3fb30-0d72-48f2-8aae-13763850e340 2026-07-15 00:16:44.073 12 INFO neutron.plugins.ml2.plugin [None req-05e3a354-cccb-4a5e-a1ff-d24c27d265d4 - - - - - -] Attempt 1 to provision port 0f5523ab-e505-41bf-b7bd-222bfeab84eb 2026-07-15 00:16:45.640 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-cddf05da-6cf5-4761-94ef-bd9fa66e9f0c'] response: {'server_uuid': 'bc5b2eab-54da-4e5a-af56-cd572a1e62f5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b206f349-5784-4142-82ff-7a038d1f7c1d', 'code': 200} 2026-07-15 00:16:52.019 11 INFO neutron.plugins.ml2.plugin [None req-d7cce826-ee92-4394-baa8-81f87fd73e72 - - - - - -] Attempt 1 to provision port fa66a226-a950-4f6f-af9d-27395dc4e40a 2026-07-15 00:16:52.197 11 INFO neutron.notifiers.nova [None req-d7cce826-ee92-4394-baa8-81f87fd73e72 - - - - - -] Nova event matching ['req-c6c8d44a-b68f-48f1-b958-ac60922167ed'] response: {'server_uuid': 'baceb8ef-097f-49ef-928d-2a0882856a0f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa66a226-a950-4f6f-af9d-27395dc4e40a', 'code': 200} 2026-07-15 00:16:53.473 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port fa66a226-a950-4f6f-af9d-27395dc4e40a 2026-07-15 00:16:59.418 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 0babdfed-b747-47e6-969e-2fc7d388c115 2026-07-15 00:17:01.116 11 INFO neutron.plugins.ml2.plugin [None req-03451af7-7a04-4d98-8124-8d3b6f223697 - - - - - -] Attempt 1 to provision port 0babdfed-b747-47e6-969e-2fc7d388c115 2026-07-15 00:17:01.406 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 0babdfed-b747-47e6-969e-2fc7d388c115 2026-07-15 00:17:03.482 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 28925647-b678-4474-ba25-4d56f4b8533d 2026-07-15 00:17:31.832 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 79104897-832d-4399-bdf5-427f1750d44f 2026-07-15 00:17:33.704 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 735d83d2-7660-48d7-b812-f86ee7c5179b 2026-07-15 00:17:34.045 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 79104897-832d-4399-bdf5-427f1750d44f 2026-07-15 00:17:34.266 12 INFO neutron.plugins.ml2.plugin [None req-fd6242f6-aa04-4e2d-8b93-e1c1cd99dbd5 - - - - - -] Attempt 1 to provision port 79104897-832d-4399-bdf5-427f1750d44f 2026-07-15 00:17:35.424 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 735d83d2-7660-48d7-b812-f86ee7c5179b 2026-07-15 00:17:37.456 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port a70a8982-e33e-44f7-8381-1980e40a47ca 2026-07-15 00:17:37.838 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b57ba3cf-19c5-4435-a851-bb7ac2ff855e 2026-07-15 00:17:39.482 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port a70a8982-e33e-44f7-8381-1980e40a47ca 2026-07-15 00:17:39.661 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b57ba3cf-19c5-4435-a851-bb7ac2ff855e 2026-07-15 00:17:43.443 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 6bec88b1-2bd6-47dc-a773-3fd9939ba255 2026-07-15 00:17:44.651 11 INFO neutron.plugins.ml2.plugin [None req-508610ad-aa67-4763-a14c-447b1debc496 - - - - - -] Attempt 1 to provision port a6e68edd-dd19-4c7e-9d79-04b8e9916487 2026-07-15 00:17:44.677 11 INFO neutron.plugins.ml2.plugin [None req-508610ad-aa67-4763-a14c-447b1debc496 - - - - - -] Attempt 1 to provision port 79104897-832d-4399-bdf5-427f1750d44f 2026-07-15 00:17:44.722 11 INFO neutron.plugins.ml2.plugin [None req-508610ad-aa67-4763-a14c-447b1debc496 - - - - - -] Attempt 1 to provision port 6bec88b1-2bd6-47dc-a773-3fd9939ba255 2026-07-15 00:17:44.778 11 INFO neutron.plugins.ml2.plugin [None req-508610ad-aa67-4763-a14c-447b1debc496 - - - - - -] Attempt 1 to provision port 7004fa7c-2d4b-4e2f-8327-bb1db7497e7a 2026-07-15 00:17:44.802 11 INFO neutron.plugins.ml2.plugin [None req-508610ad-aa67-4763-a14c-447b1debc496 - - - - - -] Attempt 1 to provision port b0c5c49c-109a-4954-9fe0-733d79103785 2026-07-15 00:17:44.821 11 INFO neutron.plugins.ml2.plugin [None req-508610ad-aa67-4763-a14c-447b1debc496 - - - - - -] Attempt 1 to provision port b57ba3cf-19c5-4435-a851-bb7ac2ff855e 2026-07-15 00:17:46.605 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port c57354c2-fac8-4cf4-a4a2-479759e252f1 2026-07-15 00:17:46.700 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-f7e2477f-e32c-4f68-bc17-bbf65ee90d16'] response: {'server_uuid': '2d31c9fd-2fc3-489f-a582-77b09b76ce44', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c57354c2-fac8-4cf4-a4a2-479759e252f1', 'code': 200} 2026-07-15 00:17:46.964 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 6bec88b1-2bd6-47dc-a773-3fd9939ba255 2026-07-15 00:17:47.724 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port c57354c2-fac8-4cf4-a4a2-479759e252f1 2026-07-15 00:17:49.737 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 951b0b0e-6a9c-4225-9738-e4caa1d9fbdf 2026-07-15 00:17:51.731 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b0c5c49c-109a-4954-9fe0-733d79103785 2026-07-15 00:17:51.990 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 7004fa7c-2d4b-4e2f-8327-bb1db7497e7a 2026-07-15 00:17:52.261 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 951b0b0e-6a9c-4225-9738-e4caa1d9fbdf 2026-07-15 00:17:53.917 12 INFO neutron.plugins.ml2.plugin [None req-5c2f5621-023a-4e6f-b45e-7cfb62ac7bab - - - - - -] Attempt 1 to provision port a6e68edd-dd19-4c7e-9d79-04b8e9916487 2026-07-15 00:17:53.943 12 INFO neutron.plugins.ml2.plugin [None req-5c2f5621-023a-4e6f-b45e-7cfb62ac7bab - - - - - -] Attempt 1 to provision port 39eef32f-ba3a-4f70-a3f7-468c4f131b5f 2026-07-15 00:17:53.973 12 INFO neutron.plugins.ml2.plugin [None req-50dfc299-0f8f-43bc-8c80-1f61fedbcde3 - - - - - -] Attempt 1 to provision port 6bec88b1-2bd6-47dc-a773-3fd9939ba255 2026-07-15 00:17:54.027 12 INFO neutron.plugins.ml2.plugin [None req-50dfc299-0f8f-43bc-8c80-1f61fedbcde3 - - - - - -] Attempt 1 to provision port 951b0b0e-6a9c-4225-9738-e4caa1d9fbdf 2026-07-15 00:17:54.109 12 INFO neutron.plugins.ml2.plugin [None req-50dfc299-0f8f-43bc-8c80-1f61fedbcde3 - - - - - -] Attempt 1 to provision port dcc541c5-71c2-4e18-b9ef-45cceeef8ab5 2026-07-15 00:17:54.148 12 INFO neutron.plugins.ml2.plugin [None req-50dfc299-0f8f-43bc-8c80-1f61fedbcde3 - - - - - -] Attempt 1 to provision port b57ba3cf-19c5-4435-a851-bb7ac2ff855e 2026-07-15 00:17:54.350 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port b0c5c49c-109a-4954-9fe0-733d79103785 2026-07-15 00:17:54.528 11 INFO neutron.plugins.ml2.plugin [None req-c608ecac-79a3-4847-aacc-d38955ab97ae - - - - - -] Attempt 1 to provision port 7004fa7c-2d4b-4e2f-8327-bb1db7497e7a 2026-07-15 00:17:54.668 11 INFO neutron.plugins.ml2.plugin [None req-c608ecac-79a3-4847-aacc-d38955ab97ae - - - - - -] Attempt 1 to provision port 1ef4bdac-b6ab-46b4-8ec7-1be0ec984475 2026-07-15 00:17:54.779 11 INFO neutron.notifiers.nova [None req-c608ecac-79a3-4847-aacc-d38955ab97ae - - - - - -] Nova event matching ['req-0d88d8ce-a868-4424-819c-93f7569616c8'] response: {'server_uuid': '7121ed75-e57a-4b5a-8ac0-8bfc310cf703', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1ef4bdac-b6ab-46b4-8ec7-1be0ec984475', 'code': 200} 2026-07-15 00:17:55.755 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 39eef32f-ba3a-4f70-a3f7-468c4f131b5f 2026-07-15 00:17:56.042 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port dcc541c5-71c2-4e18-b9ef-45cceeef8ab5 2026-07-15 00:17:56.296 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port a976a780-434f-469d-9419-ff0a79721bcf 2026-07-15 00:17:56.494 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 1ef4bdac-b6ab-46b4-8ec7-1be0ec984475 2026-07-15 00:17:56.675 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port a6e68edd-dd19-4c7e-9d79-04b8e9916487 2026-07-15 00:17:57.767 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 39eef32f-ba3a-4f70-a3f7-468c4f131b5f 2026-07-15 00:17:57.982 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port dcc541c5-71c2-4e18-b9ef-45cceeef8ab5 2026-07-15 00:17:58.236 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port a976a780-434f-469d-9419-ff0a79721bcf 2026-07-15 00:17:58.387 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port a6e68edd-dd19-4c7e-9d79-04b8e9916487 2026-07-15 00:18:00.838 11 INFO neutron.plugins.ml2.plugin [None req-e2be59bd-ac8d-44d3-9aea-69debbf7c82e - - - - - -] Attempt 1 to provision port 1ef4bdac-b6ab-46b4-8ec7-1be0ec984475 2026-07-15 00:18:00.895 11 INFO neutron.plugins.ml2.plugin [None req-e2be59bd-ac8d-44d3-9aea-69debbf7c82e - - - - - -] Attempt 1 to provision port 39eef32f-ba3a-4f70-a3f7-468c4f131b5f 2026-07-15 00:18:00.951 11 INFO neutron.plugins.ml2.plugin [None req-e2be59bd-ac8d-44d3-9aea-69debbf7c82e - - - - - -] Attempt 1 to provision port 951b0b0e-6a9c-4225-9738-e4caa1d9fbdf 2026-07-15 00:18:01.011 11 INFO neutron.plugins.ml2.plugin [None req-e2be59bd-ac8d-44d3-9aea-69debbf7c82e - - - - - -] Attempt 1 to provision port a6e68edd-dd19-4c7e-9d79-04b8e9916487 2026-07-15 00:18:01.063 11 INFO neutron.plugins.ml2.plugin [None req-e2be59bd-ac8d-44d3-9aea-69debbf7c82e - - - - - -] Attempt 1 to provision port 6bec88b1-2bd6-47dc-a773-3fd9939ba255 2026-07-15 00:18:01.121 11 INFO neutron.plugins.ml2.plugin [None req-e2be59bd-ac8d-44d3-9aea-69debbf7c82e - - - - - -] Attempt 1 to provision port dcc541c5-71c2-4e18-b9ef-45cceeef8ab5 2026-07-15 00:18:01.171 11 INFO neutron.plugins.ml2.plugin [None req-e2be59bd-ac8d-44d3-9aea-69debbf7c82e - - - - - -] Attempt 1 to provision port b57ba3cf-19c5-4435-a851-bb7ac2ff855e 2026-07-15 00:18:05.236 11 INFO neutron.plugins.ml2.plugin [None req-b414b798-725f-4f3b-8d7d-4ee784de3221 - - - - - -] Attempt 1 to provision port 951b0b0e-6a9c-4225-9738-e4caa1d9fbdf 2026-07-15 00:18:05.289 11 INFO neutron.plugins.ml2.plugin [None req-b414b798-725f-4f3b-8d7d-4ee784de3221 - - - - - -] Attempt 1 to provision port 39eef32f-ba3a-4f70-a3f7-468c4f131b5f 2026-07-15 00:18:09.729 12 INFO neutron.plugins.ml2.plugin [None req-7bf16ca1-9dab-41c5-ad00-e3f3ad5f597c - - - - - -] Attempt 1 to provision port a6e68edd-dd19-4c7e-9d79-04b8e9916487 2026-07-15 00:18:09.768 12 INFO neutron.plugins.ml2.plugin [None req-7bf16ca1-9dab-41c5-ad00-e3f3ad5f597c - - - - - -] Attempt 1 to provision port a976a780-434f-469d-9419-ff0a79721bcf 2026-07-15 00:18:09.826 12 INFO neutron.plugins.ml2.plugin [None req-7bf16ca1-9dab-41c5-ad00-e3f3ad5f597c - - - - - -] Attempt 1 to provision port dcc541c5-71c2-4e18-b9ef-45cceeef8ab5 2026-07-15 00:18:13.718 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 3dfbda9b-3c61-47e3-928c-fc00124c505f 2026-07-15 00:18:13.810 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-ed5a8376-ee0a-41da-9583-6602c8ffe10e'] response: {'server_uuid': '994764c7-9d48-4ef1-aaed-fade2de6aac3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3dfbda9b-3c61-47e3-928c-fc00124c505f', 'code': 200} 2026-07-15 00:18:14.160 12 INFO neutron.plugins.ml2.plugin [None req-ca6dc227-e08a-4c8d-a77a-f766be22373d - - - - - -] Attempt 1 to provision port dcc541c5-71c2-4e18-b9ef-45cceeef8ab5 2026-07-15 00:18:15.687 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 3dfbda9b-3c61-47e3-928c-fc00124c505f 2026-07-15 00:18:16.359 12 INFO neutron.plugins.ml2.plugin [None req-27e6a7d8-9b49-4112-831a-48343fbe9058 - - - - - -] Attempt 1 to provision port a6e68edd-dd19-4c7e-9d79-04b8e9916487 2026-07-15 00:18:16.421 12 INFO neutron.plugins.ml2.plugin [None req-27e6a7d8-9b49-4112-831a-48343fbe9058 - - - - - -] Attempt 1 to provision port 39eef32f-ba3a-4f70-a3f7-468c4f131b5f 2026-07-15 00:18:20.079 11 INFO neutron.plugins.ml2.plugin [None req-185b3ee9-f818-4a96-a045-763c456d115d - - - - - -] Attempt 1 to provision port 1ef4bdac-b6ab-46b4-8ec7-1be0ec984475 2026-07-15 00:18:20.124 11 INFO neutron.plugins.ml2.plugin [None req-185b3ee9-f818-4a96-a045-763c456d115d - - - - - -] Attempt 1 to provision port 39eef32f-ba3a-4f70-a3f7-468c4f131b5f 2026-07-15 00:18:21.481 11 INFO neutron.plugins.ml2.plugin [None req-c5195f2d-89d6-47da-99de-d60c89ea8e01 - - - - - -] Attempt 1 to provision port 3dfbda9b-3c61-47e3-928c-fc00124c505f 2026-07-15 00:18:25.854 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 64331ab6-8a52-4ce1-b322-661c4f42ad96 2026-07-15 00:18:26.999 12 INFO neutron.plugins.ml2.plugin [None req-791b7628-41ff-4716-b159-88fb91551924 - - - - - -] Attempt 1 to provision port 64331ab6-8a52-4ce1-b322-661c4f42ad96 2026-07-15 00:18:45.949 11 INFO neutron.plugins.ml2.plugin [None req-bc6b628f-8755-4315-974b-13baac972804 - - - - - -] Attempt 1 to provision port 58a7095c-fb3a-431f-b79e-218e34502b1c 2026-07-15 00:19:08.295 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 395d10c9-46b9-41ab-abde-d4a038704757 2026-07-15 00:19:08.385 12 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-ee3e5bf4-082a-4b35-a8fb-f042eaeb4bcd'] response: {'server_uuid': '7d4f25d8-f557-48e1-920a-f25192ea5798', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '395d10c9-46b9-41ab-abde-d4a038704757', 'code': 200} 2026-07-15 00:19:09.734 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 395d10c9-46b9-41ab-abde-d4a038704757 2026-07-15 00:19:47.669 11 INFO neutron.plugins.ml2.plugin [None req-bc0e891b-99fb-40d4-b046-d36942fab187 - - - - - -] Attempt 1 to provision port 954b4a78-877c-499b-b6aa-92d75be3aa6e 2026-07-15 00:19:53.774 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 954b4a78-877c-499b-b6aa-92d75be3aa6e 2026-07-15 00:19:53.912 12 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-a376016d-5e74-457e-a72e-60ba19b83c79'] response: {'server_uuid': '7d4f25d8-f557-48e1-920a-f25192ea5798', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '954b4a78-877c-499b-b6aa-92d75be3aa6e', 'code': 200} 2026-07-15 00:19:55.777 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 954b4a78-877c-499b-b6aa-92d75be3aa6e 2026-07-15 00:19:58.294 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 954b4a78-877c-499b-b6aa-92d75be3aa6e 2026-07-15 00:20:21.625 11 INFO neutron.plugins.ml2.plugin [None req-f6e237fd-7614-40a8-bd2f-1e98afcebcd5 - - - - - -] Attempt 1 to provision port 5afbba29-ded4-4f4e-89f8-f47e1d583290 2026-07-15 00:20:29.361 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5afbba29-ded4-4f4e-89f8-f47e1d583290 2026-07-15 00:20:29.512 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-50fb9aec-b0cd-432e-a130-a54ca25af5c5'] response: {'server_uuid': '7d4f25d8-f557-48e1-920a-f25192ea5798', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5afbba29-ded4-4f4e-89f8-f47e1d583290', 'code': 200} 2026-07-15 00:20:29.945 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5afbba29-ded4-4f4e-89f8-f47e1d583290 2026-07-15 00:20:41.473 12 INFO neutron.plugins.ml2.plugin [None req-2c76a9cd-4ae5-49ab-9e97-b83296017691 - - - - - -] Attempt 1 to provision port 6000c4a8-2ab1-4842-a95d-485e5e9bf5ef 2026-07-15 00:20:47.990 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 6000c4a8-2ab1-4842-a95d-485e5e9bf5ef 2026-07-15 00:20:48.088 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-cc6ebde0-eac6-4e0c-a70a-7c2b91651faa'] response: {'server_uuid': '7d4f25d8-f557-48e1-920a-f25192ea5798', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6000c4a8-2ab1-4842-a95d-485e5e9bf5ef', 'code': 200} 2026-07-15 00:20:49.969 12 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 6000c4a8-2ab1-4842-a95d-485e5e9bf5ef 2026-07-15 00:20:51.416 12 INFO neutron.plugins.ml2.plugin [None req-dade7877-5180-4084-996e-35a622330825 - - - - - -] Attempt 1 to provision port 5afbba29-ded4-4f4e-89f8-f47e1d583290 2026-07-15 00:20:52.014 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5afbba29-ded4-4f4e-89f8-f47e1d583290 2026-07-15 00:21:05.310 11 INFO neutron.plugins.ml2.plugin [None req-a9ad142c-feef-4301-9c78-e05363163ce6 - - - - - -] Attempt 1 to provision port 6000c4a8-2ab1-4842-a95d-485e5e9bf5ef 2026-07-15 00:21:06.061 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 6000c4a8-2ab1-4842-a95d-485e5e9bf5ef 2026-07-15 00:21:06.617 12 INFO neutron.plugins.ml2.plugin [None req-5694efbe-3292-435c-82bd-e4551c5dd5d7 - - - - - -] Attempt 1 to provision port 6000c4a8-2ab1-4842-a95d-485e5e9bf5ef 2026-07-15 00:21:15.602 12 INFO neutron.plugins.ml2.plugin [None req-6ecea733-20ef-400d-9078-38b810d662ca - - - - - -] Attempt 1 to provision port 5afbba29-ded4-4f4e-89f8-f47e1d583290 2026-07-15 00:21:16.038 11 INFO neutron.plugins.ml2.plugin [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Attempt 1 to provision port 5afbba29-ded4-4f4e-89f8-f47e1d583290 2026-07-15 00:21:48.116 11 INFO neutron.notifiers.nova [None req-59c9caf8-4057-4b8f-886d-c1a86a1d03e6 - - - - - -] Nova event matching ['req-39e58f9b-ab97-45b7-93d7-05bf18d911b9'] response: {'server_uuid': '994764c7-9d48-4ef1-aaed-fade2de6aac3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3dfbda9b-3c61-47e3-928c-fc00124c505f', 'code': 200}