+ 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-02 16:02:44.202 1 INFO neutron.common.config [-] Logging enabled! 2026-07-02 16:02:44.203 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5.dev1 2026-07-02 16:02:44.203 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-02 16:02:44.203 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 16:02:45.103 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 16:02:45.106 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 16:02:45.109 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 16:02:45.110 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 16:02:45.110 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 16:02:45.110 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 16:02:45.111 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 16:02:45.117 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 16:02:45.118 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 16:02:45.118 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 16:02:45.137 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 16:02:45.138 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 16:02:45.138 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 16:02:45.176 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 16:02:45.176 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 16:02:45.176 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 16:02:45.176 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 16:02:45.466 1 INFO neutron.plugins.ml2.managers [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 16:02:45.599 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 16:02:45.600 1 INFO neutron.plugins.ml2.managers [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 16:02:45.600 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 16:02:45.645 1 INFO neutron.plugins.ml2.managers [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 16:02:45.645 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 16:02:45.646 1 INFO neutron.plugins.ml2.managers [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 16:02:45.646 1 INFO neutron.plugins.ml2.extensions.port_security [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 16:02:45.646 1 INFO neutron.plugins.ml2.managers [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] Initializing extension driver 'qos' 2026-07-02 16:02:45.646 1 INFO neutron.plugins.ml2.managers [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 16:02:45.647 1 INFO neutron.plugins.ml2.managers [None req-855b1097-8daf-4469-8492-b43ace4a4ee2 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 16:02:45.662 1 INFO neutron.quota [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded quota_driver: . 2026-07-02 16:02:45.663 1 INFO neutron.plugins.ml2.plugin [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 16:02:45.663 1 INFO neutron.plugins.ml2.managers [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 16:02:45.663 1 INFO neutron.plugins.ml2.managers [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 16:02:45.663 1 INFO neutron.plugins.ml2.managers [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 16:02:45.663 1 INFO neutron.extensions.vlantransparent [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Disabled vlantransparent extension. 2026-07-02 16:02:45.664 1 INFO neutron.extensions.qinq [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Disabled VLAN QinQ extension. 2026-07-02 16:02:45.664 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: qos 2026-07-02 16:02:45.676 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: router 2026-07-02 16:02:45.710 1 INFO neutron.services.service_base [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 16:02:45.711 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: segments 2026-07-02 16:02:45.779 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: trunk 2026-07-02 16:02:45.793 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: vpnaas 2026-07-02 16:02:45.824 1 WARNING stevedore.named [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 16:02:45.825 1 WARNING stevedore.named [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 16:02:46.033 1 INFO neutron_vpnaas.services.vpn.plugin [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 16:02:46.034 1 INFO neutron.common.utils [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 16:02:46.034 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: taas 2026-07-02 16:02:46.054 1 WARNING stevedore.named [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 16:02:46.091 1 INFO neutron_taas.services.taas.taas_plugin [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 16:02:46.091 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: tapmirror 2026-07-02 16:02:46.103 1 WARNING stevedore.named [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 16:02:46.124 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 16:02:46.125 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: auto_allocate 2026-07-02 16:02:46.130 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: tag 2026-07-02 16:02:46.140 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: timestamp 2026-07-02 16:02:46.142 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 16:02:46.145 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: flavors 2026-07-02 16:02:46.152 1 INFO neutron.manager [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loading Plugin: revisions 2026-07-02 16:02:46.155 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Initializing extension manager. 2026-07-02 16:02:46.157 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: address-group 2026-07-02 16:02:46.158 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: address-scope 2026-07-02 16:02:46.158 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 16:02:46.159 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: agent 2026-07-02 16:02:46.159 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 16:02:46.160 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 16:02:46.161 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 16:02:46.161 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: availability_zone 2026-07-02 16:02:46.162 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 16:02:46.162 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 16:02:46.163 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: default-subnetpools 2026-07-02 16:02:46.164 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 16:02:46.164 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: dns-integration 2026-07-02 16:02:46.165 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 16:02:46.165 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 16:02:46.166 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: dvr 2026-07-02 16:02:46.166 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 16:02:46.167 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 16:02:46.167 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 16:02:46.168 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 16:02:46.168 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: external-net 2026-07-02 16:02:46.169 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 16:02:46.169 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: extraroute 2026-07-02 16:02:46.170 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 16:02:46.170 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 16:02:46.171 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 16:02:46.171 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 16:02:46.171 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 16:02:46.172 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: fip-port-details 2026-07-02 16:02:46.173 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: flavors 2026-07-02 16:02:46.173 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 16:02:46.174 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: floatingip-pools 2026-07-02 16:02:46.174 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: ip_allocation 2026-07-02 16:02:46.175 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 16:02:46.175 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: l2_adjacency 2026-07-02 16:02:46.176 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: router 2026-07-02 16:02:46.178 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 16:02:46.178 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 16:02:46.179 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 16:02:46.179 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 16:02:46.180 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: l3-ha 2026-07-02 16:02:46.180 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 16:02:46.180 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 16:02:46.181 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: l3-flavors 2026-07-02 16:02:46.182 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 16:02:46.182 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 16:02:46.184 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 16:02:46.185 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 16:02:46.186 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 16:02:46.186 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 16:02:46.187 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 16:02:46.187 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: multi-provider 2026-07-02 16:02:46.188 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: net-mtu 2026-07-02 16:02:46.188 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 16:02:46.189 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: network_availability_zone 2026-07-02 16:02:46.189 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: network_ha 2026-07-02 16:02:46.190 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: network-ip-availability 2026-07-02 16:02:46.191 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 16:02:46.191 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: pagination 2026-07-02 16:02:46.191 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-device-profile 2026-07-02 16:02:46.192 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 16:02:46.192 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 16:02:46.193 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 16:02:46.193 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-mac-override 2026-07-02 16:02:46.193 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 16:02:46.194 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 16:02:46.194 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 16:02:46.195 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-resource-request 2026-07-02 16:02:46.195 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 16:02:46.196 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 16:02:46.196 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: binding 2026-07-02 16:02:46.197 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: binding-extended 2026-07-02 16:02:46.197 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-security 2026-07-02 16:02:46.197 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: project-id 2026-07-02 16:02:46.198 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: provider 2026-07-02 16:02:46.198 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 16:02:46.200 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos 2026-07-02 16:02:46.201 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 16:02:46.201 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 16:02:46.202 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-default 2026-07-02 16:02:46.202 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-fip 2026-07-02 16:02:46.203 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 16:02:46.203 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 16:02:46.203 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 16:02:46.204 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 16:02:46.204 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 16:02:46.205 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-pps 2026-07-02 16:02:46.205 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 16:02:46.206 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 16:02:46.206 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 16:02:46.207 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: quota-check-limit 2026-07-02 16:02:46.207 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 16:02:46.209 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: quotas 2026-07-02 16:02:46.211 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: quota_details 2026-07-02 16:02:46.213 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: rbac-policies 2026-07-02 16:02:46.213 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: rbac-address-group 2026-07-02 16:02:46.213 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 16:02:46.214 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 16:02:46.214 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 16:02:46.215 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: revision-if-match 2026-07-02 16:02:46.215 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 16:02:46.216 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: router_availability_zone 2026-07-02 16:02:46.216 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 16:02:46.218 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 16:02:46.218 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 16:02:46.218 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 16:02:46.219 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 16:02:46.219 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 16:02:46.220 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 16:02:46.223 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: security-group 2026-07-02 16:02:46.224 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: segment 2026-07-02 16:02:46.225 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 16:02:46.225 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: service-type 2026-07-02 16:02:46.225 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: sorting 2026-07-02 16:02:46.226 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 16:02:46.226 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: standard-attr-description 2026-07-02 16:02:46.227 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: stateful-security-group 2026-07-02 16:02:46.227 1 WARNING neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 16:02:46.228 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 16:02:46.228 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: subnet-external-network 2026-07-02 16:02:46.229 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: subnet_onboard 2026-07-02 16:02:46.229 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 16:02:46.230 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: subnet-service-types 2026-07-02 16:02:46.230 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: subnet_allocation 2026-07-02 16:02:46.231 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 16:02:46.231 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: tag-creation 2026-07-02 16:02:46.232 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 16:02:46.235 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 16:02:46.235 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 16:02:46.236 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: trunk 2026-07-02 16:02:46.236 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: trunk-details 2026-07-02 16:02:46.237 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 16:02:46.237 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 16:02:46.238 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 16:02:46.238 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 16:02:46.240 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 16:02:46.240 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 16:02:46.241 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: vpn-flavors 2026-07-02 16:02:46.242 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: vpnaas 2026-07-02 16:02:46.243 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: taas 2026-07-02 16:02:46.244 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: tap-mirror 2026-07-02 16:02:46.245 1 INFO neutron.api.extensions [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 16:02:46.247 1 INFO oslo_service.backend.eventlet.service [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Starting 2 workers 2026-07-02 16:02:46.251 1 INFO oslo_service.backend.eventlet.service [None req-a2673497-3bf4-4000-b16b-008956aac29a - - - - - -] Starting 1 workers 2026-07-02 16:03:27.934 12 INFO neutron.db.l3_hamode_db [None req-a18f510f-83e4-4820-833b-e9434a61cff2 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 16:03:46.186 11 INFO neutron.plugins.ml2.plugin [None req-1b9fd339-2d70-42c6-bb74-7d4c0b5a2163 - - - - - -] Attempt 1 to provision port 35d7acec-bd7e-4ed7-9114-5a6b76fbb438 2026-07-02 16:03:46.272 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 35d7acec-bd7e-4ed7-9114-5a6b76fbb438 2026-07-02 16:03:47.866 11 INFO neutron.plugins.ml2.plugin [None req-82846123-0828-4c9c-ae18-56ef63f29e47 - - - - - -] Attempt 1 to provision port 35d7acec-bd7e-4ed7-9114-5a6b76fbb438 2026-07-02 16:03:48.157 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 35d7acec-bd7e-4ed7-9114-5a6b76fbb438 2026-07-02 16:09:04.395 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3b6594ab-5c8c-4b12-828d-87f44ccd9281 2026-07-02 16:09:05.080 12 INFO neutron.plugins.ml2.plugin [None req-bffc475a-a2e2-4104-a07d-e5bac2ac467c - - - - - -] Attempt 1 to provision port 3b6594ab-5c8c-4b12-828d-87f44ccd9281 2026-07-02 16:09:06.382 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3b6594ab-5c8c-4b12-828d-87f44ccd9281 2026-07-02 16:09:06.739 12 INFO neutron.plugins.ml2.plugin [None req-70dd75c2-e797-4d7c-9591-875c1da2af4f - - - - - -] Attempt 1 to provision port 3b6594ab-5c8c-4b12-828d-87f44ccd9281 2026-07-02 16:09:12.309 12 INFO neutron.plugins.ml2.plugin [None req-92f3f590-7fef-4b37-bfe5-36aaaf26d25b - - - - - -] Attempt 1 to provision port 634dff99-aba8-4d62-a069-da027d73d2a5 2026-07-02 16:12:53.088 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 634dff99-aba8-4d62-a069-da027d73d2a5 2026-07-02 16:12:54.514 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 634dff99-aba8-4d62-a069-da027d73d2a5 2026-07-02 16:23:56.936 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e37b9e92-4bbf-4dfe-801a-0fc61ec8ce8d 2026-07-02 16:23:58.918 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e37b9e92-4bbf-4dfe-801a-0fc61ec8ce8d 2026-07-02 16:40:13.579 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 622bf99b-256a-41db-963e-c2b4d0231a86 2026-07-02 16:40:15.394 11 INFO neutron.plugins.ml2.plugin [None req-bbaec9a4-4ab1-4ff6-a8f6-130071a1ac09 - - - - - -] Attempt 1 to provision port 2429b2d4-0e4c-42ea-b766-5815f282664f 2026-07-02 16:40:15.607 11 INFO neutron.plugins.ml2.plugin [None req-bbaec9a4-4ab1-4ff6-a8f6-130071a1ac09 - - - - - -] Attempt 1 to provision port 622bf99b-256a-41db-963e-c2b4d0231a86 2026-07-02 16:40:15.647 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 622bf99b-256a-41db-963e-c2b4d0231a86 2026-07-02 16:40:15.868 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 2429b2d4-0e4c-42ea-b766-5815f282664f 2026-07-02 16:40:17.559 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 2429b2d4-0e4c-42ea-b766-5815f282664f 2026-07-02 16:40:20.075 11 INFO neutron.plugins.ml2.plugin [None req-5a3b6515-4cbc-4939-a91c-cf57773d7290 - - - - - -] Attempt 1 to provision port 622bf99b-256a-41db-963e-c2b4d0231a86 2026-07-02 16:40:20.156 11 INFO neutron.plugins.ml2.plugin [None req-5a3b6515-4cbc-4939-a91c-cf57773d7290 - - - - - -] Attempt 1 to provision port 2429b2d4-0e4c-42ea-b766-5815f282664f 2026-07-02 16:40:27.723 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3576c363-e5c9-49c0-b9ca-bcee0c86e29f 2026-07-02 16:40:28.133 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a4414d00-5429-4516-8a34-182b0cb5b73b 2026-07-02 16:40:28.561 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 6d05c091-76ea-4e11-8cc4-814d9035ecd1 2026-07-02 16:40:29.611 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3576c363-e5c9-49c0-b9ca-bcee0c86e29f 2026-07-02 16:40:29.833 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a4414d00-5429-4516-8a34-182b0cb5b73b 2026-07-02 16:40:30.037 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 6d05c091-76ea-4e11-8cc4-814d9035ecd1 2026-07-02 16:40:31.883 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 198fd647-fa43-41a7-bbaf-d0a4572dbbba 2026-07-02 16:40:32.308 12 INFO neutron.plugins.ml2.plugin [None req-0f08e767-96c4-460d-b3f7-25576fc66b2a - - - - - -] Attempt 1 to provision port a4414d00-5429-4516-8a34-182b0cb5b73b 2026-07-02 16:40:32.396 12 INFO neutron.plugins.ml2.plugin [None req-0f08e767-96c4-460d-b3f7-25576fc66b2a - - - - - -] Attempt 1 to provision port 198fd647-fa43-41a7-bbaf-d0a4572dbbba 2026-07-02 16:40:32.470 12 INFO neutron.plugins.ml2.plugin [None req-f2aab01c-33b6-49ed-b35d-0bac3620ea3b - - - - - -] Attempt 1 to provision port 005b7fb3-bc15-4e6f-b6be-398b4a5a6150 2026-07-02 16:40:33.601 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 198fd647-fa43-41a7-bbaf-d0a4572dbbba 2026-07-02 16:40:36.505 11 INFO neutron.plugins.ml2.plugin [None req-cdc72b40-cf44-44d0-a843-1c015e3c6604 - - - - - -] Attempt 1 to provision port a4414d00-5429-4516-8a34-182b0cb5b73b 2026-07-02 16:40:36.599 11 INFO neutron.plugins.ml2.plugin [None req-cdc72b40-cf44-44d0-a843-1c015e3c6604 - - - - - -] Attempt 1 to provision port 198fd647-fa43-41a7-bbaf-d0a4572dbbba 2026-07-02 16:40:36.677 11 INFO neutron.plugins.ml2.plugin [None req-cdc72b40-cf44-44d0-a843-1c015e3c6604 - - - - - -] Attempt 1 to provision port 005b7fb3-bc15-4e6f-b6be-398b4a5a6150 2026-07-02 16:40:36.706 11 INFO neutron.plugins.ml2.plugin [None req-cdc72b40-cf44-44d0-a843-1c015e3c6604 - - - - - -] Attempt 1 to provision port ce7333f5-ccf1-45a1-b521-5c667572adc7 2026-07-02 16:40:45.818 11 INFO neutron.plugins.ml2.plugin [None req-643afe9f-4461-462e-93af-635b45f5e931 - - - - - -] Attempt 1 to provision port ce7333f5-ccf1-45a1-b521-5c667572adc7 2026-07-02 16:40:45.863 11 INFO neutron.plugins.ml2.plugin [None req-643afe9f-4461-462e-93af-635b45f5e931 - - - - - -] Attempt 1 to provision port 2008dd2e-424a-4297-8f6d-638f5728ecf5 2026-07-02 16:40:45.889 11 INFO neutron.plugins.ml2.plugin [None req-643afe9f-4461-462e-93af-635b45f5e931 - - - - - -] Attempt 1 to provision port 005b7fb3-bc15-4e6f-b6be-398b4a5a6150 2026-07-02 16:40:46.126 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port ff6fd5f4-b156-4894-999c-93009a267190 2026-07-02 16:40:46.698 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-ff51a7ae-470b-4463-ba0a-b84c39b1c3fc'] response: {'server_uuid': '360e5824-2cce-4ae2-a6f9-ca9b9018f5d6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ff6fd5f4-b156-4894-999c-93009a267190', 'code': 200} 2026-07-02 16:40:47.700 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port ff6fd5f4-b156-4894-999c-93009a267190 2026-07-02 16:40:48.483 12 INFO neutron.plugins.ml2.plugin [None req-7a4577d4-ca29-402c-a3ad-81aa4f9504be - - - - - -] Attempt 1 to provision port ce7333f5-ccf1-45a1-b521-5c667572adc7 2026-07-02 16:40:48.507 12 INFO neutron.plugins.ml2.plugin [None req-7a4577d4-ca29-402c-a3ad-81aa4f9504be - - - - - -] Attempt 1 to provision port 742e3b2e-9489-442d-88e9-edfd1bb6d670 2026-07-02 16:40:48.532 12 INFO neutron.plugins.ml2.plugin [None req-7a4577d4-ca29-402c-a3ad-81aa4f9504be - - - - - -] Attempt 1 to provision port 005b7fb3-bc15-4e6f-b6be-398b4a5a6150 2026-07-02 16:40:50.155 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 9e7061bc-5b28-4845-addc-635e9874b7d7 2026-07-02 16:40:50.274 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-08d8b0a0-ef51-4698-98bf-d5cb1d3b0cb6'] response: {'server_uuid': 'da4f183c-af7d-4a5a-89fc-2e8384cb965e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9e7061bc-5b28-4845-addc-635e9874b7d7', 'code': 200} 2026-07-02 16:40:51.697 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 11516f28-03fa-4dee-a98f-7ae7a49ca2cd 2026-07-02 16:40:52.053 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 9e7061bc-5b28-4845-addc-635e9874b7d7 2026-07-02 16:40:53.674 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 11516f28-03fa-4dee-a98f-7ae7a49ca2cd 2026-07-02 16:40:55.968 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 2008dd2e-424a-4297-8f6d-638f5728ecf5 2026-07-02 16:40:56.051 11 INFO neutron.plugins.ml2.plugin [None req-64672cbb-8f56-4273-8193-2d9389e3de0e - - - - - -] Attempt 1 to provision port ff6fd5f4-b156-4894-999c-93009a267190 2026-07-02 16:40:56.119 11 INFO neutron.plugins.ml2.plugin [None req-64672cbb-8f56-4273-8193-2d9389e3de0e - - - - - -] Attempt 1 to provision port 9e7061bc-5b28-4845-addc-635e9874b7d7 2026-07-02 16:40:57.600 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 2008dd2e-424a-4297-8f6d-638f5728ecf5 2026-07-02 16:40:57.795 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port ce7333f5-ccf1-45a1-b521-5c667572adc7 2026-07-02 16:40:59.603 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port ce7333f5-ccf1-45a1-b521-5c667572adc7 2026-07-02 16:41:01.756 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 742e3b2e-9489-442d-88e9-edfd1bb6d670 2026-07-02 16:41:02.039 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 005b7fb3-bc15-4e6f-b6be-398b4a5a6150 2026-07-02 16:41:03.756 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 742e3b2e-9489-442d-88e9-edfd1bb6d670 2026-07-02 16:41:03.975 12 INFO neutron.plugins.ml2.plugin [None req-b61f4314-0cfe-4829-acfc-2080f45a918f - - - - - -] Attempt 1 to provision port 005b7fb3-bc15-4e6f-b6be-398b4a5a6150 2026-07-02 16:41:11.679 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 13e6c8d4-305b-4226-93bf-b1818f3897a9 2026-07-02 16:41:13.862 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a2aa9fbf-0a6c-47f3-a0bd-8d4b0cde8a3b 2026-07-02 16:41:15.642 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a2aa9fbf-0a6c-47f3-a0bd-8d4b0cde8a3b 2026-07-02 16:41:19.631 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 7ea771e8-55bd-418b-81e9-88cbe40e524c 2026-07-02 16:41:19.829 11 INFO neutron.plugins.ml2.plugin [None req-bd1b64ee-5c2b-4248-9924-78fbec8d151e - - - - - -] Attempt 1 to provision port d56ca74c-1f38-47ae-a1f3-031ef153ec5f 2026-07-02 16:41:19.850 11 INFO neutron.plugins.ml2.plugin [None req-bd1b64ee-5c2b-4248-9924-78fbec8d151e - - - - - -] Attempt 1 to provision port 7ea771e8-55bd-418b-81e9-88cbe40e524c 2026-07-02 16:41:21.758 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 7ea771e8-55bd-418b-81e9-88cbe40e524c 2026-07-02 16:41:24.365 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-94b2e653-f9e3-4624-8d17-7bb33131085b'] response: {'server_uuid': '360e5824-2cce-4ae2-a6f9-ca9b9018f5d6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ff6fd5f4-b156-4894-999c-93009a267190', 'code': 200} 2026-07-02 16:41:26.216 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port fba0c199-09ec-4ea2-90ab-27662ce6eca8 2026-07-02 16:41:26.337 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-f3b7d4ca-ec11-4506-9f07-5773c870af16'] response: {'server_uuid': '2454a7d6-e9f0-4277-96c9-472f3c9e682a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fba0c199-09ec-4ea2-90ab-27662ce6eca8', 'code': 200} 2026-07-02 16:41:27.625 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port fba0c199-09ec-4ea2-90ab-27662ce6eca8 2026-07-02 16:41:31.920 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port d56ca74c-1f38-47ae-a1f3-031ef153ec5f 2026-07-02 16:41:31.970 11 INFO neutron.plugins.ml2.plugin [None req-fa359b20-da4a-48f3-9308-41bc2c955939 - - - - - -] Attempt 1 to provision port fba0c199-09ec-4ea2-90ab-27662ce6eca8 2026-07-02 16:41:32.027 11 INFO neutron.plugins.ml2.plugin [None req-fa359b20-da4a-48f3-9308-41bc2c955939 - - - - - -] Attempt 1 to provision port d56ca74c-1f38-47ae-a1f3-031ef153ec5f 2026-07-02 16:41:32.359 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e3e18e84-5c18-4b17-801e-f59bf418c5c2 2026-07-02 16:41:32.681 11 INFO neutron.plugins.ml2.plugin [None req-fa359b20-da4a-48f3-9308-41bc2c955939 - - - - - -] Attempt 1 to provision port 7ea771e8-55bd-418b-81e9-88cbe40e524c 2026-07-02 16:41:33.754 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port d56ca74c-1f38-47ae-a1f3-031ef153ec5f 2026-07-02 16:41:34.007 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e3e18e84-5c18-4b17-801e-f59bf418c5c2 2026-07-02 16:41:34.607 12 INFO neutron.notifiers.nova [None req-1071a6ff-da9a-4443-9bf6-eadfafd3d5e4 - - - - - -] Nova event matching ['req-21af0c24-fa3e-47f2-bbc1-4295da0f2651'] response: {'server_uuid': '2454a7d6-e9f0-4277-96c9-472f3c9e682a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fba0c199-09ec-4ea2-90ab-27662ce6eca8', 'code': 200} 2026-07-02 16:41:35.988 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a7685b30-127a-4deb-aaeb-e579ac118e3f 2026-07-02 16:41:36.520 12 INFO neutron.plugins.ml2.plugin [None req-52861dde-68e1-41c1-84bf-213dd3fdcdb8 - - - - - -] Attempt 1 to provision port 749ee255-05a4-443d-be6e-65c4c3d56e56 2026-07-02 16:41:37.437 11 INFO neutron.plugins.ml2.plugin [None req-d34962d9-5df9-4fed-93b8-3782402fa3e0 - - - - - -] Attempt 1 to provision port a7685b30-127a-4deb-aaeb-e579ac118e3f 2026-07-02 16:41:37.733 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a7685b30-127a-4deb-aaeb-e579ac118e3f 2026-07-02 16:41:37.938 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 749ee255-05a4-443d-be6e-65c4c3d56e56 2026-07-02 16:41:39.797 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port af47307e-71e9-41f9-973d-d91bddf802a8 2026-07-02 16:41:42.162 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port af47307e-71e9-41f9-973d-d91bddf802a8 2026-07-02 16:41:42.360 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 8c43c825-3787-41c3-a3f9-803834121cf9 2026-07-02 16:41:42.767 12 INFO neutron.plugins.ml2.plugin [None req-8f1518f5-0f46-4994-b9f2-7dcfdf0d97a2 - - - - - -] Attempt 1 to provision port a7685b30-127a-4deb-aaeb-e579ac118e3f 2026-07-02 16:41:42.817 12 INFO neutron.plugins.ml2.plugin [None req-8f1518f5-0f46-4994-b9f2-7dcfdf0d97a2 - - - - - -] Attempt 1 to provision port d3345c47-469a-4311-83b2-1d6a0697a83a 2026-07-02 16:41:42.843 12 INFO neutron.plugins.ml2.plugin [None req-8f1518f5-0f46-4994-b9f2-7dcfdf0d97a2 - - - - - -] Attempt 1 to provision port 8c43c825-3787-41c3-a3f9-803834121cf9 2026-07-02 16:41:42.901 12 INFO neutron.plugins.ml2.plugin [None req-8f1518f5-0f46-4994-b9f2-7dcfdf0d97a2 - - - - - -] Attempt 1 to provision port 02ad41fb-e88b-4ec6-bc91-35c4bcbf83ae 2026-07-02 16:41:44.158 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 8c43c825-3787-41c3-a3f9-803834121cf9 2026-07-02 16:41:45.562 12 INFO neutron.plugins.ml2.plugin [None req-656d84a6-2561-4cfb-9158-3ac2db7a780c - - - - - -] Attempt 1 to provision port d3345c47-469a-4311-83b2-1d6a0697a83a 2026-07-02 16:41:45.590 12 INFO neutron.plugins.ml2.plugin [None req-656d84a6-2561-4cfb-9158-3ac2db7a780c - - - - - -] Attempt 1 to provision port 8c43c825-3787-41c3-a3f9-803834121cf9 2026-07-02 16:41:47.977 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port ad7bb37c-fe13-4e19-ac8d-7a8d2b840a34 2026-07-02 16:41:49.956 11 INFO neutron.plugins.ml2.plugin [None req-802f1017-4b99-41f7-b289-424442105108 - - - - - -] Attempt 1 to provision port ad7bb37c-fe13-4e19-ac8d-7a8d2b840a34 2026-07-02 16:41:51.106 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 05643ebf-40c8-48a6-82ce-40421588f21e 2026-07-02 16:41:51.234 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-435461bc-05a8-4a05-8b17-a3ea70313873'] response: {'server_uuid': '269216a9-090e-4e86-8e4d-4c1f374c7613', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '05643ebf-40c8-48a6-82ce-40421588f21e', 'code': 200} 2026-07-02 16:41:51.470 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port ad7bb37c-fe13-4e19-ac8d-7a8d2b840a34 2026-07-02 16:41:51.725 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 0b1b2b3f-c264-4ba0-99f3-c396cdd1043b 2026-07-02 16:41:53.292 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 5751ed6e-2c0a-480d-978e-73f1c71cfcca 2026-07-02 16:41:53.389 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-1d24f629-595b-4ab7-85d0-2024cd7a0c2c'] response: {'server_uuid': '2ba01284-6ae7-4e67-812f-137bc2ef08e0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5751ed6e-2c0a-480d-978e-73f1c71cfcca', 'code': 200} 2026-07-02 16:41:53.653 11 INFO neutron.plugins.ml2.plugin [None req-dbde96a7-a188-49d9-91fb-f9ce9a5b0006 - - - - - -] Attempt 1 to provision port ad7bb37c-fe13-4e19-ac8d-7a8d2b840a34 2026-07-02 16:41:53.677 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 05643ebf-40c8-48a6-82ce-40421588f21e 2026-07-02 16:41:53.752 11 INFO neutron.plugins.ml2.plugin [None req-dbde96a7-a188-49d9-91fb-f9ce9a5b0006 - - - - - -] Attempt 1 to provision port 758f88f1-7da9-4ed7-930f-b1344a89d248 2026-07-02 16:41:53.779 11 INFO neutron.plugins.ml2.plugin [None req-dbde96a7-a188-49d9-91fb-f9ce9a5b0006 - - - - - -] Attempt 1 to provision port 02ad41fb-e88b-4ec6-bc91-35c4bcbf83ae 2026-07-02 16:41:53.899 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 0b1b2b3f-c264-4ba0-99f3-c396cdd1043b 2026-07-02 16:41:55.023 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 5751ed6e-2c0a-480d-978e-73f1c71cfcca 2026-07-02 16:41:57.065 12 INFO neutron.plugins.ml2.plugin [None req-27359039-2299-4bca-a178-94e7ec8b797b - - - - - -] Attempt 1 to provision port 5751ed6e-2c0a-480d-978e-73f1c71cfcca 2026-07-02 16:41:57.132 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-1c364242-3ac7-4ccf-a0de-2f4274409593'] response: {'server_uuid': '269216a9-090e-4e86-8e4d-4c1f374c7613', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '05643ebf-40c8-48a6-82ce-40421588f21e', 'code': 200} 2026-07-02 16:41:57.135 12 INFO neutron.plugins.ml2.plugin [None req-27359039-2299-4bca-a178-94e7ec8b797b - - - - - -] Attempt 1 to provision port 05643ebf-40c8-48a6-82ce-40421588f21e 2026-07-02 16:41:57.269 12 INFO neutron.notifiers.nova [None req-48927496-069e-4951-8003-742a76c4f746 - - - - - -] Nova event matching ['req-7f320fda-9129-4381-b837-79730ed87f64'] response: {'server_uuid': '269216a9-090e-4e86-8e4d-4c1f374c7613', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '05643ebf-40c8-48a6-82ce-40421588f21e', 'code': 200} 2026-07-02 16:41:57.362 12 INFO neutron.plugins.ml2.plugin [None req-27359039-2299-4bca-a178-94e7ec8b797b - - - - - -] Attempt 1 to provision port 758f88f1-7da9-4ed7-930f-b1344a89d248 2026-07-02 16:41:58.808 11 INFO neutron.plugins.ml2.plugin [None req-06406891-87dc-4a83-b9de-9fda92056816 - - - - - -] Attempt 1 to provision port d3345c47-469a-4311-83b2-1d6a0697a83a 2026-07-02 16:41:58.813 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port cf8bdc52-656f-4270-8c00-2b47c01e6436 2026-07-02 16:41:59.105 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 02ad41fb-e88b-4ec6-bc91-35c4bcbf83ae 2026-07-02 16:42:00.764 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 05b87d32-d85b-4bbd-af35-15d09f0b6d83 2026-07-02 16:42:01.005 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port cf8bdc52-656f-4270-8c00-2b47c01e6436 2026-07-02 16:42:01.234 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 02ad41fb-e88b-4ec6-bc91-35c4bcbf83ae 2026-07-02 16:42:01.469 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port d3345c47-469a-4311-83b2-1d6a0697a83a 2026-07-02 16:42:03.364 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 05b87d32-d85b-4bbd-af35-15d09f0b6d83 2026-07-02 16:42:03.508 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port d3345c47-469a-4311-83b2-1d6a0697a83a 2026-07-02 16:42:03.728 11 INFO neutron.plugins.ml2.plugin [None req-b03d788a-fecc-487e-81eb-379d76c3fd2d - - - - - -] Attempt 1 to provision port cf8bdc52-656f-4270-8c00-2b47c01e6436 2026-07-02 16:42:03.735 12 INFO neutron.plugins.ml2.plugin [None req-922b6aef-b1a2-499f-99b8-8b0a4c644073 - - - - - -] Attempt 1 to provision port e4c4972c-bdbc-4de1-b902-19843ee74323 2026-07-02 16:42:03.784 11 INFO neutron.plugins.ml2.plugin [None req-b03d788a-fecc-487e-81eb-379d76c3fd2d - - - - - -] Attempt 1 to provision port 49a4fe74-71eb-4ec5-9035-15bbc67a0603 2026-07-02 16:42:03.823 11 INFO neutron.plugins.ml2.plugin [None req-b03d788a-fecc-487e-81eb-379d76c3fd2d - - - - - -] Attempt 1 to provision port 94786265-5064-493e-81e7-b372e838fc84 2026-07-02 16:42:03.854 11 INFO neutron.plugins.ml2.plugin [None req-b03d788a-fecc-487e-81eb-379d76c3fd2d - - - - - -] Attempt 1 to provision port 35d7acec-bd7e-4ed7-9114-5a6b76fbb438 2026-07-02 16:42:03.866 12 INFO neutron.notifiers.nova [None req-922b6aef-b1a2-499f-99b8-8b0a4c644073 - - - - - -] Nova event matching ['req-8cf9d8e7-56f0-41b7-982c-ff388762556e'] response: {'server_uuid': 'f9644628-4933-44c9-836c-e582f000882f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e4c4972c-bdbc-4de1-b902-19843ee74323', 'code': 200} 2026-07-02 16:42:03.933 11 INFO neutron.plugins.ml2.plugin [None req-b03d788a-fecc-487e-81eb-379d76c3fd2d - - - - - -] Attempt 1 to provision port da56bcc9-75d6-4cdc-9ea5-e6e005756ebc 2026-07-02 16:42:03.972 11 INFO neutron.plugins.ml2.plugin [None req-b03d788a-fecc-487e-81eb-379d76c3fd2d - - - - - -] Attempt 1 to provision port 05b87d32-d85b-4bbd-af35-15d09f0b6d83 2026-07-02 16:42:04.765 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e4c4972c-bdbc-4de1-b902-19843ee74323 2026-07-02 16:42:05.555 12 INFO neutron.plugins.ml2.plugin [None req-0bbddebf-3f70-4f83-940b-e353753dbda0 - - - - - -] Attempt 1 to provision port 94786265-5064-493e-81e7-b372e838fc84 2026-07-02 16:42:06.718 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 758f88f1-7da9-4ed7-930f-b1344a89d248 2026-07-02 16:42:08.265 12 INFO neutron.plugins.ml2.plugin [None req-8400e2d5-ff57-4a09-ad3a-2feb756599eb - - - - - -] Attempt 1 to provision port 758f88f1-7da9-4ed7-930f-b1344a89d248 2026-07-02 16:42:08.866 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 94786265-5064-493e-81e7-b372e838fc84 2026-07-02 16:42:09.129 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 758f88f1-7da9-4ed7-930f-b1344a89d248 2026-07-02 16:42:10.686 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 94786265-5064-493e-81e7-b372e838fc84 2026-07-02 16:42:22.179 11 INFO neutron.plugins.ml2.plugin [None req-301c95b9-8072-4d0f-ae8a-06f2636b9ce6 - - - - - -] Attempt 1 to provision port b65f6854-f3f9-45e5-9e83-d477efa9906f 2026-07-02 16:42:22.724 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port b65f6854-f3f9-45e5-9e83-d477efa9906f 2026-07-02 16:42:24.714 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a28abe1f-70aa-444a-8e8e-b0c301db9041 2026-07-02 16:42:25.221 12 INFO neutron.plugins.ml2.plugin [None req-e62b55e3-b5f6-4188-af08-652e8e9ff271 - - - - - -] Attempt 1 to provision port 1a5ce1cb-911a-492b-ab6a-fa004b18497b 2026-07-02 16:42:25.261 12 INFO neutron.plugins.ml2.plugin [None req-e62b55e3-b5f6-4188-af08-652e8e9ff271 - - - - - -] Attempt 1 to provision port 833515f5-ebad-4ed8-92e1-10f1d4b38bef 2026-07-02 16:42:25.300 12 INFO neutron.plugins.ml2.plugin [None req-e62b55e3-b5f6-4188-af08-652e8e9ff271 - - - - - -] Attempt 1 to provision port b65f6854-f3f9-45e5-9e83-d477efa9906f 2026-07-02 16:42:26.701 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a28abe1f-70aa-444a-8e8e-b0c301db9041 2026-07-02 16:42:28.768 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3b704be0-cc86-4cf3-93ed-3fbfb87bb878 2026-07-02 16:42:29.324 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 0f0a0ed8-84e8-420b-9f7c-fc866ab74a49 2026-07-02 16:42:30.051 12 INFO neutron.plugins.ml2.plugin [None req-09fc4e85-3f83-467d-abe8-a245e5705b9a - - - - - -] Attempt 1 to provision port 3b704be0-cc86-4cf3-93ed-3fbfb87bb878 2026-07-02 16:42:30.117 12 INFO neutron.plugins.ml2.plugin [None req-09fc4e85-3f83-467d-abe8-a245e5705b9a - - - - - -] Attempt 1 to provision port 833515f5-ebad-4ed8-92e1-10f1d4b38bef 2026-07-02 16:42:30.718 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3b704be0-cc86-4cf3-93ed-3fbfb87bb878 2026-07-02 16:42:30.927 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 0f0a0ed8-84e8-420b-9f7c-fc866ab74a49 2026-07-02 16:42:33.761 11 INFO neutron.plugins.ml2.plugin [None req-982badd7-fe93-4bdc-b6de-535dc32af974 - - - - - -] Attempt 1 to provision port 3b704be0-cc86-4cf3-93ed-3fbfb87bb878 2026-07-02 16:42:33.822 11 INFO neutron.plugins.ml2.plugin [None req-982badd7-fe93-4bdc-b6de-535dc32af974 - - - - - -] Attempt 1 to provision port a8dfa08e-7d94-486f-812c-c7b5f78d0d75 2026-07-02 16:42:33.879 11 INFO neutron.plugins.ml2.plugin [None req-f581554d-1912-4606-b88b-ab440416ff07 - - - - - -] Attempt 1 to provision port ddbd0ecc-d339-4a03-8075-cb8c31220b06 2026-07-02 16:42:33.933 11 INFO neutron.plugins.ml2.plugin [None req-f581554d-1912-4606-b88b-ab440416ff07 - - - - - -] Attempt 1 to provision port 833515f5-ebad-4ed8-92e1-10f1d4b38bef 2026-07-02 16:42:35.032 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-b895ab6b-7bc4-4364-b40a-6b982677a3a2'] response: {'server_uuid': 'f9644628-4933-44c9-836c-e582f000882f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e4c4972c-bdbc-4de1-b902-19843ee74323', 'code': 200} 2026-07-02 16:42:35.076 12 INFO neutron.plugins.ml2.plugin [None req-74a8f61e-767c-4dc9-86a8-329b9a539b4a - - - - - -] Attempt 1 to provision port a8dfa08e-7d94-486f-812c-c7b5f78d0d75 2026-07-02 16:42:36.322 12 INFO neutron.plugins.ml2.plugin [None req-7013c024-38f4-4222-a8e4-70e888eacaa0 - - - - - -] Attempt 1 to provision port a8dfa08e-7d94-486f-812c-c7b5f78d0d75 2026-07-02 16:42:39.313 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e4c4972c-bdbc-4de1-b902-19843ee74323 2026-07-02 16:42:39.442 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-f595810b-df05-4879-ae97-77775fc9d83b'] response: {'server_uuid': 'f9644628-4933-44c9-836c-e582f000882f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e4c4972c-bdbc-4de1-b902-19843ee74323', 'code': 200} 2026-07-02 16:42:40.807 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 1a536894-e38c-425c-b0fa-440c46c7d06c 2026-07-02 16:42:41.231 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e4c4972c-bdbc-4de1-b902-19843ee74323 2026-07-02 16:42:43.841 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 655317c7-d0f0-46fe-a50c-6f566e6c27e9 2026-07-02 16:42:44.040 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-8bae8554-10ac-4d1a-97d4-6dc7e1dde5d5'] response: {'server_uuid': 'a4058625-b783-47f7-9010-1d2c50505ed5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '655317c7-d0f0-46fe-a50c-6f566e6c27e9', 'code': 200} 2026-07-02 16:42:45.180 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 1a5ce1cb-911a-492b-ab6a-fa004b18497b 2026-07-02 16:42:45.473 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 655317c7-d0f0-46fe-a50c-6f566e6c27e9 2026-07-02 16:42:45.690 11 INFO neutron.plugins.ml2.plugin [None req-5683a726-2293-4427-a391-7efd54a34901 - - - - - -] Attempt 1 to provision port 833515f5-ebad-4ed8-92e1-10f1d4b38bef 2026-07-02 16:42:47.008 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 1a5ce1cb-911a-492b-ab6a-fa004b18497b 2026-07-02 16:42:47.190 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port ddbd0ecc-d339-4a03-8075-cb8c31220b06 2026-07-02 16:42:47.514 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 833515f5-ebad-4ed8-92e1-10f1d4b38bef 2026-07-02 16:42:47.789 12 INFO neutron.plugins.ml2.plugin [None req-ab01d5e1-49f4-4206-ba8f-ee484ca3e583 - - - - - -] Attempt 1 to provision port a8dfa08e-7d94-486f-812c-c7b5f78d0d75 2026-07-02 16:42:48.977 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port ddbd0ecc-d339-4a03-8075-cb8c31220b06 2026-07-02 16:42:49.187 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port a8dfa08e-7d94-486f-812c-c7b5f78d0d75 2026-07-02 16:43:05.150 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-b13c7e82-e207-48ee-8a9c-821610a32d99'] response: {'server_uuid': 'f9644628-4933-44c9-836c-e582f000882f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e4c4972c-bdbc-4de1-b902-19843ee74323', 'code': 200} 2026-07-02 16:43:18.963 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 52655949-8874-4495-9675-f8c0cf1b2613 2026-07-02 16:43:20.995 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port d5a1e63a-d63a-48fe-b290-42a3b0641cfa 2026-07-02 16:43:21.419 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 980e9a58-b8fa-40cf-bcf2-b8efa3be53c9 2026-07-02 16:43:21.844 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 52655949-8874-4495-9675-f8c0cf1b2613 2026-07-02 16:43:22.173 11 INFO neutron.plugins.ml2.plugin [None req-19350eda-3270-40a7-9ba0-d81e927ae79d - - - - - -] Attempt 1 to provision port 78ae6205-d348-40d0-aff0-c3ed8e4eaa89 2026-07-02 16:43:22.206 11 INFO neutron.plugins.ml2.plugin [None req-19350eda-3270-40a7-9ba0-d81e927ae79d - - - - - -] Attempt 1 to provision port d5a1e63a-d63a-48fe-b290-42a3b0641cfa 2026-07-02 16:43:22.963 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port d5a1e63a-d63a-48fe-b290-42a3b0641cfa 2026-07-02 16:43:23.245 11 INFO neutron.plugins.ml2.plugin [None req-a01d026c-1c45-4699-874f-ec862969a3a7 - - - - - -] Attempt 1 to provision port 980e9a58-b8fa-40cf-bcf2-b8efa3be53c9 2026-07-02 16:43:24.965 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port b8cc9118-09b8-4d7a-95cf-58378a88b484 2026-07-02 16:43:27.003 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port b8cc9118-09b8-4d7a-95cf-58378a88b484 2026-07-02 16:43:27.205 11 INFO neutron.plugins.ml2.plugin [None req-c739de80-12a3-45aa-acec-302b93a74ad8 - - - - - -] Attempt 1 to provision port 21b43ea7-5f91-44cc-8701-ace44182d0ca 2026-07-02 16:43:27.237 11 INFO neutron.plugins.ml2.plugin [None req-c739de80-12a3-45aa-acec-302b93a74ad8 - - - - - -] Attempt 1 to provision port 8294a6a9-0ce6-4c2f-9967-8246e1ca9742 2026-07-02 16:43:27.265 11 INFO neutron.plugins.ml2.plugin [None req-c739de80-12a3-45aa-acec-302b93a74ad8 - - - - - -] Attempt 1 to provision port d5a1e63a-d63a-48fe-b290-42a3b0641cfa 2026-07-02 16:43:27.337 11 INFO neutron.plugins.ml2.plugin [None req-c739de80-12a3-45aa-acec-302b93a74ad8 - - - - - -] Attempt 1 to provision port b8cc9118-09b8-4d7a-95cf-58378a88b484 2026-07-02 16:43:31.029 12 INFO neutron.plugins.ml2.plugin [None req-d07e702b-4d58-4e1b-99ff-6f64700f1d23 - - - - - -] Attempt 1 to provision port 21b43ea7-5f91-44cc-8701-ace44182d0ca 2026-07-02 16:43:31.068 12 INFO neutron.plugins.ml2.plugin [None req-d07e702b-4d58-4e1b-99ff-6f64700f1d23 - - - - - -] Attempt 1 to provision port 69ec5303-e83c-490b-911b-e7ada41018cf 2026-07-02 16:43:31.102 12 INFO neutron.plugins.ml2.plugin [None req-d07e702b-4d58-4e1b-99ff-6f64700f1d23 - - - - - -] Attempt 1 to provision port 8294a6a9-0ce6-4c2f-9967-8246e1ca9742 2026-07-02 16:43:31.146 12 INFO neutron.plugins.ml2.plugin [None req-d07e702b-4d58-4e1b-99ff-6f64700f1d23 - - - - - -] Attempt 1 to provision port b8cc9118-09b8-4d7a-95cf-58378a88b484 2026-07-02 16:43:31.997 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 8f31ff75-1def-42e1-88e4-6734135b638d 2026-07-02 16:43:32.098 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-ef288de4-81a8-4ceb-bef5-29f13c966834'] response: {'server_uuid': '0388cb61-99d8-41ca-b663-d8099f2ccaa0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8f31ff75-1def-42e1-88e4-6734135b638d', 'code': 200} 2026-07-02 16:43:33.015 12 INFO neutron.plugins.ml2.plugin [None req-2b5e38de-1711-4422-a769-973d1f62a02f - - - - - -] Attempt 1 to provision port 21b43ea7-5f91-44cc-8701-ace44182d0ca 2026-07-02 16:43:33.043 12 INFO neutron.plugins.ml2.plugin [None req-2b5e38de-1711-4422-a769-973d1f62a02f - - - - - -] Attempt 1 to provision port 8294a6a9-0ce6-4c2f-9967-8246e1ca9742 2026-07-02 16:43:33.574 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 8f31ff75-1def-42e1-88e4-6734135b638d 2026-07-02 16:43:33.762 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 15b29f74-1f35-408a-9be9-deadd3347e5c 2026-07-02 16:43:34.145 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-d8141cb8-c93e-4df0-ab9b-95bd1e13d4b1'] response: {'server_uuid': '915ccd39-4e06-4dfb-b6df-357d43f370c3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '15b29f74-1f35-408a-9be9-deadd3347e5c', 'code': 200} 2026-07-02 16:43:34.941 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 15b29f74-1f35-408a-9be9-deadd3347e5c 2026-07-02 16:43:35.048 11 INFO neutron.plugins.ml2.plugin [None req-dafb6251-577a-440e-8b66-330cf900ccd1 - - - - - -] Attempt 1 to provision port 8294a6a9-0ce6-4c2f-9967-8246e1ca9742 2026-07-02 16:43:35.086 11 INFO neutron.plugins.ml2.plugin [None req-dafb6251-577a-440e-8b66-330cf900ccd1 - - - - - -] Attempt 1 to provision port 8f31ff75-1def-42e1-88e4-6734135b638d 2026-07-02 16:43:36.317 11 INFO neutron.plugins.ml2.plugin [None req-8dfc4f65-aa56-421f-a3e4-3903d2dd91a7 - - - - - -] Attempt 1 to provision port 15b29f74-1f35-408a-9be9-deadd3347e5c 2026-07-02 16:43:39.019 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 78ae6205-d348-40d0-aff0-c3ed8e4eaa89 2026-07-02 16:43:39.315 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 8294a6a9-0ce6-4c2f-9967-8246e1ca9742 2026-07-02 16:43:40.946 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 78ae6205-d348-40d0-aff0-c3ed8e4eaa89 2026-07-02 16:43:41.087 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 8294a6a9-0ce6-4c2f-9967-8246e1ca9742 2026-07-02 16:44:01.886 11 INFO neutron.plugins.ml2.plugin [None req-0a5c2d14-8664-4dc7-b9a3-ece93829ba41 - - - - - -] Attempt 1 to provision port fb9cd413-c7de-40bc-b44b-821e4cc310ba 2026-07-02 16:44:11.535 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port faf1957e-3e14-4913-8f9d-e9c9b8cabc1c 2026-07-02 16:44:11.635 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-acb0bb9c-1b2f-4bc6-b24a-c22d375e0f01'] response: {'server_uuid': 'f47cd75b-af25-4d44-b5aa-c4d7d48d90e3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'faf1957e-3e14-4913-8f9d-e9c9b8cabc1c', 'code': 200} 2026-07-02 16:44:13.015 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port faf1957e-3e14-4913-8f9d-e9c9b8cabc1c 2026-07-02 16:44:43.214 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-93acc66c-73b9-4713-8184-e6c4aa9e0d3a'] response: {'server_uuid': '915ccd39-4e06-4dfb-b6df-357d43f370c3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '15b29f74-1f35-408a-9be9-deadd3347e5c', 'code': 200} 2026-07-02 16:45:35.011 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 562ca906-337c-435e-a15b-3a3cc0b4fb15 2026-07-02 16:45:35.599 11 INFO neutron.plugins.ml2.plugin [None req-c0d048f9-e09f-4482-a017-ce0b73bf3c60 - - - - - -] Attempt 1 to provision port 562ca906-337c-435e-a15b-3a3cc0b4fb15 2026-07-02 16:45:36.984 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 562ca906-337c-435e-a15b-3a3cc0b4fb15 2026-07-02 16:45:39.035 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e8f4b316-ec17-415e-a0b0-18ed45716571 2026-07-02 16:45:39.406 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 81ea28d4-3527-4a43-89d4-b10583ba05bd 2026-07-02 16:45:41.125 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port e8f4b316-ec17-415e-a0b0-18ed45716571 2026-07-02 16:45:41.382 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 81ea28d4-3527-4a43-89d4-b10583ba05bd 2026-07-02 16:45:41.623 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port bed23f2a-4979-4a39-959f-f51d6cc8788e 2026-07-02 16:45:42.995 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port bed23f2a-4979-4a39-959f-f51d6cc8788e 2026-07-02 16:45:45.064 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 562ca906-337c-435e-a15b-3a3cc0b4fb15 2026-07-02 16:45:46.720 12 INFO neutron.plugins.ml2.plugin [None req-c901dab3-e164-47ec-a3b9-c98734ffd3c4 - - - - - -] Attempt 1 to provision port bed23f2a-4979-4a39-959f-f51d6cc8788e 2026-07-02 16:45:46.780 12 INFO neutron.plugins.ml2.plugin [None req-c901dab3-e164-47ec-a3b9-c98734ffd3c4 - - - - - -] Attempt 1 to provision port 2b38fc5e-b09b-4842-b0bb-ff7625cb7e9f 2026-07-02 16:45:46.805 12 INFO neutron.plugins.ml2.plugin [None req-c901dab3-e164-47ec-a3b9-c98734ffd3c4 - - - - - -] Attempt 1 to provision port e8f4b316-ec17-415e-a0b0-18ed45716571 2026-07-02 16:45:46.953 12 INFO neutron.plugins.ml2.plugin [None req-c901dab3-e164-47ec-a3b9-c98734ffd3c4 - - - - - -] Attempt 1 to provision port 94501705-a20e-4e6f-a58f-940a901b488b 2026-07-02 16:45:46.974 12 INFO neutron.plugins.ml2.plugin [None req-c901dab3-e164-47ec-a3b9-c98734ffd3c4 - - - - - -] Attempt 1 to provision port 562ca906-337c-435e-a15b-3a3cc0b4fb15 2026-07-02 16:45:51.832 12 INFO neutron.plugins.ml2.plugin [None req-9abac120-be9a-4797-ad5f-41854e05895e - - - - - -] Attempt 1 to provision port bed23f2a-4979-4a39-959f-f51d6cc8788e 2026-07-02 16:45:51.885 12 INFO neutron.plugins.ml2.plugin [None req-9abac120-be9a-4797-ad5f-41854e05895e - - - - - -] Attempt 1 to provision port 2b38fc5e-b09b-4842-b0bb-ff7625cb7e9f 2026-07-02 16:45:51.908 12 INFO neutron.plugins.ml2.plugin [None req-9abac120-be9a-4797-ad5f-41854e05895e - - - - - -] Attempt 1 to provision port e8f4b316-ec17-415e-a0b0-18ed45716571 2026-07-02 16:45:51.975 12 INFO neutron.plugins.ml2.plugin [None req-9abac120-be9a-4797-ad5f-41854e05895e - - - - - -] Attempt 1 to provision port 4b40bf03-4ceb-4eea-9c20-2247634d58d7 2026-07-02 16:45:52.004 12 INFO neutron.plugins.ml2.plugin [None req-9abac120-be9a-4797-ad5f-41854e05895e - - - - - -] Attempt 1 to provision port 562ca906-337c-435e-a15b-3a3cc0b4fb15 2026-07-02 16:45:52.057 12 INFO neutron.plugins.ml2.plugin [None req-9abac120-be9a-4797-ad5f-41854e05895e - - - - - -] Attempt 1 to provision port c5c3f01a-ea9f-4354-a85c-95bd08606fd2 2026-07-02 16:45:53.557 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 450e0c6f-a1c3-4f22-b92c-a30049c7b6a0 2026-07-02 16:45:53.732 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-4d5e59d9-f687-40e9-9c29-4752d0a9d5e7'] response: {'server_uuid': 'd0778115-f96b-486c-8a5a-d2dcb47a4885', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '450e0c6f-a1c3-4f22-b92c-a30049c7b6a0', 'code': 200} 2026-07-02 16:45:55.054 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 450e0c6f-a1c3-4f22-b92c-a30049c7b6a0 2026-07-02 16:45:56.047 11 INFO neutron.plugins.ml2.plugin [None req-80affcf3-fce6-419b-a012-a9b9e6e57abb - - - - - -] Attempt 1 to provision port bed23f2a-4979-4a39-959f-f51d6cc8788e 2026-07-02 16:45:56.126 11 INFO neutron.plugins.ml2.plugin [None req-80affcf3-fce6-419b-a012-a9b9e6e57abb - - - - - -] Attempt 1 to provision port 2b38fc5e-b09b-4842-b0bb-ff7625cb7e9f 2026-07-02 16:45:56.299 11 INFO neutron.plugins.ml2.plugin [None req-80affcf3-fce6-419b-a012-a9b9e6e57abb - - - - - -] Attempt 1 to provision port e8f4b316-ec17-415e-a0b0-18ed45716571 2026-07-02 16:45:56.372 11 INFO neutron.plugins.ml2.plugin [None req-80affcf3-fce6-419b-a012-a9b9e6e57abb - - - - - -] Attempt 1 to provision port 450e0c6f-a1c3-4f22-b92c-a30049c7b6a0 2026-07-02 16:45:56.431 11 INFO neutron.plugins.ml2.plugin [None req-80affcf3-fce6-419b-a012-a9b9e6e57abb - - - - - -] Attempt 1 to provision port 4b40bf03-4ceb-4eea-9c20-2247634d58d7 2026-07-02 16:45:56.561 11 INFO neutron.plugins.ml2.plugin [None req-80affcf3-fce6-419b-a012-a9b9e6e57abb - - - - - -] Attempt 1 to provision port c5c3f01a-ea9f-4354-a85c-95bd08606fd2 2026-07-02 16:45:57.075 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port c5c3f01a-ea9f-4354-a85c-95bd08606fd2 2026-07-02 16:45:57.336 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 4b40bf03-4ceb-4eea-9c20-2247634d58d7 2026-07-02 16:45:57.534 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 2b38fc5e-b09b-4842-b0bb-ff7625cb7e9f 2026-07-02 16:45:57.735 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 94501705-a20e-4e6f-a58f-940a901b488b 2026-07-02 16:45:59.006 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 94501705-a20e-4e6f-a58f-940a901b488b 2026-07-02 16:45:59.647 11 INFO neutron.plugins.ml2.plugin [None req-6dc60cb5-ce55-44a8-9f95-168fd51a5a1f - - - - - -] Attempt 1 to provision port 4b40bf03-4ceb-4eea-9c20-2247634d58d7 2026-07-02 16:45:59.691 11 INFO neutron.plugins.ml2.plugin [None req-6dc60cb5-ce55-44a8-9f95-168fd51a5a1f - - - - - -] Attempt 1 to provision port 2b38fc5e-b09b-4842-b0bb-ff7625cb7e9f 2026-07-02 16:45:59.734 11 INFO neutron.plugins.ml2.plugin [None req-6dc60cb5-ce55-44a8-9f95-168fd51a5a1f - - - - - -] Attempt 1 to provision port c5c3f01a-ea9f-4354-a85c-95bd08606fd2 2026-07-02 16:46:01.840 12 INFO neutron.plugins.ml2.plugin [None req-46c1f388-3302-41f1-acd7-3089944e7fda - - - - - -] Attempt 1 to provision port 4b40bf03-4ceb-4eea-9c20-2247634d58d7 2026-07-02 16:46:01.889 12 INFO neutron.plugins.ml2.plugin [None req-46c1f388-3302-41f1-acd7-3089944e7fda - - - - - -] Attempt 1 to provision port c5c3f01a-ea9f-4354-a85c-95bd08606fd2 2026-07-02 16:46:03.217 12 INFO neutron.plugins.ml2.plugin [None req-6ae4929e-c58d-4747-823f-db64a85ba549 - - - - - -] Attempt 1 to provision port 450e0c6f-a1c3-4f22-b92c-a30049c7b6a0 2026-07-02 16:46:11.055 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 1a018454-2369-4710-8c9b-5f2cb3737c4a 2026-07-02 16:46:11.165 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-4bcd2beb-9ecd-4d16-a8af-5461c0e34ec7'] response: {'server_uuid': 'c99f9114-c8f8-4b95-ac34-ea598968211a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1a018454-2369-4710-8c9b-5f2cb3737c4a', 'code': 200} 2026-07-02 16:46:13.042 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 1a018454-2369-4710-8c9b-5f2cb3737c4a 2026-07-02 16:46:43.690 12 INFO neutron.plugins.ml2.plugin [None req-b3a1d40b-57cb-4775-87a8-0165f1d370d7 - - - - - -] Attempt 1 to provision port 6357ba94-479b-464c-a652-c16a12d67832 2026-07-02 16:47:05.600 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 35ade284-c6d3-4acf-a645-dd9c9871f75a 2026-07-02 16:47:05.690 12 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-97566b0f-25c2-4cd1-8e4b-1f662a3f62d0'] response: {'server_uuid': '908dee02-81a7-4a33-bc02-6ad8edb4ff9c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '35ade284-c6d3-4acf-a645-dd9c9871f75a', 'code': 200} 2026-07-02 16:47:07.072 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 35ade284-c6d3-4acf-a645-dd9c9871f75a 2026-07-02 16:47:46.552 11 INFO neutron.plugins.ml2.plugin [None req-45a3642c-49b2-4ac2-a096-be24a9afd738 - - - - - -] Attempt 1 to provision port df682df5-5b56-4aa3-a1bb-64d184656eea 2026-07-02 16:47:53.289 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port df682df5-5b56-4aa3-a1bb-64d184656eea 2026-07-02 16:47:53.478 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-b0d18854-3e4a-4fd7-8ded-199b0666077f'] response: {'server_uuid': '908dee02-81a7-4a33-bc02-6ad8edb4ff9c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'df682df5-5b56-4aa3-a1bb-64d184656eea', 'code': 200} 2026-07-02 16:47:55.136 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port df682df5-5b56-4aa3-a1bb-64d184656eea 2026-07-02 16:47:57.617 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port df682df5-5b56-4aa3-a1bb-64d184656eea 2026-07-02 16:48:20.580 11 INFO neutron.plugins.ml2.plugin [None req-d0c00479-b0aa-4cd9-8f5d-45197980de80 - - - - - -] Attempt 1 to provision port 3de51eaf-ba05-47c2-b009-9934b3a49da7 2026-07-02 16:48:28.690 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3de51eaf-ba05-47c2-b009-9934b3a49da7 2026-07-02 16:48:28.801 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-4f5dc998-12e0-4571-89c2-10c2ca8d2d3d'] response: {'server_uuid': '908dee02-81a7-4a33-bc02-6ad8edb4ff9c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3de51eaf-ba05-47c2-b009-9934b3a49da7', 'code': 200} 2026-07-02 16:48:29.289 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3de51eaf-ba05-47c2-b009-9934b3a49da7 2026-07-02 16:48:40.146 12 INFO neutron.plugins.ml2.plugin [None req-6d2f74d0-9b59-416d-9a04-ca57baf234b9 - - - - - -] Attempt 1 to provision port 13620fe1-7a6b-4a2b-a983-192ac4c284c8 2026-07-02 16:48:47.322 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 13620fe1-7a6b-4a2b-a983-192ac4c284c8 2026-07-02 16:48:47.420 11 INFO neutron.notifiers.nova [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Nova event matching ['req-85249384-6ed4-45d4-8908-bc50cfcc9b02'] response: {'server_uuid': '908dee02-81a7-4a33-bc02-6ad8edb4ff9c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '13620fe1-7a6b-4a2b-a983-192ac4c284c8', 'code': 200} 2026-07-02 16:48:49.304 12 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 13620fe1-7a6b-4a2b-a983-192ac4c284c8 2026-07-02 16:48:50.441 12 INFO neutron.plugins.ml2.plugin [None req-ede0b5bf-6764-4a35-b39f-dce5fffcbcb0 - - - - - -] Attempt 1 to provision port 3de51eaf-ba05-47c2-b009-9934b3a49da7 2026-07-02 16:48:51.314 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3de51eaf-ba05-47c2-b009-9934b3a49da7 2026-07-02 16:49:04.175 11 INFO neutron.plugins.ml2.plugin [None req-6772c4d8-0e7b-4409-a71a-6bf115518d16 - - - - - -] Attempt 1 to provision port 13620fe1-7a6b-4a2b-a983-192ac4c284c8 2026-07-02 16:49:05.390 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 13620fe1-7a6b-4a2b-a983-192ac4c284c8 2026-07-02 16:49:05.576 12 INFO neutron.plugins.ml2.plugin [None req-c66750d6-75fe-400d-a9ff-1559e9385210 - - - - - -] Attempt 1 to provision port 13620fe1-7a6b-4a2b-a983-192ac4c284c8 2026-07-02 16:49:14.774 12 INFO neutron.plugins.ml2.plugin [None req-45463414-e3b9-4c06-a5fc-439726f3d206 - - - - - -] Attempt 1 to provision port 3de51eaf-ba05-47c2-b009-9934b3a49da7 2026-07-02 16:49:15.351 11 INFO neutron.plugins.ml2.plugin [None req-90ba31f0-891e-4adc-b94b-10255520af97 - - - - - -] Attempt 1 to provision port 3de51eaf-ba05-47c2-b009-9934b3a49da7