+ 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-08-07 06:54:56.107 1 INFO neutron.common.config [-] Logging enabled! 2026-08-07 06:54:56.108 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.6.dev4 2026-08-07 06:54:56.108 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-08-07 06:54:56.108 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-07 06:54:57.008 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-07 06:54:57.011 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-07 06:54:57.014 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-07 06:54:57.015 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-07 06:54:57.015 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-07 06:54:57.015 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-07 06:54:57.015 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-07 06:54:57.021 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-07 06:54:57.022 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-07 06:54:57.022 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-07 06:54:57.040 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-07 06:54:57.040 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-07 06:54:57.041 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-07 06:54:57.074 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-07 06:54:57.074 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-07 06:54:57.074 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-07 06:54:57.074 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-07 06:54:57.342 1 INFO neutron.plugins.ml2.managers [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] Initializing driver for type 'vlan' 2026-08-07 06:54:57.477 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] VlanTypeDriver initialization complete 2026-08-07 06:54:57.478 1 INFO neutron.plugins.ml2.managers [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] Initializing driver for type 'vxlan' 2026-08-07 06:54:57.478 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-07 06:54:57.525 1 INFO neutron.plugins.ml2.managers [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-07 06:54:57.525 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-07 06:54:57.526 1 INFO neutron.plugins.ml2.managers [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] Initializing extension driver 'port_security' 2026-08-07 06:54:57.526 1 INFO neutron.plugins.ml2.extensions.port_security [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-07 06:54:57.526 1 INFO neutron.plugins.ml2.managers [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] Initializing extension driver 'qos' 2026-08-07 06:54:57.526 1 INFO neutron.plugins.ml2.managers [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-07 06:54:57.526 1 INFO neutron.plugins.ml2.managers [None req-5728e931-6552-49a0-875d-a696f4036519 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-07 06:54:57.541 1 INFO neutron.quota [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded quota_driver: . 2026-08-07 06:54:57.542 1 INFO neutron.plugins.ml2.plugin [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Modular L2 Plugin initialization complete 2026-08-07 06:54:57.542 1 INFO neutron.plugins.ml2.managers [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-07 06:54:57.542 1 INFO neutron.plugins.ml2.managers [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-07 06:54:57.542 1 INFO neutron.plugins.ml2.managers [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-07 06:54:57.542 1 INFO neutron.extensions.vlantransparent [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Disabled vlantransparent extension. 2026-08-07 06:54:57.543 1 INFO neutron.extensions.qinq [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Disabled VLAN QinQ extension. 2026-08-07 06:54:57.543 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: qos 2026-08-07 06:54:57.553 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: router 2026-08-07 06:54:57.587 1 INFO neutron.services.service_base [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-07 06:54:57.588 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: segments 2026-08-07 06:54:57.650 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: trunk 2026-08-07 06:54:57.662 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: vpnaas 2026-08-07 06:54:57.693 1 WARNING stevedore.named [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-07 06:54:57.693 1 WARNING stevedore.named [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-07 06:54:57.889 1 INFO neutron_vpnaas.services.vpn.plugin [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-07 06:54:57.890 1 INFO neutron.common.utils [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-07 06:54:57.890 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: taas 2026-08-07 06:54:57.906 1 WARNING stevedore.named [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-07 06:54:57.931 1 INFO neutron_taas.services.taas.taas_plugin [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-07 06:54:57.931 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: tapmirror 2026-08-07 06:54:57.937 1 WARNING stevedore.named [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-07 06:54:57.952 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-07 06:54:57.952 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: auto_allocate 2026-08-07 06:54:57.956 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: tag 2026-08-07 06:54:57.961 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: timestamp 2026-08-07 06:54:57.963 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: network_ip_availability 2026-08-07 06:54:57.966 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: flavors 2026-08-07 06:54:57.969 1 INFO neutron.manager [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loading Plugin: revisions 2026-08-07 06:54:57.971 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Initializing extension manager. 2026-08-07 06:54:57.972 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: address-group 2026-08-07 06:54:57.973 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: address-scope 2026-08-07 06:54:57.974 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-07 06:54:57.975 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: agent 2026-08-07 06:54:57.975 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: agent-resources-synced 2026-08-07 06:54:57.976 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-07 06:54:57.977 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-07 06:54:57.977 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: availability_zone 2026-08-07 06:54:57.978 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: availability_zone_filter 2026-08-07 06:54:57.978 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-07 06:54:57.978 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: default-subnetpools 2026-08-07 06:54:57.980 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-07 06:54:57.980 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: dns-integration 2026-08-07 06:54:57.980 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: dns-domain-ports 2026-08-07 06:54:57.981 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-07 06:54:57.981 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: dvr 2026-08-07 06:54:57.982 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-07 06:54:57.982 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: empty-string-filtering 2026-08-07 06:54:57.983 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-07 06:54:57.983 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-07 06:54:57.983 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: external-net 2026-08-07 06:54:57.984 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-07 06:54:57.984 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: extraroute 2026-08-07 06:54:57.985 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: extraroute-atomic 2026-08-07 06:54:57.985 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-07 06:54:57.986 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-07 06:54:57.986 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-07 06:54:57.987 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-07 06:54:57.987 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: fip-port-details 2026-08-07 06:54:57.988 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: flavors 2026-08-07 06:54:57.988 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-07 06:54:57.989 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: floatingip-pools 2026-08-07 06:54:57.990 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: ip_allocation 2026-08-07 06:54:57.990 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-07 06:54:57.990 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: l2_adjacency 2026-08-07 06:54:57.991 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: router 2026-08-07 06:54:57.993 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-07 06:54:57.993 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-07 06:54:57.994 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-07 06:54:57.994 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: ext-gw-mode 2026-08-07 06:54:57.995 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: l3-ha 2026-08-07 06:54:57.995 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-07 06:54:57.996 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-07 06:54:57.996 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: l3-flavors 2026-08-07 06:54:57.997 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-07 06:54:57.997 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-07 06:54:57.999 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-07 06:54:58.000 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-07 06:54:58.001 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-07 06:54:58.001 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-07 06:54:58.002 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-07 06:54:58.002 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: multi-provider 2026-08-07 06:54:58.003 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: net-mtu 2026-08-07 06:54:58.003 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: net-mtu-writable 2026-08-07 06:54:58.004 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: network_availability_zone 2026-08-07 06:54:58.004 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: network_ha 2026-08-07 06:54:58.005 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: network-ip-availability 2026-08-07 06:54:58.006 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-07 06:54:58.006 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: pagination 2026-08-07 06:54:58.006 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-device-profile 2026-08-07 06:54:58.007 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-07 06:54:58.007 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-07 06:54:58.008 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-07 06:54:58.008 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-mac-override 2026-08-07 06:54:58.008 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-07 06:54:58.009 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-07 06:54:58.009 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-07 06:54:58.010 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-resource-request 2026-08-07 06:54:58.010 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-07 06:54:58.011 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-07 06:54:58.011 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: binding 2026-08-07 06:54:58.012 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: binding-extended 2026-08-07 06:54:58.012 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-security 2026-08-07 06:54:58.013 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: project-id 2026-08-07 06:54:58.013 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: provider 2026-08-07 06:54:58.013 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-07 06:54:58.015 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos 2026-08-07 06:54:58.016 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-07 06:54:58.016 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-07 06:54:58.017 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-default 2026-08-07 06:54:58.017 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-fip 2026-08-07 06:54:58.018 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-07 06:54:58.018 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-07 06:54:58.019 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-07 06:54:58.019 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-07 06:54:58.020 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-07 06:54:58.020 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-pps 2026-08-07 06:54:58.021 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-07 06:54:58.021 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-07 06:54:58.022 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: qos-rules-alias 2026-08-07 06:54:58.022 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: quota-check-limit 2026-08-07 06:54:58.023 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-07 06:54:58.024 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: quotas 2026-08-07 06:54:58.027 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: quota_details 2026-08-07 06:54:58.028 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: rbac-policies 2026-08-07 06:54:58.028 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: rbac-address-group 2026-08-07 06:54:58.029 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: rbac-address-scope 2026-08-07 06:54:58.030 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: rbac-security-groups 2026-08-07 06:54:58.030 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-07 06:54:58.031 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: revision-if-match 2026-08-07 06:54:58.031 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-07 06:54:58.032 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: router_availability_zone 2026-08-07 06:54:58.032 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-07 06:54:58.034 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-07 06:54:58.034 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-07 06:54:58.034 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-07 06:54:58.035 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-07 06:54:58.035 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-07 06:54:58.036 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-07 06:54:58.039 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: security-group 2026-08-07 06:54:58.040 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: segment 2026-08-07 06:54:58.041 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-07 06:54:58.041 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: service-type 2026-08-07 06:54:58.041 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: sorting 2026-08-07 06:54:58.042 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: standard-attr-segment 2026-08-07 06:54:58.042 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: standard-attr-description 2026-08-07 06:54:58.043 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: stateful-security-group 2026-08-07 06:54:58.043 1 WARNING neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-07 06:54:58.044 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-07 06:54:58.044 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: subnet-external-network 2026-08-07 06:54:58.045 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: subnet_onboard 2026-08-07 06:54:58.045 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-07 06:54:58.046 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: subnet-service-types 2026-08-07 06:54:58.046 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: subnet_allocation 2026-08-07 06:54:58.047 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-07 06:54:58.047 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: tag-creation 2026-08-07 06:54:58.047 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-07 06:54:58.051 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: standard-attr-tag 2026-08-07 06:54:58.051 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-07 06:54:58.052 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: trunk 2026-08-07 06:54:58.052 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: trunk-details 2026-08-07 06:54:58.053 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-07 06:54:58.053 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-07 06:54:58.054 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-07 06:54:58.054 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-07 06:54:58.056 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-07 06:54:58.056 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-07 06:54:58.057 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: vpn-flavors 2026-08-07 06:54:58.058 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: vpnaas 2026-08-07 06:54:58.059 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: taas 2026-08-07 06:54:58.060 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: tap-mirror 2026-08-07 06:54:58.061 1 INFO neutron.api.extensions [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-07 06:54:58.063 1 INFO oslo_service.backend.eventlet.service [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Starting 2 workers 2026-08-07 06:54:58.067 1 INFO oslo_service.backend.eventlet.service [None req-46e70aad-0f8f-4ede-a523-bb0ce67dd499 - - - - - -] Starting 1 workers 2026-08-07 06:55:39.033 11 INFO neutron.db.l3_hamode_db [None req-14027661-5c2b-4dc7-9cd3-efea5da38bb3 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-07 06:55:55.099 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a3dcd9b8-4bdf-411e-b1c4-f76ea314af7e 2026-08-07 06:55:56.136 11 INFO neutron.plugins.ml2.plugin [None req-82af79a2-e7f0-43fa-a70b-7dae603006d7 - - - - - -] Attempt 1 to provision port a3dcd9b8-4bdf-411e-b1c4-f76ea314af7e 2026-08-07 06:55:57.059 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a3dcd9b8-4bdf-411e-b1c4-f76ea314af7e 2026-08-07 06:55:57.820 11 INFO neutron.plugins.ml2.plugin [None req-8e3bb8a5-7aad-4a1d-92bd-2d11a2ed62a0 - - - - - -] Attempt 1 to provision port a3dcd9b8-4bdf-411e-b1c4-f76ea314af7e 2026-08-07 07:00:16.984 12 INFO neutron.plugins.ml2.plugin [None req-29850dad-faa9-4796-9c7f-c5df53e09887 - - - - - -] Attempt 1 to provision port 62a4990d-673f-4d02-8940-7374cb88a4f4 2026-08-07 07:00:17.233 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 62a4990d-673f-4d02-8940-7374cb88a4f4 2026-08-07 07:00:18.657 12 INFO neutron.plugins.ml2.plugin [None req-7f933d0b-737b-43d1-ac81-a395d168d164 - - - - - -] Attempt 1 to provision port 62a4990d-673f-4d02-8940-7374cb88a4f4 2026-08-07 07:00:19.217 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 62a4990d-673f-4d02-8940-7374cb88a4f4 2026-08-07 07:00:23.628 11 INFO neutron.plugins.ml2.plugin [None req-302524d9-6345-4d9d-887e-aec1e92c93f6 - - - - - -] Attempt 1 to provision port 6c6777d8-83ed-417d-b1b6-7d28b2e7197e 2026-08-07 07:03:47.909 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6c6777d8-83ed-417d-b1b6-7d28b2e7197e 2026-08-07 07:03:49.334 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6c6777d8-83ed-417d-b1b6-7d28b2e7197e 2026-08-07 07:12:15.641 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port f7d93741-9351-4c02-b705-1edfe52712cb 2026-08-07 07:12:17.619 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port f7d93741-9351-4c02-b705-1edfe52712cb 2026-08-07 07:28:32.304 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 386b0cbd-ba7c-475b-9c2d-89a5320b627e 2026-08-07 07:28:32.901 11 INFO neutron.plugins.ml2.plugin [None req-9fbb5b3c-d554-4d16-980c-8ec5a3408087 - - - - - -] Attempt 1 to provision port 386b0cbd-ba7c-475b-9c2d-89a5320b627e 2026-08-07 07:28:34.310 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 386b0cbd-ba7c-475b-9c2d-89a5320b627e 2026-08-07 07:28:36.330 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 1fb2815d-96fa-4e6e-9c54-10bb8f038fc6 2026-08-07 07:28:38.304 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 1fb2815d-96fa-4e6e-9c54-10bb8f038fc6 2026-08-07 07:28:39.129 11 INFO neutron.plugins.ml2.plugin [None req-d75ac31a-04e0-4d8a-9f27-c96e126c1611 - - - - - -] Attempt 1 to provision port 386b0cbd-ba7c-475b-9c2d-89a5320b627e 2026-08-07 07:28:39.175 11 INFO neutron.plugins.ml2.plugin [None req-d75ac31a-04e0-4d8a-9f27-c96e126c1611 - - - - - -] Attempt 1 to provision port 1fb2815d-96fa-4e6e-9c54-10bb8f038fc6 2026-08-07 07:28:39.230 11 INFO neutron.plugins.ml2.plugin [None req-d75ac31a-04e0-4d8a-9f27-c96e126c1611 - - - - - -] Attempt 1 to provision port b984c651-fd26-4533-82de-dbfe9887ee21 2026-08-07 07:28:44.432 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a1247203-a3f5-44aa-b326-2ee2aebc11b6 2026-08-07 07:28:46.584 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 3f11c2fd-4875-48c0-8577-d7fdb54dd2bb 2026-08-07 07:28:46.610 12 INFO neutron.plugins.ml2.plugin [None req-06cc717f-7855-4091-b489-2f5e52e4156b - - - - - -] Attempt 1 to provision port 313c61f2-cdfa-4186-97b6-4a1e11e52628 2026-08-07 07:28:46.638 12 INFO neutron.plugins.ml2.plugin [None req-06cc717f-7855-4091-b489-2f5e52e4156b - - - - - -] Attempt 1 to provision port 448fd683-fbb3-456a-805e-726f43771c02 2026-08-07 07:28:46.669 12 INFO neutron.plugins.ml2.plugin [None req-06cc717f-7855-4091-b489-2f5e52e4156b - - - - - -] Attempt 1 to provision port 1fb2815d-96fa-4e6e-9c54-10bb8f038fc6 2026-08-07 07:28:48.328 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 3f11c2fd-4875-48c0-8577-d7fdb54dd2bb 2026-08-07 07:28:50.926 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 504600fb-3d9b-47a6-b37f-612e815d9b07 2026-08-07 07:28:51.361 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 33863f22-dcf3-4be6-b21e-3314ba540842 2026-08-07 07:28:51.665 11 INFO neutron.notifiers.nova [None req-4d5aba3f-a688-4253-b9fb-f542615710a2 - - - - - -] Nova event matching ['req-849b3c17-3614-431e-a4d7-959649e46f32'] response: {'server_uuid': 'e0b88136-cde7-42bb-abb3-3d44c4611e4b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '504600fb-3d9b-47a6-b37f-612e815d9b07', 'code': 200} 2026-08-07 07:28:51.751 11 INFO neutron.plugins.ml2.plugin [None req-4d5aba3f-a688-4253-b9fb-f542615710a2 - - - - - -] Attempt 1 to provision port 21507ac3-9d8a-4584-a022-ed34b79d5326 2026-08-07 07:28:52.639 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 33863f22-dcf3-4be6-b21e-3314ba540842 2026-08-07 07:28:52.823 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 21507ac3-9d8a-4584-a022-ed34b79d5326 2026-08-07 07:28:52.967 12 INFO neutron.plugins.ml2.plugin [None req-9e360334-df8b-41d3-b8d2-479e968eaa59 - - - - - -] Attempt 1 to provision port 448fd683-fbb3-456a-805e-726f43771c02 2026-08-07 07:28:53.002 12 INFO neutron.plugins.ml2.plugin [None req-9e360334-df8b-41d3-b8d2-479e968eaa59 - - - - - -] Attempt 1 to provision port 33863f22-dcf3-4be6-b21e-3314ba540842 2026-08-07 07:28:53.061 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 504600fb-3d9b-47a6-b37f-612e815d9b07 2026-08-07 07:28:53.079 12 INFO neutron.plugins.ml2.plugin [None req-9e360334-df8b-41d3-b8d2-479e968eaa59 - - - - - -] Attempt 1 to provision port 0cb5da10-a2b2-4e8b-a330-021274a1d9bb 2026-08-07 07:28:57.818 12 INFO neutron.plugins.ml2.plugin [None req-85467580-3f2a-4380-94ed-a96b5a14dce2 - - - - - -] Attempt 1 to provision port 448fd683-fbb3-456a-805e-726f43771c02 2026-08-07 07:28:57.854 12 INFO neutron.plugins.ml2.plugin [None req-85467580-3f2a-4380-94ed-a96b5a14dce2 - - - - - -] Attempt 1 to provision port 33863f22-dcf3-4be6-b21e-3314ba540842 2026-08-07 07:28:57.893 12 INFO neutron.plugins.ml2.plugin [None req-85467580-3f2a-4380-94ed-a96b5a14dce2 - - - - - -] Attempt 1 to provision port 0cb5da10-a2b2-4e8b-a330-021274a1d9bb 2026-08-07 07:28:59.162 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-0f552153-8446-4b4a-8b09-28574345be89'] response: {'server_uuid': 'e0b88136-cde7-42bb-abb3-3d44c4611e4b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '504600fb-3d9b-47a6-b37f-612e815d9b07', 'code': 200} 2026-08-07 07:29:01.106 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 1042e364-5e82-4c19-9cb8-d4ddfab94a9b 2026-08-07 07:29:01.202 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-1ae44b5c-f50d-455f-8070-da43e3158cf6'] response: {'server_uuid': '25444294-893b-49b3-b299-b989f61c305d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1042e364-5e82-4c19-9cb8-d4ddfab94a9b', 'code': 200} 2026-08-07 07:29:02.507 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 1042e364-5e82-4c19-9cb8-d4ddfab94a9b 2026-08-07 07:29:03.444 12 INFO neutron.plugins.ml2.plugin [None req-e8419867-702e-4cc4-bf8d-90645d2cda41 - - - - - -] Attempt 1 to provision port ac86290f-0f56-4989-9e00-3b79a681151f 2026-08-07 07:29:03.483 12 INFO neutron.plugins.ml2.plugin [None req-e8419867-702e-4cc4-bf8d-90645d2cda41 - - - - - -] Attempt 1 to provision port 0cb5da10-a2b2-4e8b-a330-021274a1d9bb 2026-08-07 07:29:06.006 12 INFO neutron.plugins.ml2.plugin [None req-4faaf741-5f8d-4492-b116-af5d84c50f00 - - - - - -] Attempt 1 to provision port 0cb5da10-a2b2-4e8b-a330-021274a1d9bb 2026-08-07 07:29:09.338 12 INFO neutron.plugins.ml2.plugin [None req-24666d50-a0df-4aa2-905f-8eecc4a7ae59 - - - - - -] Attempt 1 to provision port 1042e364-5e82-4c19-9cb8-d4ddfab94a9b 2026-08-07 07:29:12.558 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 9a71bdcf-2d78-4f02-9622-2ef37618eecc 2026-08-07 07:29:12.924 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a625fad2-436f-4417-b14e-64a75160e0a2 2026-08-07 07:29:13.546 12 INFO neutron.plugins.ml2.plugin [None req-7153a80d-c1d5-495c-874a-79232a9cdcba - - - - - -] Attempt 1 to provision port a625fad2-436f-4417-b14e-64a75160e0a2 2026-08-07 07:29:14.516 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 9a71bdcf-2d78-4f02-9622-2ef37618eecc 2026-08-07 07:29:14.742 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a625fad2-436f-4417-b14e-64a75160e0a2 2026-08-07 07:29:18.586 11 INFO neutron.plugins.ml2.plugin [None req-7cf57df1-154c-4e67-a455-8d6699cb14d0 - - - - - -] Attempt 1 to provision port 3bf7a8f6-5d16-40a7-aac0-0c90d481dc2b 2026-08-07 07:29:18.618 11 INFO neutron.plugins.ml2.plugin [None req-7cf57df1-154c-4e67-a455-8d6699cb14d0 - - - - - -] Attempt 1 to provision port 197e49ae-e1e9-4bb2-8f99-a4a56e0ba472 2026-08-07 07:29:18.655 11 INFO neutron.plugins.ml2.plugin [None req-7cf57df1-154c-4e67-a455-8d6699cb14d0 - - - - - -] Attempt 1 to provision port a625fad2-436f-4417-b14e-64a75160e0a2 2026-08-07 07:29:20.638 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port ac86290f-0f56-4989-9e00-3b79a681151f 2026-08-07 07:29:20.889 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 0cb5da10-a2b2-4e8b-a330-021274a1d9bb 2026-08-07 07:29:22.625 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port ac86290f-0f56-4989-9e00-3b79a681151f 2026-08-07 07:29:22.780 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 0cb5da10-a2b2-4e8b-a330-021274a1d9bb 2026-08-07 07:29:22.972 12 INFO neutron.plugins.ml2.plugin [None req-d5d42419-f2a5-4d64-8e66-d4e3d6c8f461 - - - - - -] Attempt 1 to provision port 2ccf3e45-e775-40b8-82ee-5bd5a03c54d7 2026-08-07 07:29:25.189 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 32e0a44d-dec0-4371-8209-bdc1a9658fd6 2026-08-07 07:29:25.484 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 2ccf3e45-e775-40b8-82ee-5bd5a03c54d7 2026-08-07 07:29:25.667 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6e77582e-83a2-4b01-a515-8ff98832c1be 2026-08-07 07:29:25.760 11 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-09ba4b84-f1ea-48b2-8c19-6b5a67bdf5b9'] response: {'server_uuid': 'a3138b12-51c6-41c0-8df2-d460d91badec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6e77582e-83a2-4b01-a515-8ff98832c1be', 'code': 200} 2026-08-07 07:29:26.614 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 32e0a44d-dec0-4371-8209-bdc1a9658fd6 2026-08-07 07:29:26.780 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 4d4acab4-7384-46b2-9762-397e5cab32d8 2026-08-07 07:29:27.149 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6e77582e-83a2-4b01-a515-8ff98832c1be 2026-08-07 07:29:28.771 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 4d4acab4-7384-46b2-9762-397e5cab32d8 2026-08-07 07:29:30.552 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e47b68ab-7750-4731-aa71-bcba9cd02345 2026-08-07 07:29:31.120 12 INFO neutron.plugins.ml2.plugin [None req-c0f019da-4ba3-4b8d-b3dd-56c17a12083b - - - - - -] Attempt 1 to provision port 3d6dd950-23c5-4272-9242-c3e2239cde9e 2026-08-07 07:29:31.158 12 INFO neutron.plugins.ml2.plugin [None req-c0f019da-4ba3-4b8d-b3dd-56c17a12083b - - - - - -] Attempt 1 to provision port 4d4acab4-7384-46b2-9762-397e5cab32d8 2026-08-07 07:29:31.243 12 INFO neutron.plugins.ml2.plugin [None req-c0f019da-4ba3-4b8d-b3dd-56c17a12083b - - - - - -] Attempt 1 to provision port e47b68ab-7750-4731-aa71-bcba9cd02345 2026-08-07 07:29:31.308 12 INFO neutron.plugins.ml2.plugin [None req-c0f019da-4ba3-4b8d-b3dd-56c17a12083b - - - - - -] Attempt 1 to provision port 2ccf3e45-e775-40b8-82ee-5bd5a03c54d7 2026-08-07 07:29:32.691 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e47b68ab-7750-4731-aa71-bcba9cd02345 2026-08-07 07:29:32.896 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 3bf7a8f6-5d16-40a7-aac0-0c90d481dc2b 2026-08-07 07:29:33.328 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 197e49ae-e1e9-4bb2-8f99-a4a56e0ba472 2026-08-07 07:29:34.588 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 3bf7a8f6-5d16-40a7-aac0-0c90d481dc2b 2026-08-07 07:29:34.765 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 197e49ae-e1e9-4bb2-8f99-a4a56e0ba472 2026-08-07 07:29:38.459 11 INFO neutron.plugins.ml2.plugin [None req-b24facb9-beb8-49d1-94e6-409dd378f64b - - - - - -] Attempt 1 to provision port 4d4acab4-7384-46b2-9762-397e5cab32d8 2026-08-07 07:29:38.508 11 INFO neutron.plugins.ml2.plugin [None req-b24facb9-beb8-49d1-94e6-409dd378f64b - - - - - -] Attempt 1 to provision port a88a0e6c-6c16-47d6-af56-4797df930202 2026-08-07 07:29:38.530 11 INFO neutron.plugins.ml2.plugin [None req-b24facb9-beb8-49d1-94e6-409dd378f64b - - - - - -] Attempt 1 to provision port e47b68ab-7750-4731-aa71-bcba9cd02345 2026-08-07 07:29:38.581 11 INFO neutron.plugins.ml2.plugin [None req-b24facb9-beb8-49d1-94e6-409dd378f64b - - - - - -] Attempt 1 to provision port 2ccf3e45-e775-40b8-82ee-5bd5a03c54d7 2026-08-07 07:29:38.633 11 INFO neutron.plugins.ml2.plugin [None req-b24facb9-beb8-49d1-94e6-409dd378f64b - - - - - -] Attempt 1 to provision port 3d6dd950-23c5-4272-9242-c3e2239cde9e 2026-08-07 07:29:38.656 11 INFO neutron.plugins.ml2.plugin [None req-b24facb9-beb8-49d1-94e6-409dd378f64b - - - - - -] Attempt 1 to provision port 7fa6dbfb-ed92-48dd-9afa-4d6afd9e6ec2 2026-08-07 07:29:41.261 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 1ac6f6ca-9a1b-4277-93cb-88c4a256233b 2026-08-07 07:29:41.377 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-fa9abf1e-ff25-487e-9ed7-cb9bbde241c9'] response: {'server_uuid': 'f7d03b71-bf4a-4a84-89ab-20cdf8adb05e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1ac6f6ca-9a1b-4277-93cb-88c4a256233b', 'code': 200} 2026-08-07 07:29:42.781 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a581d637-7b77-4af9-b44e-0008b001e64e 2026-08-07 07:29:43.036 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 3d6dd950-23c5-4272-9242-c3e2239cde9e 2026-08-07 07:29:43.373 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a88a0e6c-6c16-47d6-af56-4797df930202 2026-08-07 07:29:43.654 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 7fa6dbfb-ed92-48dd-9afa-4d6afd9e6ec2 2026-08-07 07:29:43.895 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 1ac6f6ca-9a1b-4277-93cb-88c4a256233b 2026-08-07 07:29:44.775 11 INFO neutron.plugins.ml2.plugin [None req-6e76881c-699f-4902-8dfd-f692e0d96e45 - - - - - -] Attempt 1 to provision port e47b68ab-7750-4731-aa71-bcba9cd02345 2026-08-07 07:29:44.841 11 INFO neutron.plugins.ml2.plugin [None req-6e76881c-699f-4902-8dfd-f692e0d96e45 - - - - - -] Attempt 1 to provision port 3d6dd950-23c5-4272-9242-c3e2239cde9e 2026-08-07 07:29:44.915 11 INFO neutron.plugins.ml2.plugin [None req-6e76881c-699f-4902-8dfd-f692e0d96e45 - - - - - -] Attempt 1 to provision port 7fa6dbfb-ed92-48dd-9afa-4d6afd9e6ec2 2026-08-07 07:29:44.961 11 INFO neutron.plugins.ml2.plugin [None req-6e76881c-699f-4902-8dfd-f692e0d96e45 - - - - - -] Attempt 1 to provision port 4d4acab4-7384-46b2-9762-397e5cab32d8 2026-08-07 07:29:45.040 11 INFO neutron.plugins.ml2.plugin [None req-6e76881c-699f-4902-8dfd-f692e0d96e45 - - - - - -] Attempt 1 to provision port a88a0e6c-6c16-47d6-af56-4797df930202 2026-08-07 07:29:45.112 11 INFO neutron.plugins.ml2.plugin [None req-6e76881c-699f-4902-8dfd-f692e0d96e45 - - - - - -] Attempt 1 to provision port 2ccf3e45-e775-40b8-82ee-5bd5a03c54d7 2026-08-07 07:29:45.186 11 INFO neutron.plugins.ml2.plugin [None req-6e76881c-699f-4902-8dfd-f692e0d96e45 - - - - - -] Attempt 1 to provision port 1ac6f6ca-9a1b-4277-93cb-88c4a256233b 2026-08-07 07:29:45.224 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 57ba968b-900d-4f01-a2e5-1d44e8796ab7 2026-08-07 07:29:45.253 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a581d637-7b77-4af9-b44e-0008b001e64e 2026-08-07 07:29:45.349 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 197e49ae-e1e9-4bb2-8f99-a4a56e0ba472 2026-08-07 07:29:45.674 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 3d6dd950-23c5-4272-9242-c3e2239cde9e 2026-08-07 07:29:45.881 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a88a0e6c-6c16-47d6-af56-4797df930202 2026-08-07 07:29:46.104 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 7fa6dbfb-ed92-48dd-9afa-4d6afd9e6ec2 2026-08-07 07:29:46.303 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a581d637-7b77-4af9-b44e-0008b001e64e 2026-08-07 07:29:47.084 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 57ba968b-900d-4f01-a2e5-1d44e8796ab7 2026-08-07 07:29:49.161 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 25c99024-2930-4850-ba9b-44b95b1b4038 2026-08-07 07:29:49.559 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 53ffdc32-1720-4291-89d3-c6ccea8264e7 2026-08-07 07:29:51.171 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 25c99024-2930-4850-ba9b-44b95b1b4038 2026-08-07 07:29:51.443 12 INFO neutron.plugins.ml2.plugin [None req-eeab7218-ba70-489d-9377-4ec5d1ed889f - - - - - -] Attempt 1 to provision port 53ffdc32-1720-4291-89d3-c6ccea8264e7 2026-08-07 07:29:53.140 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6b0d4b3c-19ec-4df0-bb39-b328f28a9adc 2026-08-07 07:29:53.768 12 INFO neutron.plugins.ml2.plugin [None req-51ef4ca2-8190-4cd8-a8a2-3dcfffb39668 - - - - - -] Attempt 1 to provision port 6b0d4b3c-19ec-4df0-bb39-b328f28a9adc 2026-08-07 07:29:53.846 12 INFO neutron.plugins.ml2.plugin [None req-51ef4ca2-8190-4cd8-a8a2-3dcfffb39668 - - - - - -] Attempt 1 to provision port 25c99024-2930-4850-ba9b-44b95b1b4038 2026-08-07 07:29:53.910 12 INFO neutron.plugins.ml2.plugin [None req-51ef4ca2-8190-4cd8-a8a2-3dcfffb39668 - - - - - -] Attempt 1 to provision port 5dd8fa23-52fe-4b7c-94df-7ac34f866dea 2026-08-07 07:29:53.933 12 INFO neutron.plugins.ml2.plugin [None req-51ef4ca2-8190-4cd8-a8a2-3dcfffb39668 - - - - - -] Attempt 1 to provision port 93196017-f84b-4593-b227-058036d14a8a 2026-08-07 07:29:53.956 12 INFO neutron.plugins.ml2.plugin [None req-51ef4ca2-8190-4cd8-a8a2-3dcfffb39668 - - - - - -] Attempt 1 to provision port 7fa6dbfb-ed92-48dd-9afa-4d6afd9e6ec2 2026-08-07 07:29:54.007 12 INFO neutron.plugins.ml2.plugin [None req-51ef4ca2-8190-4cd8-a8a2-3dcfffb39668 - - - - - -] Attempt 1 to provision port 197e49ae-e1e9-4bb2-8f99-a4a56e0ba472 2026-08-07 07:29:55.175 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6b0d4b3c-19ec-4df0-bb39-b328f28a9adc 2026-08-07 07:29:58.167 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port b846dbad-4611-4178-96b9-636a1e6a1724 2026-08-07 07:29:58.285 12 INFO neutron.notifiers.nova [None req-3d325eb0-99b7-4cac-97ae-bb2aeec1ea36 - - - - - -] Nova event matching ['req-471a05b4-7a13-422f-b3e9-dcef2697450f'] response: {'server_uuid': '36d9b797-8b0d-4199-9be0-efe2bd61a64b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b846dbad-4611-4178-96b9-636a1e6a1724', 'code': 200} 2026-08-07 07:29:59.109 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port b846dbad-4611-4178-96b9-636a1e6a1724 2026-08-07 07:29:59.504 11 INFO neutron.plugins.ml2.plugin [None req-d49d6b80-9db3-48c5-b189-3c5181e473b6 - - - - - -] Attempt 1 to provision port 6b0d4b3c-19ec-4df0-bb39-b328f28a9adc 2026-08-07 07:29:59.567 11 INFO neutron.plugins.ml2.plugin [None req-d49d6b80-9db3-48c5-b189-3c5181e473b6 - - - - - -] Attempt 1 to provision port 25c99024-2930-4850-ba9b-44b95b1b4038 2026-08-07 07:29:59.626 11 INFO neutron.plugins.ml2.plugin [None req-d49d6b80-9db3-48c5-b189-3c5181e473b6 - - - - - -] Attempt 1 to provision port 6e77582e-83a2-4b01-a515-8ff98832c1be 2026-08-07 07:29:59.676 11 INFO neutron.plugins.ml2.plugin [None req-d49d6b80-9db3-48c5-b189-3c5181e473b6 - - - - - -] Attempt 1 to provision port 93196017-f84b-4593-b227-058036d14a8a 2026-08-07 07:29:59.704 11 INFO neutron.plugins.ml2.plugin [None req-d49d6b80-9db3-48c5-b189-3c5181e473b6 - - - - - -] Attempt 1 to provision port 7fa6dbfb-ed92-48dd-9afa-4d6afd9e6ec2 2026-08-07 07:29:59.764 11 INFO neutron.plugins.ml2.plugin [None req-d49d6b80-9db3-48c5-b189-3c5181e473b6 - - - - - -] Attempt 1 to provision port b846dbad-4611-4178-96b9-636a1e6a1724 2026-08-07 07:29:59.816 11 INFO neutron.plugins.ml2.plugin [None req-d49d6b80-9db3-48c5-b189-3c5181e473b6 - - - - - -] Attempt 1 to provision port 5dd8fa23-52fe-4b7c-94df-7ac34f866dea 2026-08-07 07:30:01.153 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e4b69497-bf88-4f93-b65d-6e6f3926e5e3 2026-08-07 07:30:01.347 11 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-a5b36e6a-2d6d-4530-9167-959ecf27637c'] response: {'server_uuid': 'e86c48f1-6a4e-4c0a-a62f-849563a17aba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e4b69497-bf88-4f93-b65d-6e6f3926e5e3', 'code': 200} 2026-08-07 07:30:03.123 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e4b69497-bf88-4f93-b65d-6e6f3926e5e3 2026-08-07 07:30:04.815 12 INFO neutron.plugins.ml2.plugin [None req-4f0d9f11-148f-4f60-9fdc-ce15ce4c0037 - - - - - -] Attempt 1 to provision port a88a0e6c-6c16-47d6-af56-4797df930202 2026-08-07 07:30:04.864 12 INFO neutron.plugins.ml2.plugin [None req-4f0d9f11-148f-4f60-9fdc-ce15ce4c0037 - - - - - -] Attempt 1 to provision port 3d6dd950-23c5-4272-9242-c3e2239cde9e 2026-08-07 07:30:04.908 12 INFO neutron.plugins.ml2.plugin [None req-4f0d9f11-148f-4f60-9fdc-ce15ce4c0037 - - - - - -] Attempt 1 to provision port 5dd8fa23-52fe-4b7c-94df-7ac34f866dea 2026-08-07 07:30:05.019 12 INFO neutron.plugins.ml2.plugin [None req-4f0d9f11-148f-4f60-9fdc-ce15ce4c0037 - - - - - -] Attempt 1 to provision port 93196017-f84b-4593-b227-058036d14a8a 2026-08-07 07:30:05.058 12 INFO neutron.plugins.ml2.plugin [None req-4f0d9f11-148f-4f60-9fdc-ce15ce4c0037 - - - - - -] Attempt 1 to provision port 46ba28a2-4c26-42b3-8a06-caaa65857850 2026-08-07 07:30:05.758 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 46ba28a2-4c26-42b3-8a06-caaa65857850 2026-08-07 07:30:05.915 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 5dd8fa23-52fe-4b7c-94df-7ac34f866dea 2026-08-07 07:30:06.239 11 INFO neutron.plugins.ml2.plugin [None req-404a6b7d-060e-4fce-b42e-1ff1bfa83eb3 - - - - - -] Attempt 1 to provision port a0f6a162-60a8-4590-99fb-4451b5a78905 2026-08-07 07:30:06.369 11 INFO neutron.notifiers.nova [None req-404a6b7d-060e-4fce-b42e-1ff1bfa83eb3 - - - - - -] Nova event matching ['req-c37941b7-55ae-4024-bd26-9b88c64f7215'] response: {'server_uuid': '57f12a54-699e-42a7-9dc2-bf3071588122', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a0f6a162-60a8-4590-99fb-4451b5a78905', 'code': 200} 2026-08-07 07:30:07.765 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port a0f6a162-60a8-4590-99fb-4451b5a78905 2026-08-07 07:30:07.982 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 46ba28a2-4c26-42b3-8a06-caaa65857850 2026-08-07 07:30:08.159 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 5dd8fa23-52fe-4b7c-94df-7ac34f866dea 2026-08-07 07:30:08.340 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 93196017-f84b-4593-b227-058036d14a8a 2026-08-07 07:30:08.616 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 1fd6e31d-1a2b-43da-b409-6ffb6221e3f2 2026-08-07 07:30:09.525 12 INFO neutron.plugins.ml2.plugin [None req-b2d844fe-b40d-4364-8bf3-5db2ce72dafe - - - - - -] Attempt 1 to provision port a88a0e6c-6c16-47d6-af56-4797df930202 2026-08-07 07:30:09.590 12 INFO neutron.plugins.ml2.plugin [None req-b2d844fe-b40d-4364-8bf3-5db2ce72dafe - - - - - -] Attempt 1 to provision port 3d6dd950-23c5-4272-9242-c3e2239cde9e 2026-08-07 07:30:09.590 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 1fd6e31d-1a2b-43da-b409-6ffb6221e3f2 2026-08-07 07:30:09.648 12 INFO neutron.plugins.ml2.plugin [None req-b2d844fe-b40d-4364-8bf3-5db2ce72dafe - - - - - -] Attempt 1 to provision port 5dd8fa23-52fe-4b7c-94df-7ac34f866dea 2026-08-07 07:30:09.726 12 INFO neutron.plugins.ml2.plugin [None req-b2d844fe-b40d-4364-8bf3-5db2ce72dafe - - - - - -] Attempt 1 to provision port 93196017-f84b-4593-b227-058036d14a8a 2026-08-07 07:30:09.747 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 93196017-f84b-4593-b227-058036d14a8a 2026-08-07 07:30:09.782 12 INFO neutron.plugins.ml2.plugin [None req-b2d844fe-b40d-4364-8bf3-5db2ce72dafe - - - - - -] Attempt 1 to provision port 1fd6e31d-1a2b-43da-b409-6ffb6221e3f2 2026-08-07 07:30:13.561 12 INFO neutron.plugins.ml2.plugin [None req-d83eff74-0270-4b9e-91d6-83aa06dd0247 - - - - - -] Attempt 1 to provision port e4b69497-bf88-4f93-b65d-6e6f3926e5e3 2026-08-07 07:30:13.639 12 INFO neutron.plugins.ml2.plugin [None req-d83eff74-0270-4b9e-91d6-83aa06dd0247 - - - - - -] Attempt 1 to provision port 1ac6f6ca-9a1b-4277-93cb-88c4a256233b 2026-08-07 07:30:25.627 11 INFO neutron.plugins.ml2.plugin [None req-998f0a65-6866-4cdc-a6fd-152ac3a0168c - - - - - -] Attempt 1 to provision port b063e5cf-03b9-4d17-ac4e-d76330d6c8d7 2026-08-07 07:30:26.749 12 INFO neutron.plugins.ml2.plugin [None req-2c35e5e6-40ed-4c7d-a00d-08c2f6170a14 - - - - - -] Attempt 1 to provision port b063e5cf-03b9-4d17-ac4e-d76330d6c8d7 2026-08-07 07:30:27.707 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port eacb23ae-61a5-4cd7-8cd7-dbd719cfcc77 2026-08-07 07:30:28.050 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 054c8638-689b-470f-9ea4-c6a17d5cfefb 2026-08-07 07:30:28.398 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port b063e5cf-03b9-4d17-ac4e-d76330d6c8d7 2026-08-07 07:30:29.596 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port eacb23ae-61a5-4cd7-8cd7-dbd719cfcc77 2026-08-07 07:30:29.798 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 054c8638-689b-470f-9ea4-c6a17d5cfefb 2026-08-07 07:30:31.720 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port d45057c7-04af-41e0-9f26-abd9377ce5d4 2026-08-07 07:30:32.897 12 INFO neutron.plugins.ml2.plugin [None req-5a508839-ec48-4125-bd2b-d1f231e14cd2 - - - - - -] Attempt 1 to provision port 9d7f373d-93ea-4f96-a73c-d3fd77820e86 2026-08-07 07:30:32.927 12 INFO neutron.plugins.ml2.plugin [None req-5a508839-ec48-4125-bd2b-d1f231e14cd2 - - - - - -] Attempt 1 to provision port 6cadcdd3-38a2-45af-a4c4-469f03d2f503 2026-08-07 07:30:32.955 12 INFO neutron.plugins.ml2.plugin [None req-5a508839-ec48-4125-bd2b-d1f231e14cd2 - - - - - -] Attempt 1 to provision port b063e5cf-03b9-4d17-ac4e-d76330d6c8d7 2026-08-07 07:30:33.008 12 INFO neutron.plugins.ml2.plugin [None req-5a508839-ec48-4125-bd2b-d1f231e14cd2 - - - - - -] Attempt 1 to provision port 864b3f4e-8b8f-40e2-b2dc-76849f4364b5 2026-08-07 07:30:33.027 12 INFO neutron.plugins.ml2.plugin [None req-5a508839-ec48-4125-bd2b-d1f231e14cd2 - - - - - -] Attempt 1 to provision port d45057c7-04af-41e0-9f26-abd9377ce5d4 2026-08-07 07:30:33.716 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port d45057c7-04af-41e0-9f26-abd9377ce5d4 2026-08-07 07:30:36.701 11 INFO neutron.plugins.ml2.plugin [None req-bfb4bd5f-ad75-4a23-b295-a891dcddfc27 - - - - - -] Attempt 1 to provision port ccaf3d3c-f9f2-4fa4-a362-d8c485185597 2026-08-07 07:30:36.728 11 INFO neutron.plugins.ml2.plugin [None req-bfb4bd5f-ad75-4a23-b295-a891dcddfc27 - - - - - -] Attempt 1 to provision port 6cadcdd3-38a2-45af-a4c4-469f03d2f503 2026-08-07 07:30:36.758 11 INFO neutron.plugins.ml2.plugin [None req-bfb4bd5f-ad75-4a23-b295-a891dcddfc27 - - - - - -] Attempt 1 to provision port 9d7f373d-93ea-4f96-a73c-d3fd77820e86 2026-08-07 07:30:36.778 11 INFO neutron.plugins.ml2.plugin [None req-bfb4bd5f-ad75-4a23-b295-a891dcddfc27 - - - - - -] Attempt 1 to provision port d45057c7-04af-41e0-9f26-abd9377ce5d4 2026-08-07 07:30:37.898 11 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-20c32c1b-99da-4a11-bb99-ba736b70bae8'] response: {'server_uuid': 'a3138b12-51c6-41c0-8df2-d460d91badec', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6e77582e-83a2-4b01-a515-8ff98832c1be', 'code': 200} 2026-08-07 07:30:39.654 11 INFO neutron.plugins.ml2.plugin [None req-a21d5cfb-db88-4699-8ae2-459da630ff39 - - - - - -] Attempt 1 to provision port b64e5d8e-c928-478c-ab48-566336b001f9 2026-08-07 07:30:39.688 11 INFO neutron.plugins.ml2.plugin [None req-a21d5cfb-db88-4699-8ae2-459da630ff39 - - - - - -] Attempt 1 to provision port 9d7f373d-93ea-4f96-a73c-d3fd77820e86 2026-08-07 07:30:39.725 11 INFO neutron.plugins.ml2.plugin [None req-a21d5cfb-db88-4699-8ae2-459da630ff39 - - - - - -] Attempt 1 to provision port 6cadcdd3-38a2-45af-a4c4-469f03d2f503 2026-08-07 07:30:40.164 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 5d5ec43b-f003-4a07-9fe2-c74106195be6 2026-08-07 07:30:40.271 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-b9e1e426-e2d4-4e0e-b9ba-2f7de1e533de'] response: {'server_uuid': '2added16-6740-4b12-885b-5dfeaf87b667', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d5ec43b-f003-4a07-9fe2-c74106195be6', 'code': 200} 2026-08-07 07:30:41.742 12 INFO neutron.plugins.ml2.plugin [None req-953d89e0-13e6-4275-b23f-8a20d8e726ad - - - - - -] Attempt 1 to provision port 5d5ec43b-f003-4a07-9fe2-c74106195be6 2026-08-07 07:30:41.822 12 INFO neutron.plugins.ml2.plugin [None req-953d89e0-13e6-4275-b23f-8a20d8e726ad - - - - - -] Attempt 1 to provision port 6cadcdd3-38a2-45af-a4c4-469f03d2f503 2026-08-07 07:30:42.782 11 INFO neutron.plugins.ml2.plugin [None req-f2b1643a-c7d9-4351-b293-6139167da3f6 - - - - - -] Attempt 1 to provision port 5d5ec43b-f003-4a07-9fe2-c74106195be6 2026-08-07 07:30:43.053 11 INFO neutron.plugins.ml2.plugin [None req-f2b1643a-c7d9-4351-b293-6139167da3f6 - - - - - -] Attempt 1 to provision port 518e5261-c6cb-40c6-a659-ab8e0b432c01 2026-08-07 07:30:43.262 11 INFO neutron.notifiers.nova [None req-f2b1643a-c7d9-4351-b293-6139167da3f6 - - - - - -] Nova event matching ['req-0a92dc5f-82d7-493c-964d-da354bb0fc97'] response: {'server_uuid': 'ddaf7d74-a1d6-4a4c-8135-e610dc947a59', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '518e5261-c6cb-40c6-a659-ab8e0b432c01', 'code': 200} 2026-08-07 07:30:43.550 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6e77582e-83a2-4b01-a515-8ff98832c1be 2026-08-07 07:30:44.403 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6e77582e-83a2-4b01-a515-8ff98832c1be 2026-08-07 07:30:44.649 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 518e5261-c6cb-40c6-a659-ab8e0b432c01 2026-08-07 07:30:45.301 11 INFO neutron.notifiers.nova [None req-c02fb99a-c85b-4687-81e1-e2c1e437afb5 - - - - - -] Nova event matching ['req-2f950b09-3975-45f7-9723-b9cf35db8ac2'] response: {'server_uuid': 'a3138b12-51c6-41c0-8df2-d460d91badec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6e77582e-83a2-4b01-a515-8ff98832c1be', 'code': 200} 2026-08-07 07:30:46.365 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 864b3f4e-8b8f-40e2-b2dc-76849f4364b5 2026-08-07 07:30:46.713 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 9d7f373d-93ea-4f96-a73c-d3fd77820e86 2026-08-07 07:30:48.388 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 864b3f4e-8b8f-40e2-b2dc-76849f4364b5 2026-08-07 07:30:48.523 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port ccaf3d3c-f9f2-4fa4-a362-d8c485185597 2026-08-07 07:30:48.785 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6cadcdd3-38a2-45af-a4c4-469f03d2f503 2026-08-07 07:30:49.037 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 9d7f373d-93ea-4f96-a73c-d3fd77820e86 2026-08-07 07:30:50.356 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 6cadcdd3-38a2-45af-a4c4-469f03d2f503 2026-08-07 07:30:50.546 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port ccaf3d3c-f9f2-4fa4-a362-d8c485185597 2026-08-07 07:30:56.908 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 236b4ec9-1bf9-4506-8af6-245fc9b336bd 2026-08-07 07:30:57.012 11 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-3a04d231-b40c-4244-9aae-66bd1acb82a5'] response: {'server_uuid': 'e86a25f5-3348-4da5-8d06-f148f010bb85', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '236b4ec9-1bf9-4506-8af6-245fc9b336bd', 'code': 200} 2026-08-07 07:30:58.355 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 236b4ec9-1bf9-4506-8af6-245fc9b336bd 2026-08-07 07:31:17.518 11 INFO neutron.plugins.ml2.plugin [None req-d4df7ff9-13f7-40b3-b650-d7d1c11dbcf7 - - - - - -] Attempt 1 to provision port 522fba59-909e-4dfe-be58-88da03bb378a 2026-08-07 07:31:22.523 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 4310dc78-85ed-4394-bbc5-98cbd11691a3 2026-08-07 07:31:22.638 12 INFO neutron.plugins.ml2.plugin [None req-a7729aa1-df0a-4716-97cf-eac633ec10f1 - - - - - -] Attempt 1 to provision port fddde3e1-f2b4-4a11-ad3a-fdc85112064d 2026-08-07 07:31:23.111 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port fddde3e1-f2b4-4a11-ad3a-fdc85112064d 2026-08-07 07:31:25.040 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 4310dc78-85ed-4394-bbc5-98cbd11691a3 2026-08-07 07:31:25.394 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port fddde3e1-f2b4-4a11-ad3a-fdc85112064d 2026-08-07 07:31:25.637 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 9687c92d-6c86-402c-bf57-db2e76634f4d 2026-08-07 07:31:25.784 11 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-4c084f21-4d9d-46e6-954c-3a07133f913d'] response: {'server_uuid': '19d265eb-3fd4-4d54-bb21-6a108dd49efd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9687c92d-6c86-402c-bf57-db2e76634f4d', 'code': 200} 2026-08-07 07:31:25.862 11 INFO neutron.plugins.ml2.plugin [None req-0de3575b-f8a6-424e-a412-fc94ccfccab6 - - - - - -] Attempt 1 to provision port 47021a6d-c2e5-4451-b10e-01b91ad1b099 2026-08-07 07:31:25.895 11 INFO neutron.plugins.ml2.plugin [None req-0de3575b-f8a6-424e-a412-fc94ccfccab6 - - - - - -] Attempt 1 to provision port fddde3e1-f2b4-4a11-ad3a-fdc85112064d 2026-08-07 07:31:25.972 11 INFO neutron.plugins.ml2.plugin [None req-0de3575b-f8a6-424e-a412-fc94ccfccab6 - - - - - -] Attempt 1 to provision port da56dbf1-2f30-4911-83b1-04924a9b6103 2026-08-07 07:31:26.778 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 9687c92d-6c86-402c-bf57-db2e76634f4d 2026-08-07 07:31:27.666 11 INFO neutron.plugins.ml2.plugin [None req-51c559b7-3c1a-432b-873d-de26c23738f7 - - - - - -] Attempt 1 to provision port da56dbf1-2f30-4911-83b1-04924a9b6103 2026-08-07 07:31:29.809 12 INFO neutron.plugins.ml2.plugin [None req-14a2c553-7aad-494a-9013-4176c7377782 - - - - - -] Attempt 1 to provision port da56dbf1-2f30-4911-83b1-04924a9b6103 2026-08-07 07:31:33.864 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port c07523e0-7485-4b72-9d47-b88863106089 2026-08-07 07:31:34.004 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-edbe3fec-8386-4612-b2b6-317ef42ec581'] response: {'server_uuid': '73c4187a-e9e0-45eb-90f4-06a3e51573ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c07523e0-7485-4b72-9d47-b88863106089', 'code': 200} 2026-08-07 07:31:34.839 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port c07523e0-7485-4b72-9d47-b88863106089 2026-08-07 07:31:38.674 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port da56dbf1-2f30-4911-83b1-04924a9b6103 2026-08-07 07:31:38.981 12 INFO neutron.plugins.ml2.plugin [None req-e7deb505-6aaf-4c85-bfb9-2d90e4d6bac9 - - - - - -] Attempt 1 to provision port 47021a6d-c2e5-4451-b10e-01b91ad1b099 2026-08-07 07:31:40.704 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port da56dbf1-2f30-4911-83b1-04924a9b6103 2026-08-07 07:31:40.890 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 47021a6d-c2e5-4451-b10e-01b91ad1b099 2026-08-07 07:31:44.904 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e5af7c43-5f55-4f9f-abd6-4bc71dd24419 2026-08-07 07:31:45.021 11 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-5e91719f-9894-401a-882e-db3738c4cb3b'] response: {'server_uuid': 'e86a25f5-3348-4da5-8d06-f148f010bb85', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e5af7c43-5f55-4f9f-abd6-4bc71dd24419', 'code': 200} 2026-08-07 07:31:46.620 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e5af7c43-5f55-4f9f-abd6-4bc71dd24419 2026-08-07 07:31:49.188 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e5af7c43-5f55-4f9f-abd6-4bc71dd24419 2026-08-07 07:31:58.803 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-226d5071-123a-4926-ace7-e5d97d15cdee'] response: {'server_uuid': 'ddaf7d74-a1d6-4a4c-8135-e610dc947a59', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '518e5261-c6cb-40c6-a659-ab8e0b432c01', 'code': 200} 2026-08-07 07:32:12.749 11 INFO neutron.plugins.ml2.plugin [None req-a0683e0b-6530-459b-8537-e3f75479f2bc - - - - - -] Attempt 1 to provision port 956b537b-f4b5-4525-aa24-36391186e5d0 2026-08-07 07:32:12.789 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 956b537b-f4b5-4525-aa24-36391186e5d0 2026-08-07 07:32:14.769 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 956b537b-f4b5-4525-aa24-36391186e5d0 2026-08-07 07:32:15.037 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 93c7d837-2238-4d6f-8499-67d8f11fa847 2026-08-07 07:32:16.628 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 93c7d837-2238-4d6f-8499-67d8f11fa847 2026-08-07 07:32:18.287 11 INFO neutron.plugins.ml2.plugin [None req-bf6e7272-03b7-4c4b-ad9c-6b090ce34e03 - - - - - -] Attempt 1 to provision port 36b51f01-191c-476e-8079-c7cd832ff1bc 2026-08-07 07:32:18.312 11 INFO neutron.plugins.ml2.plugin [None req-bf6e7272-03b7-4c4b-ad9c-6b090ce34e03 - - - - - -] Attempt 1 to provision port e19202c4-d9a0-4e5f-9765-1d2749664789 2026-08-07 07:32:18.333 11 INFO neutron.plugins.ml2.plugin [None req-bf6e7272-03b7-4c4b-ad9c-6b090ce34e03 - - - - - -] Attempt 1 to provision port 956b537b-f4b5-4525-aa24-36391186e5d0 2026-08-07 07:32:18.726 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 56c8eb8b-4ab2-457f-bda9-bdc39ffe6b7c 2026-08-07 07:32:20.765 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 56c8eb8b-4ab2-457f-bda9-bdc39ffe6b7c 2026-08-07 07:32:22.685 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 63f4032b-0f37-4914-879a-c2e7b7c3b31b 2026-08-07 07:32:23.345 12 INFO neutron.plugins.ml2.plugin [None req-5c2bd9ae-45ed-4c44-ba5c-a605573137c8 - - - - - -] Attempt 1 to provision port 36f1e0a2-8097-4783-9c96-5010dbb118d2 2026-08-07 07:32:23.367 12 INFO neutron.plugins.ml2.plugin [None req-5c2bd9ae-45ed-4c44-ba5c-a605573137c8 - - - - - -] Attempt 1 to provision port 63f4032b-0f37-4914-879a-c2e7b7c3b31b 2026-08-07 07:32:23.421 12 INFO neutron.plugins.ml2.plugin [None req-5c2bd9ae-45ed-4c44-ba5c-a605573137c8 - - - - - -] Attempt 1 to provision port 36b51f01-191c-476e-8079-c7cd832ff1bc 2026-08-07 07:32:24.784 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 63f4032b-0f37-4914-879a-c2e7b7c3b31b 2026-08-07 07:32:28.148 12 INFO neutron.plugins.ml2.plugin [None req-a07d339f-8dc3-4a50-8faa-67708ba06d38 - - - - - -] Attempt 1 to provision port 36b51f01-191c-476e-8079-c7cd832ff1bc 2026-08-07 07:32:32.986 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 36b51f01-191c-476e-8079-c7cd832ff1bc 2026-08-07 07:32:36.091 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e19202c4-d9a0-4e5f-9765-1d2749664789 2026-08-07 07:32:36.378 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 36b51f01-191c-476e-8079-c7cd832ff1bc 2026-08-07 07:32:36.572 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 9d0e41f3-7e15-44ad-b05f-12c7f3a2ef9e 2026-08-07 07:32:36.676 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-6d959dcb-7900-46d6-b638-d8a577836417'] response: {'server_uuid': '408fa467-8366-4cb3-a0e9-f5fbf24b1e71', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9d0e41f3-7e15-44ad-b05f-12c7f3a2ef9e', 'code': 200} 2026-08-07 07:32:37.328 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port e19202c4-d9a0-4e5f-9765-1d2749664789 2026-08-07 07:32:37.513 11 INFO neutron.plugins.ml2.plugin [None req-2307e411-392d-463e-9f4a-223bdb21d453 - - - - - -] Attempt 1 to provision port 63cbba3f-d83a-4187-955f-773dd29cb249 2026-08-07 07:32:37.807 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 36f1e0a2-8097-4783-9c96-5010dbb118d2 2026-08-07 07:32:38.131 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 9d0e41f3-7e15-44ad-b05f-12c7f3a2ef9e 2026-08-07 07:32:39.277 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 63cbba3f-d83a-4187-955f-773dd29cb249 2026-08-07 07:32:39.436 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 36f1e0a2-8097-4783-9c96-5010dbb118d2 2026-08-07 07:32:42.700 12 INFO neutron.plugins.ml2.plugin [None req-64e67e5f-1ae3-41c1-b3d6-503300c872fd - - - - - -] Attempt 1 to provision port 36f1e0a2-8097-4783-9c96-5010dbb118d2 2026-08-07 07:32:42.752 12 INFO neutron.plugins.ml2.plugin [None req-64e67e5f-1ae3-41c1-b3d6-503300c872fd - - - - - -] Attempt 1 to provision port 63f4032b-0f37-4914-879a-c2e7b7c3b31b 2026-08-07 07:32:47.216 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 46bc4c01-0d04-4340-8efd-23f78cb1e179 2026-08-07 07:32:49.425 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 46bc4c01-0d04-4340-8efd-23f78cb1e179 2026-08-07 07:32:55.501 11 INFO neutron.plugins.ml2.plugin [None req-46940d6d-321c-454b-b008-7277fc228d39 - - - - - -] Attempt 1 to provision port 36f1e0a2-8097-4783-9c96-5010dbb118d2 2026-08-07 07:32:55.674 11 INFO neutron.plugins.ml2.plugin [None req-46940d6d-321c-454b-b008-7277fc228d39 - - - - - -] Attempt 1 to provision port d232713d-0229-4673-a330-cff891e82698 2026-08-07 07:32:55.774 11 INFO neutron.notifiers.nova [None req-46940d6d-321c-454b-b008-7277fc228d39 - - - - - -] Nova event matching ['req-463444ec-8a57-4a83-ab97-2f25a80507e9'] response: {'server_uuid': 'e86a25f5-3348-4da5-8d06-f148f010bb85', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd232713d-0229-4673-a330-cff891e82698', 'code': 200} 2026-08-07 07:32:55.828 11 INFO neutron.plugins.ml2.plugin [None req-46940d6d-321c-454b-b008-7277fc228d39 - - - - - -] Attempt 1 to provision port 63cbba3f-d83a-4187-955f-773dd29cb249 2026-08-07 07:32:57.311 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port d232713d-0229-4673-a330-cff891e82698 2026-08-07 07:32:59.000 12 INFO neutron.plugins.ml2.plugin [None req-0fe28686-e970-4b59-9981-f76b8120d40d - - - - - -] Attempt 1 to provision port 36f1e0a2-8097-4783-9c96-5010dbb118d2 2026-08-07 07:33:04.821 12 INFO neutron.plugins.ml2.plugin [None req-30a603e8-5386-433d-8b28-7b93e21f9068 - - - - - -] Attempt 1 to provision port 9d0e41f3-7e15-44ad-b05f-12c7f3a2ef9e 2026-08-07 07:33:07.095 11 INFO neutron.plugins.ml2.plugin [None req-59d16748-028e-4dc6-b911-31a882755d56 - - - - - -] Attempt 1 to provision port 40b0b2d3-b043-40fb-a313-bb7c8fba1e99 2026-08-07 07:33:07.228 11 INFO neutron.notifiers.nova [None req-59d16748-028e-4dc6-b911-31a882755d56 - - - - - -] Nova event matching ['req-0558d0c2-75f0-4702-854e-810258798df3'] response: {'server_uuid': 'e86a25f5-3348-4da5-8d06-f148f010bb85', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '40b0b2d3-b043-40fb-a313-bb7c8fba1e99', 'code': 200} 2026-08-07 07:33:07.294 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port 40b0b2d3-b043-40fb-a313-bb7c8fba1e99 2026-08-07 07:33:10.595 12 INFO neutron.plugins.ml2.plugin [None req-0c751b0b-d5e5-4837-9a6c-35595a1dba00 - - - - - -] Attempt 1 to provision port d232713d-0229-4673-a330-cff891e82698 2026-08-07 07:33:16.996 12 INFO neutron.plugins.ml2.plugin [None req-d6344672-4e86-4910-82b2-cae715696426 - - - - - -] Attempt 1 to provision port d232713d-0229-4673-a330-cff891e82698 2026-08-07 07:33:17.232 11 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port d232713d-0229-4673-a330-cff891e82698 2026-08-07 07:33:25.376 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-3df9c74a-4a07-4028-955c-6ef02bb46a0e'] response: {'server_uuid': '408fa467-8366-4cb3-a0e9-f5fbf24b1e71', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9d0e41f3-7e15-44ad-b05f-12c7f3a2ef9e', 'code': 200} 2026-08-07 07:34:01.455 12 INFO neutron.notifiers.nova [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Nova event matching ['req-581daf33-fb6d-4e8f-8857-bf1860fa8e96'] response: {'server_uuid': 'f7d03b71-bf4a-4a84-89ab-20cdf8adb05e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1ac6f6ca-9a1b-4277-93cb-88c4a256233b', 'code': 200} 2026-08-07 07:35:11.252 12 INFO neutron.plugins.ml2.plugin [None req-bc30dfe6-8853-41dc-a7a3-d5af4ae4364e - - - - - -] Attempt 1 to provision port cd679a85-04b2-4279-bd46-9c6ce9f53a77 2026-08-07 07:35:11.618 11 INFO neutron.plugins.ml2.plugin [None req-7fb67fea-fe29-40ba-ae5b-576d4aa098fa - - - - - -] Attempt 1 to provision port cd679a85-04b2-4279-bd46-9c6ce9f53a77