+ 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-19 00:00:11.135 1 INFO neutron.common.config [-] Logging enabled! 2026-08-19 00:00:11.135 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.6.dev8 2026-08-19 00:00:11.135 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-08-19 00:00:11.135 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-19 00:00:12.109 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 00:00:12.111 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-19 00:00:12.115 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-19 00:00:12.116 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 00:00:12.116 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-19 00:00:12.116 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-19 00:00:12.116 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 00:00:12.123 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 00:00:12.123 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 00:00:12.123 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 00:00:12.142 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-19 00:00:12.143 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 00:00:12.143 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-19 00:00:12.180 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-19 00:00:12.180 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-19 00:00:12.180 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-19 00:00:12.180 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-19 00:00:12.459 1 INFO neutron.plugins.ml2.managers [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] Initializing driver for type 'vlan' 2026-08-19 00:00:12.600 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] VlanTypeDriver initialization complete 2026-08-19 00:00:12.601 1 INFO neutron.plugins.ml2.managers [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] Initializing driver for type 'vxlan' 2026-08-19 00:00:12.601 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-19 00:00:12.664 1 INFO neutron.plugins.ml2.managers [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-19 00:00:12.665 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-19 00:00:12.665 1 INFO neutron.plugins.ml2.managers [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] Initializing extension driver 'port_security' 2026-08-19 00:00:12.665 1 INFO neutron.plugins.ml2.extensions.port_security [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-19 00:00:12.665 1 INFO neutron.plugins.ml2.managers [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] Initializing extension driver 'qos' 2026-08-19 00:00:12.666 1 INFO neutron.plugins.ml2.managers [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-19 00:00:12.666 1 INFO neutron.plugins.ml2.managers [None req-49a04e39-1b97-4e8f-8cad-71ee46b27830 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-19 00:00:12.679 1 INFO neutron.quota [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded quota_driver: . 2026-08-19 00:00:12.680 1 INFO neutron.plugins.ml2.plugin [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Modular L2 Plugin initialization complete 2026-08-19 00:00:12.680 1 INFO neutron.plugins.ml2.managers [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-19 00:00:12.680 1 INFO neutron.plugins.ml2.managers [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-19 00:00:12.680 1 INFO neutron.plugins.ml2.managers [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Got port-security extension from driver 'port_security' 2026-08-19 00:00:12.680 1 INFO neutron.extensions.vlantransparent [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Disabled vlantransparent extension. 2026-08-19 00:00:12.680 1 INFO neutron.extensions.qinq [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Disabled VLAN QinQ extension. 2026-08-19 00:00:12.680 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: qos 2026-08-19 00:00:12.691 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: router 2026-08-19 00:00:12.725 1 INFO neutron.services.service_base [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-19 00:00:12.725 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: segments 2026-08-19 00:00:12.790 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: trunk 2026-08-19 00:00:12.802 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: vpnaas 2026-08-19 00:00:12.833 1 WARNING stevedore.named [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-19 00:00:12.833 1 WARNING stevedore.named [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 00:00:13.074 1 INFO neutron_vpnaas.services.vpn.plugin [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-19 00:00:13.075 1 INFO neutron.common.utils [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-19 00:00:13.075 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: taas 2026-08-19 00:00:13.094 1 WARNING stevedore.named [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 00:00:13.131 1 INFO neutron_taas.services.taas.taas_plugin [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-19 00:00:13.131 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: tapmirror 2026-08-19 00:00:13.142 1 WARNING stevedore.named [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 00:00:13.157 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-19 00:00:13.157 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: auto_allocate 2026-08-19 00:00:13.163 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: tag 2026-08-19 00:00:13.171 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: timestamp 2026-08-19 00:00:13.174 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: network_ip_availability 2026-08-19 00:00:13.177 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: flavors 2026-08-19 00:00:13.180 1 INFO neutron.manager [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loading Plugin: revisions 2026-08-19 00:00:13.183 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Initializing extension manager. 2026-08-19 00:00:13.184 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: address-group 2026-08-19 00:00:13.185 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: address-scope 2026-08-19 00:00:13.185 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-19 00:00:13.186 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: agent 2026-08-19 00:00:13.186 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: agent-resources-synced 2026-08-19 00:00:13.187 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: allowed-address-pairs 2026-08-19 00:00:13.188 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: auto-allocated-topology 2026-08-19 00:00:13.189 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: availability_zone 2026-08-19 00:00:13.189 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: availability_zone_filter 2026-08-19 00:00:13.190 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-19 00:00:13.190 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: default-subnetpools 2026-08-19 00:00:13.191 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-19 00:00:13.192 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: dns-integration 2026-08-19 00:00:13.192 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: dns-domain-ports 2026-08-19 00:00:13.193 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-19 00:00:13.193 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: dvr 2026-08-19 00:00:13.194 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-19 00:00:13.194 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: empty-string-filtering 2026-08-19 00:00:13.195 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 00:00:13.195 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-19 00:00:13.195 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: external-net 2026-08-19 00:00:13.196 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-19 00:00:13.196 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: extraroute 2026-08-19 00:00:13.197 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: extraroute-atomic 2026-08-19 00:00:13.197 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-19 00:00:13.198 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-19 00:00:13.198 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-19 00:00:13.199 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-19 00:00:13.199 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: fip-port-details 2026-08-19 00:00:13.200 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: flavors 2026-08-19 00:00:13.201 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-19 00:00:13.201 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: floatingip-pools 2026-08-19 00:00:13.202 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: ip_allocation 2026-08-19 00:00:13.202 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: ip-substring-filtering 2026-08-19 00:00:13.203 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: l2_adjacency 2026-08-19 00:00:13.204 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: router 2026-08-19 00:00:13.205 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 00:00:13.206 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-19 00:00:13.206 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-19 00:00:13.207 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: ext-gw-mode 2026-08-19 00:00:13.207 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: l3-ha 2026-08-19 00:00:13.207 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-19 00:00:13.208 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-19 00:00:13.208 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: l3-flavors 2026-08-19 00:00:13.209 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-19 00:00:13.209 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-19 00:00:13.211 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-19 00:00:13.212 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-19 00:00:13.213 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-19 00:00:13.214 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-19 00:00:13.214 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-19 00:00:13.215 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: multi-provider 2026-08-19 00:00:13.215 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: net-mtu 2026-08-19 00:00:13.216 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: net-mtu-writable 2026-08-19 00:00:13.216 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: network_availability_zone 2026-08-19 00:00:13.217 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: network_ha 2026-08-19 00:00:13.217 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: network-ip-availability 2026-08-19 00:00:13.218 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-19 00:00:13.219 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: pagination 2026-08-19 00:00:13.219 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-device-profile 2026-08-19 00:00:13.220 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-19 00:00:13.220 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-19 00:00:13.220 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-19 00:00:13.221 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-mac-override 2026-08-19 00:00:13.221 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-19 00:00:13.222 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-19 00:00:13.222 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-19 00:00:13.222 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-resource-request 2026-08-19 00:00:13.223 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-resource-request-groups 2026-08-19 00:00:13.223 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-19 00:00:13.224 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: binding 2026-08-19 00:00:13.224 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: binding-extended 2026-08-19 00:00:13.225 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-security 2026-08-19 00:00:13.225 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: project-id 2026-08-19 00:00:13.226 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: provider 2026-08-19 00:00:13.226 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-19 00:00:13.228 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos 2026-08-19 00:00:13.229 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-19 00:00:13.229 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-19 00:00:13.229 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-default 2026-08-19 00:00:13.230 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-fip 2026-08-19 00:00:13.230 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-19 00:00:13.231 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-gateway-ip 2026-08-19 00:00:13.231 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-port-network-policy 2026-08-19 00:00:13.232 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-pps-minimum 2026-08-19 00:00:13.232 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-19 00:00:13.233 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-pps 2026-08-19 00:00:13.233 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-rule-type-details 2026-08-19 00:00:13.234 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-19 00:00:13.234 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: qos-rules-alias 2026-08-19 00:00:13.235 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: quota-check-limit 2026-08-19 00:00:13.235 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: quota-check-limit-default 2026-08-19 00:00:13.237 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: quotas 2026-08-19 00:00:13.240 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: quota_details 2026-08-19 00:00:13.241 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: rbac-policies 2026-08-19 00:00:13.242 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: rbac-address-group 2026-08-19 00:00:13.242 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: rbac-address-scope 2026-08-19 00:00:13.243 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: rbac-security-groups 2026-08-19 00:00:13.243 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: rbac-subnetpool 2026-08-19 00:00:13.244 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: revision-if-match 2026-08-19 00:00:13.244 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: standard-attr-revisions 2026-08-19 00:00:13.245 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: router_availability_zone 2026-08-19 00:00:13.245 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-19 00:00:13.247 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: security-groups-default-rules 2026-08-19 00:00:13.247 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-19 00:00:13.247 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-19 00:00:13.248 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-19 00:00:13.248 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-19 00:00:13.249 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-19 00:00:13.253 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: security-group 2026-08-19 00:00:13.253 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: segment 2026-08-19 00:00:13.254 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-19 00:00:13.254 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: service-type 2026-08-19 00:00:13.255 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: sorting 2026-08-19 00:00:13.255 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: standard-attr-segment 2026-08-19 00:00:13.256 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: standard-attr-description 2026-08-19 00:00:13.256 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: stateful-security-group 2026-08-19 00:00:13.257 1 WARNING neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-19 00:00:13.257 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-19 00:00:13.258 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: subnet-external-network 2026-08-19 00:00:13.258 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: subnet_onboard 2026-08-19 00:00:13.259 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-19 00:00:13.259 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: subnet-service-types 2026-08-19 00:00:13.260 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: subnet_allocation 2026-08-19 00:00:13.260 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-19 00:00:13.261 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: tag-creation 2026-08-19 00:00:13.261 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-19 00:00:13.265 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: standard-attr-tag 2026-08-19 00:00:13.266 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-19 00:00:13.266 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: trunk 2026-08-19 00:00:13.267 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: trunk-details 2026-08-19 00:00:13.267 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-19 00:00:13.267 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-19 00:00:13.268 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-19 00:00:13.269 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-19 00:00:13.270 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-19 00:00:13.271 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-19 00:00:13.271 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: vpn-flavors 2026-08-19 00:00:13.273 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: vpnaas 2026-08-19 00:00:13.274 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: taas 2026-08-19 00:00:13.275 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: tap-mirror 2026-08-19 00:00:13.275 1 INFO neutron.api.extensions [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Loaded extension: taas-vlan-filter 2026-08-19 00:00:13.279 1 INFO oslo_service.backend.eventlet.service [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Starting 2 workers 2026-08-19 00:00:13.286 1 INFO oslo_service.backend.eventlet.service [None req-5cd4d74d-2f36-44b5-bf9f-bfd6036fc20c - - - - - -] Starting 1 workers 2026-08-19 00:00:58.805 12 INFO neutron.db.l3_hamode_db [None req-ce843130-afe9-4a14-9399-0f2b58c9d9df - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-19 00:01:13.325 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 3439878e-2a93-47d8-9464-94a1b516988c 2026-08-19 00:01:13.478 12 INFO neutron.plugins.ml2.plugin [None req-1b38c6c4-0764-4294-83ad-1be197cbf433 - - - - - -] Attempt 1 to provision port 3439878e-2a93-47d8-9464-94a1b516988c 2026-08-19 00:01:15.228 12 INFO neutron.plugins.ml2.plugin [None req-352dd7f9-7794-4c13-b205-fdbad74d8eec - - - - - -] Attempt 1 to provision port 3439878e-2a93-47d8-9464-94a1b516988c 2026-08-19 00:01:15.233 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 3439878e-2a93-47d8-9464-94a1b516988c 2026-08-19 00:05:44.874 11 INFO neutron.plugins.ml2.plugin [None req-41c3e3bb-6987-49db-93a4-527f4162c595 - - - - - -] Attempt 1 to provision port fde79293-c362-4645-a8a6-b94fc91cb84a 2026-08-19 00:05:45.444 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port fde79293-c362-4645-a8a6-b94fc91cb84a 2026-08-19 00:05:46.596 11 INFO neutron.plugins.ml2.plugin [None req-e8ae3a20-5c02-42db-8484-dc137d0b053e - - - - - -] Attempt 1 to provision port fde79293-c362-4645-a8a6-b94fc91cb84a 2026-08-19 00:05:51.986 11 INFO neutron.plugins.ml2.plugin [None req-40498461-8529-4cf9-8948-267c2439b528 - - - - - -] Attempt 1 to provision port c96ae250-0ca7-4385-a266-90dd530e4795 2026-08-19 00:09:38.146 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port c96ae250-0ca7-4385-a266-90dd530e4795 2026-08-19 00:09:39.563 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port c96ae250-0ca7-4385-a266-90dd530e4795 2026-08-19 00:18:43.915 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port f41097aa-c650-40e6-9054-cf7ee8987e67 2026-08-19 00:18:45.922 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port f41097aa-c650-40e6-9054-cf7ee8987e67 2026-08-19 00:36:12.554 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port d88b1025-9dcb-4d61-a190-4c105edf0a1f 2026-08-19 00:36:13.418 12 INFO neutron.plugins.ml2.plugin [None req-8740fa74-8a8b-41fe-bcb5-1633ca6602ca - - - - - -] Attempt 1 to provision port d88b1025-9dcb-4d61-a190-4c105edf0a1f 2026-08-19 00:36:14.551 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port d88b1025-9dcb-4d61-a190-4c105edf0a1f 2026-08-19 00:36:16.584 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 9d546426-634d-4039-b087-a7d1665d323f 2026-08-19 00:36:18.663 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 9d546426-634d-4039-b087-a7d1665d323f 2026-08-19 00:36:18.937 12 INFO neutron.plugins.ml2.plugin [None req-e6c9cae1-9d5c-450a-befc-6780715aec3d - - - - - -] Attempt 1 to provision port 1e4bca74-1a90-4369-bba8-afb9d75e0bd0 2026-08-19 00:36:20.571 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 1e4bca74-1a90-4369-bba8-afb9d75e0bd0 2026-08-19 00:36:22.710 12 INFO neutron.plugins.ml2.plugin [None req-033660f1-fe45-40e5-853d-e9668e57a91f - - - - - -] Attempt 1 to provision port 1e4bca74-1a90-4369-bba8-afb9d75e0bd0 2026-08-19 00:36:22.760 12 INFO neutron.plugins.ml2.plugin [None req-033660f1-fe45-40e5-853d-e9668e57a91f - - - - - -] Attempt 1 to provision port d88b1025-9dcb-4d61-a190-4c105edf0a1f 2026-08-19 00:36:22.818 12 INFO neutron.plugins.ml2.plugin [None req-033660f1-fe45-40e5-853d-e9668e57a91f - - - - - -] Attempt 1 to provision port 9d546426-634d-4039-b087-a7d1665d323f 2026-08-19 00:36:24.861 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 6487a799-f894-49c7-8388-91b38607c241 2026-08-19 00:36:26.729 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 6487a799-f894-49c7-8388-91b38607c241 2026-08-19 00:36:26.973 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 2262acb9-bb6e-434e-9f9f-63177f2b340e 2026-08-19 00:36:27.384 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 65d37e46-b283-4531-8730-93356f25a626 2026-08-19 00:36:28.562 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 2262acb9-bb6e-434e-9f9f-63177f2b340e 2026-08-19 00:36:28.929 11 INFO neutron.plugins.ml2.plugin [None req-ce596cca-1928-4915-9380-4cdb64392596 - - - - - -] Attempt 1 to provision port 65d37e46-b283-4531-8730-93356f25a626 2026-08-19 00:36:30.626 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port f14fd86e-2058-4b1c-9c77-dad3972bdfd9 2026-08-19 00:36:30.789 12 INFO neutron.plugins.ml2.plugin [None req-c445042d-5f95-4c92-948e-5efcd1a1a518 - - - - - -] Attempt 1 to provision port 6487a799-f894-49c7-8388-91b38607c241 2026-08-19 00:36:30.881 12 INFO neutron.plugins.ml2.plugin [None req-c445042d-5f95-4c92-948e-5efcd1a1a518 - - - - - -] Attempt 1 to provision port 7d6928a6-6f39-42fe-a39e-bb571fb8922a 2026-08-19 00:36:30.929 12 INFO neutron.plugins.ml2.plugin [None req-c445042d-5f95-4c92-948e-5efcd1a1a518 - - - - - -] Attempt 1 to provision port 5f2f870e-88da-4a0c-aa3e-3c7326b0ec3b 2026-08-19 00:36:30.964 12 INFO neutron.plugins.ml2.plugin [None req-c445042d-5f95-4c92-948e-5efcd1a1a518 - - - - - -] Attempt 1 to provision port 9a2608e1-f9e3-4680-bd22-2c814cd28a44 2026-08-19 00:36:31.000 12 INFO neutron.plugins.ml2.plugin [None req-c445042d-5f95-4c92-948e-5efcd1a1a518 - - - - - -] Attempt 1 to provision port 9d546426-634d-4039-b087-a7d1665d323f 2026-08-19 00:36:31.002 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port b8b5397d-19ba-440b-93f0-a36e8e466a97 2026-08-19 00:36:32.606 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port f14fd86e-2058-4b1c-9c77-dad3972bdfd9 2026-08-19 00:36:33.128 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port b8b5397d-19ba-440b-93f0-a36e8e466a97 2026-08-19 00:36:34.637 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 5de611a1-f7fe-4676-b7fe-430a8a1d38bf 2026-08-19 00:36:37.747 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 0d5b3046-f874-4591-a058-67a66dbdcceb 2026-08-19 00:36:38.178 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port e6997520-c6a5-4899-bda1-cbe41574ccdc 2026-08-19 00:36:38.287 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-91577f3a-4f84-47da-90b1-56c077ded828'] response: {'server_uuid': '9bf55bef-7a85-4343-a89e-020c667fe4f5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0d5b3046-f874-4591-a058-67a66dbdcceb', 'code': 200} 2026-08-19 00:36:38.631 12 INFO neutron.plugins.ml2.plugin [None req-d377d396-5756-4498-a9f8-cfb0762830c3 - - - - - -] Attempt 1 to provision port 5de611a1-f7fe-4676-b7fe-430a8a1d38bf 2026-08-19 00:36:38.886 12 INFO neutron.plugins.ml2.plugin [None req-d377d396-5756-4498-a9f8-cfb0762830c3 - - - - - -] Attempt 1 to provision port 923efaed-178f-41c1-a966-54d092b5dfcb 2026-08-19 00:36:39.935 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 923efaed-178f-41c1-a966-54d092b5dfcb 2026-08-19 00:36:40.249 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 0d5b3046-f874-4591-a058-67a66dbdcceb 2026-08-19 00:36:40.334 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-df49ed18-99e7-4ecf-8778-7b62ffc3472c'] response: {'server_uuid': 'fbcf17e0-e2fa-48b6-936a-1ec62f5ec2c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '923efaed-178f-41c1-a966-54d092b5dfcb', 'code': 200} 2026-08-19 00:36:40.544 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port e6997520-c6a5-4899-bda1-cbe41574ccdc 2026-08-19 00:36:40.574 12 INFO neutron.plugins.ml2.plugin [None req-1cb00a36-1a7c-4f6c-9d53-7cef36a24c7e - - - - - -] Attempt 1 to provision port e6997520-c6a5-4899-bda1-cbe41574ccdc 2026-08-19 00:36:40.629 12 INFO neutron.plugins.ml2.plugin [None req-1cb00a36-1a7c-4f6c-9d53-7cef36a24c7e - - - - - -] Attempt 1 to provision port 5de611a1-f7fe-4676-b7fe-430a8a1d38bf 2026-08-19 00:36:40.678 12 INFO neutron.plugins.ml2.plugin [None req-1cb00a36-1a7c-4f6c-9d53-7cef36a24c7e - - - - - -] Attempt 1 to provision port 6b657f58-07ea-4314-a9f4-5fe18bd97a9f 2026-08-19 00:36:40.707 12 INFO neutron.plugins.ml2.plugin [None req-1cb00a36-1a7c-4f6c-9d53-7cef36a24c7e - - - - - -] Attempt 1 to provision port 9a2608e1-f9e3-4680-bd22-2c814cd28a44 2026-08-19 00:36:40.743 12 INFO neutron.plugins.ml2.plugin [None req-1cb00a36-1a7c-4f6c-9d53-7cef36a24c7e - - - - - -] Attempt 1 to provision port 0d20e6cf-b14b-4c08-bd8d-c519fbc0d98d 2026-08-19 00:36:44.365 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 5aad9b7c-deff-4184-9ef8-c2d1540a8361 2026-08-19 00:36:44.471 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-58242c86-f7ca-4be3-b555-5b0c2f3e8dc8'] response: {'server_uuid': '886c4a2b-1fc9-4897-934c-4c74f09af02d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5aad9b7c-deff-4184-9ef8-c2d1540a8361', 'code': 200} 2026-08-19 00:36:45.967 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 5aad9b7c-deff-4184-9ef8-c2d1540a8361 2026-08-19 00:36:47.439 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port 6487a799-f894-49c7-8388-91b38607c241 2026-08-19 00:36:47.518 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port e6997520-c6a5-4899-bda1-cbe41574ccdc 2026-08-19 00:36:47.578 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port 0d20e6cf-b14b-4c08-bd8d-c519fbc0d98d 2026-08-19 00:36:47.605 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port 0d5b3046-f874-4591-a058-67a66dbdcceb 2026-08-19 00:36:47.662 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port 5aad9b7c-deff-4184-9ef8-c2d1540a8361 2026-08-19 00:36:47.724 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port 7d6928a6-6f39-42fe-a39e-bb571fb8922a 2026-08-19 00:36:47.748 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port 5de611a1-f7fe-4676-b7fe-430a8a1d38bf 2026-08-19 00:36:47.826 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port 6b657f58-07ea-4314-a9f4-5fe18bd97a9f 2026-08-19 00:36:47.851 12 INFO neutron.plugins.ml2.plugin [None req-5a237f84-e7c6-4c34-8973-e99c6d6176c9 - - - - - -] Attempt 1 to provision port 9a2608e1-f9e3-4680-bd22-2c814cd28a44 2026-08-19 00:36:50.501 11 INFO neutron.plugins.ml2.plugin [None req-f79634b1-5b87-46fa-bded-8210660f4747 - - - - - -] Attempt 1 to provision port efe43f4c-5477-40ca-a86d-6462a31f3507 2026-08-19 00:36:50.639 11 INFO neutron.plugins.ml2.plugin [None req-f79634b1-5b87-46fa-bded-8210660f4747 - - - - - -] Attempt 1 to provision port 7d6928a6-6f39-42fe-a39e-bb571fb8922a 2026-08-19 00:36:52.554 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 153ba912-20f0-4e6f-89bc-d343eb1f5ef3 2026-08-19 00:36:53.111 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-c85436d1-954f-4bfa-ac45-e21c66e68b62'] response: {'server_uuid': 'b7dff30d-cab6-49f6-811b-6471f6c155a8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '153ba912-20f0-4e6f-89bc-d343eb1f5ef3', 'code': 200} 2026-08-19 00:36:54.258 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 153ba912-20f0-4e6f-89bc-d343eb1f5ef3 2026-08-19 00:36:54.876 11 INFO neutron.plugins.ml2.plugin [None req-992f69c9-650d-46bc-ac3f-d1774937f3bd - - - - - -] Attempt 1 to provision port 7d6928a6-6f39-42fe-a39e-bb571fb8922a 2026-08-19 00:36:54.909 11 INFO neutron.plugins.ml2.plugin [None req-992f69c9-650d-46bc-ac3f-d1774937f3bd - - - - - -] Attempt 1 to provision port 5b88cf48-e64c-4162-9f92-0f63c0d189c9 2026-08-19 00:36:54.939 11 INFO neutron.plugins.ml2.plugin [None req-992f69c9-650d-46bc-ac3f-d1774937f3bd - - - - - -] Attempt 1 to provision port 6b657f58-07ea-4314-a9f4-5fe18bd97a9f 2026-08-19 00:36:54.966 11 INFO neutron.plugins.ml2.plugin [None req-992f69c9-650d-46bc-ac3f-d1774937f3bd - - - - - -] Attempt 1 to provision port 0d20e6cf-b14b-4c08-bd8d-c519fbc0d98d 2026-08-19 00:36:59.145 11 INFO neutron.plugins.ml2.plugin [None req-687e5a70-abdc-4fd8-baa6-8ebd59d7b614 - - - - - -] Attempt 1 to provision port 0d20e6cf-b14b-4c08-bd8d-c519fbc0d98d 2026-08-19 00:36:59.347 11 INFO neutron.plugins.ml2.plugin [None req-c180c792-5deb-4fbd-ab93-ddbb2ac26e78 - - - - - -] Attempt 1 to provision port af3f8cb7-7196-4cf4-8994-d0cee03e2616 2026-08-19 00:36:59.371 11 INFO neutron.plugins.ml2.plugin [None req-c180c792-5deb-4fbd-ab93-ddbb2ac26e78 - - - - - -] Attempt 1 to provision port 0d5b3046-f874-4591-a058-67a66dbdcceb 2026-08-19 00:36:59.417 11 INFO neutron.plugins.ml2.plugin [None req-c180c792-5deb-4fbd-ab93-ddbb2ac26e78 - - - - - -] Attempt 1 to provision port 6b657f58-07ea-4314-a9f4-5fe18bd97a9f 2026-08-19 00:36:59.889 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 6c62d858-3618-4e62-9800-1721852badae 2026-08-19 00:37:01.880 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 6c62d858-3618-4e62-9800-1721852badae 2026-08-19 00:37:03.963 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 1c44bd40-5c13-4d71-b912-f72cd30f48d7 2026-08-19 00:37:05.203 12 INFO neutron.plugins.ml2.plugin [None req-bd23bcf0-040d-4d7d-80f9-68c5c5c5cdd4 - - - - - -] Attempt 1 to provision port 1c44bd40-5c13-4d71-b912-f72cd30f48d7 2026-08-19 00:37:05.257 12 INFO neutron.plugins.ml2.plugin [None req-bd23bcf0-040d-4d7d-80f9-68c5c5c5cdd4 - - - - - -] Attempt 1 to provision port 5aad9b7c-deff-4184-9ef8-c2d1540a8361 2026-08-19 00:37:05.365 12 INFO neutron.plugins.ml2.plugin [None req-bd23bcf0-040d-4d7d-80f9-68c5c5c5cdd4 - - - - - -] Attempt 1 to provision port 9e3e3008-ac03-49c3-b918-dfef754c2189 2026-08-19 00:37:05.921 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 1c44bd40-5c13-4d71-b912-f72cd30f48d7 2026-08-19 00:37:07.973 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port af3f8cb7-7196-4cf4-8994-d0cee03e2616 2026-08-19 00:37:08.294 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 6b657f58-07ea-4314-a9f4-5fe18bd97a9f 2026-08-19 00:37:09.094 11 INFO neutron.plugins.ml2.plugin [None req-f526842a-7565-4bcb-8f92-2a75cd1ff69c - - - - - -] Attempt 1 to provision port 71625e95-e995-442c-b8d6-940e06903528 2026-08-19 00:37:09.136 11 INFO neutron.plugins.ml2.plugin [None req-f526842a-7565-4bcb-8f92-2a75cd1ff69c - - - - - -] Attempt 1 to provision port 9e3e3008-ac03-49c3-b918-dfef754c2189 2026-08-19 00:37:09.168 11 INFO neutron.plugins.ml2.plugin [None req-f526842a-7565-4bcb-8f92-2a75cd1ff69c - - - - - -] Attempt 1 to provision port 1c44bd40-5c13-4d71-b912-f72cd30f48d7 2026-08-19 00:37:10.259 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port af3f8cb7-7196-4cf4-8994-d0cee03e2616 2026-08-19 00:37:10.426 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 6b657f58-07ea-4314-a9f4-5fe18bd97a9f 2026-08-19 00:37:10.718 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7d6928a6-6f39-42fe-a39e-bb571fb8922a 2026-08-19 00:37:11.087 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port efe43f4c-5477-40ca-a86d-6462a31f3507 2026-08-19 00:37:13.434 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 67653aa9-a9af-444e-96c5-9cdce75e486d 2026-08-19 00:37:13.672 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-d73cc43d-e9c0-4e64-8fe2-f54dbcc58966'] response: {'server_uuid': 'a8df0dc0-b480-44d5-82a1-1a00a80c8bd3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '67653aa9-a9af-444e-96c5-9cdce75e486d', 'code': 200} 2026-08-19 00:37:13.986 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port efe43f4c-5477-40ca-a86d-6462a31f3507 2026-08-19 00:37:14.281 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7d6928a6-6f39-42fe-a39e-bb571fb8922a 2026-08-19 00:37:15.402 11 INFO neutron.plugins.ml2.plugin [None req-416ec2be-e0f1-4611-a161-90334614a970 - - - - - -] Attempt 1 to provision port 5aad9b7c-deff-4184-9ef8-c2d1540a8361 2026-08-19 00:37:15.502 11 INFO neutron.plugins.ml2.plugin [None req-416ec2be-e0f1-4611-a161-90334614a970 - - - - - -] Attempt 1 to provision port 9e3e3008-ac03-49c3-b918-dfef754c2189 2026-08-19 00:37:15.601 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 5aad9b7c-deff-4184-9ef8-c2d1540a8361 2026-08-19 00:37:15.847 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 67653aa9-a9af-444e-96c5-9cdce75e486d 2026-08-19 00:37:17.536 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 71625e95-e995-442c-b8d6-940e06903528 2026-08-19 00:37:18.622 12 INFO neutron.notifiers.nova [None req-c05e2246-c555-4a15-aa66-9c1175f75ea5 - - - - - -] Nova event matching ['req-735a7225-4c0c-4c37-8203-30420ded6d54'] response: {'server_uuid': '9bf55bef-7a85-4343-a89e-020c667fe4f5', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0d5b3046-f874-4591-a058-67a66dbdcceb', 'code': 200} 2026-08-19 00:37:19.000 11 INFO neutron.plugins.ml2.plugin [None req-36e60cd1-5886-44be-a44d-6f907059e104 - - - - - -] Attempt 1 to provision port 9e3e3008-ac03-49c3-b918-dfef754c2189 2026-08-19 00:37:19.633 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 71625e95-e995-442c-b8d6-940e06903528 2026-08-19 00:37:19.797 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 9e3e3008-ac03-49c3-b918-dfef754c2189 2026-08-19 00:37:22.073 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 0d5b3046-f874-4591-a058-67a66dbdcceb 2026-08-19 00:37:22.260 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-f2798bc1-0026-4893-aa9c-a068a3be22c6'] response: {'server_uuid': '9bf55bef-7a85-4343-a89e-020c667fe4f5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0d5b3046-f874-4591-a058-67a66dbdcceb', 'code': 200} 2026-08-19 00:37:23.736 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 0d5b3046-f874-4591-a058-67a66dbdcceb 2026-08-19 00:37:31.557 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7abd953d-3d1c-4018-b683-b67fdb1e4f04 2026-08-19 00:37:31.913 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port de801227-8423-4634-ad2e-933346892271 2026-08-19 00:37:33.203 12 INFO neutron.plugins.ml2.plugin [None req-e06d9335-b52d-452a-b740-a2b50e0237d7 - - - - - -] Attempt 1 to provision port 7abd953d-3d1c-4018-b683-b67fdb1e4f04 2026-08-19 00:37:33.525 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7abd953d-3d1c-4018-b683-b67fdb1e4f04 2026-08-19 00:37:33.829 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port de801227-8423-4634-ad2e-933346892271 2026-08-19 00:37:36.788 12 INFO neutron.plugins.ml2.plugin [None req-b5a5ead3-2ea7-4785-b99a-00391ed4d994 - - - - - -] Attempt 1 to provision port 67fadc52-fe7e-4aed-ba74-fcda3d52122a 2026-08-19 00:37:36.813 12 INFO neutron.plugins.ml2.plugin [None req-b5a5ead3-2ea7-4785-b99a-00391ed4d994 - - - - - -] Attempt 1 to provision port 7abd953d-3d1c-4018-b683-b67fdb1e4f04 2026-08-19 00:37:36.859 12 INFO neutron.plugins.ml2.plugin [None req-b5a5ead3-2ea7-4785-b99a-00391ed4d994 - - - - - -] Attempt 1 to provision port d613549c-e9dc-4800-b404-e89a27026205 2026-08-19 00:37:39.567 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 186f52b6-b53c-4230-be90-c890c7d2f44e 2026-08-19 00:37:41.649 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port f81199cd-c84c-4559-a556-95449cd13ff5 2026-08-19 00:37:42.078 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 186f52b6-b53c-4230-be90-c890c7d2f44e 2026-08-19 00:37:43.069 12 INFO neutron.plugins.ml2.plugin [None req-5de6c4f0-0136-42c8-96a2-58d4c01b92e1 - - - - - -] Attempt 1 to provision port 67fadc52-fe7e-4aed-ba74-fcda3d52122a 2026-08-19 00:37:43.094 12 INFO neutron.plugins.ml2.plugin [None req-5de6c4f0-0136-42c8-96a2-58d4c01b92e1 - - - - - -] Attempt 1 to provision port 18ed8ef9-3e85-49ae-88cd-91df0a76ede9 2026-08-19 00:37:43.121 12 INFO neutron.plugins.ml2.plugin [None req-5de6c4f0-0136-42c8-96a2-58d4c01b92e1 - - - - - -] Attempt 1 to provision port 99289bf1-1278-4016-848b-ca0b0da9a855 2026-08-19 00:37:43.142 12 INFO neutron.plugins.ml2.plugin [None req-5de6c4f0-0136-42c8-96a2-58d4c01b92e1 - - - - - -] Attempt 1 to provision port f81199cd-c84c-4559-a556-95449cd13ff5 2026-08-19 00:37:44.158 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port df8b05a9-5e4a-4e74-ac2e-54002fd3c2ee 2026-08-19 00:37:44.444 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-1530f08a-3efe-4831-a1bd-6754bc579c78'] response: {'server_uuid': '1e36c3c7-1168-4de8-a21d-12697296e432', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'df8b05a9-5e4a-4e74-ac2e-54002fd3c2ee', 'code': 200} 2026-08-19 00:37:44.522 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port f81199cd-c84c-4559-a556-95449cd13ff5 2026-08-19 00:37:45.631 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port df8b05a9-5e4a-4e74-ac2e-54002fd3c2ee 2026-08-19 00:37:46.232 12 INFO neutron.plugins.ml2.plugin [None req-caa5ffcb-d3a0-43af-98b2-7042e1812a04 - - - - - -] Attempt 1 to provision port 67fadc52-fe7e-4aed-ba74-fcda3d52122a 2026-08-19 00:37:46.260 12 INFO neutron.plugins.ml2.plugin [None req-caa5ffcb-d3a0-43af-98b2-7042e1812a04 - - - - - -] Attempt 1 to provision port 18ed8ef9-3e85-49ae-88cd-91df0a76ede9 2026-08-19 00:37:46.289 12 INFO neutron.plugins.ml2.plugin [None req-caa5ffcb-d3a0-43af-98b2-7042e1812a04 - - - - - -] Attempt 1 to provision port f81199cd-c84c-4559-a556-95449cd13ff5 2026-08-19 00:37:48.297 12 INFO neutron.plugins.ml2.plugin [None req-09cfaa32-c822-41e1-84b3-cba26cbf96eb - - - - - -] Attempt 1 to provision port 18ed8ef9-3e85-49ae-88cd-91df0a76ede9 2026-08-19 00:37:48.345 12 INFO neutron.plugins.ml2.plugin [None req-09cfaa32-c822-41e1-84b3-cba26cbf96eb - - - - - -] Attempt 1 to provision port df8b05a9-5e4a-4e74-ac2e-54002fd3c2ee 2026-08-19 00:37:50.102 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 9ad308de-ff13-4554-80ea-976229d5e7c4 2026-08-19 00:37:50.242 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-0fd78ef5-4ee5-4b24-b131-da2a658d6009'] response: {'server_uuid': 'ab8f87c3-a73b-413d-9514-49f86b08565f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9ad308de-ff13-4554-80ea-976229d5e7c4', 'code': 200} 2026-08-19 00:37:50.674 11 INFO neutron.plugins.ml2.plugin [None req-9ccd543c-b287-44f3-9d8c-3f6d057469b0 - - - - - -] Attempt 1 to provision port 18ed8ef9-3e85-49ae-88cd-91df0a76ede9 2026-08-19 00:37:51.570 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 9ad308de-ff13-4554-80ea-976229d5e7c4 2026-08-19 00:37:51.993 12 INFO neutron.plugins.ml2.plugin [None req-56058b23-79ef-476a-b027-613ae9645e93 - - - - - -] Attempt 1 to provision port 9ad308de-ff13-4554-80ea-976229d5e7c4 2026-08-19 00:37:53.741 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port d613549c-e9dc-4800-b404-e89a27026205 2026-08-19 00:37:54.008 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 67fadc52-fe7e-4aed-ba74-fcda3d52122a 2026-08-19 00:37:55.767 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port d613549c-e9dc-4800-b404-e89a27026205 2026-08-19 00:37:55.919 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 99289bf1-1278-4016-848b-ca0b0da9a855 2026-08-19 00:37:56.179 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 67fadc52-fe7e-4aed-ba74-fcda3d52122a 2026-08-19 00:37:56.368 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 18ed8ef9-3e85-49ae-88cd-91df0a76ede9 2026-08-19 00:37:57.630 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 18ed8ef9-3e85-49ae-88cd-91df0a76ede9 2026-08-19 00:37:57.879 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 99289bf1-1278-4016-848b-ca0b0da9a855 2026-08-19 00:37:58.436 11 INFO neutron.plugins.ml2.plugin [None req-9e6ba60e-72f2-4218-af6d-0d8ae372ff59 - - - - - -] Attempt 1 to provision port 7d00f98e-2a97-4d0a-966c-1801131d35d4 2026-08-19 00:38:32.186 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 9160de52-70f8-4c20-b3fd-fff1b24fca25 2026-08-19 00:38:32.312 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-582c9d9f-516f-457c-8479-03005e9951de'] response: {'server_uuid': '968cb80c-b538-445a-a314-aa46e349365b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9160de52-70f8-4c20-b3fd-fff1b24fca25', 'code': 200} 2026-08-19 00:38:33.609 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 9160de52-70f8-4c20-b3fd-fff1b24fca25 2026-08-19 00:38:37.595 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 4126cf55-e7db-45f4-9bab-08bbbcd06a30 2026-08-19 00:38:39.729 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 4126cf55-e7db-45f4-9bab-08bbbcd06a30 2026-08-19 00:38:39.997 12 INFO neutron.plugins.ml2.plugin [None req-86903a28-7244-405b-a768-ca47af9e78e8 - - - - - -] Attempt 1 to provision port 7bf72379-8f9b-4a5f-ab04-51f82fe40b93 2026-08-19 00:38:40.370 12 INFO neutron.plugins.ml2.plugin [None req-74240371-9b87-49cd-b39a-2ac44fa35d79 - - - - - -] Attempt 1 to provision port 4126cf55-e7db-45f4-9bab-08bbbcd06a30 2026-08-19 00:38:57.910 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-801e3468-cc3c-4991-8109-4653a82bc151'] response: {'server_uuid': '968cb80c-b538-445a-a314-aa46e349365b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9160de52-70f8-4c20-b3fd-fff1b24fca25', 'code': 200} 2026-08-19 00:39:05.745 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-9b27d65b-c497-417a-933c-63d6837e8b24'] response: {'server_uuid': 'ab8f87c3-a73b-413d-9514-49f86b08565f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9ad308de-ff13-4554-80ea-976229d5e7c4', 'code': 200} 2026-08-19 00:39:21.617 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 32935894-8a2e-4ad4-802a-608c13d7001e 2026-08-19 00:39:22.042 11 INFO neutron.plugins.ml2.plugin [None req-a24b0882-857c-4e63-9a11-6613e94b7d06 - - - - - -] Attempt 1 to provision port 32935894-8a2e-4ad4-802a-608c13d7001e 2026-08-19 00:39:23.703 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 32935894-8a2e-4ad4-802a-608c13d7001e 2026-08-19 00:39:23.899 11 INFO neutron.plugins.ml2.plugin [None req-20c5fcfb-fb90-48dd-a9e2-0c1323ea1cb1 - - - - - -] Attempt 1 to provision port b5a2cddc-a5e4-4c29-bb9e-efb534a21be1 2026-08-19 00:39:25.134 12 INFO neutron.plugins.ml2.plugin [None req-5c287082-065f-4158-adf8-5cf7bf7b376b - - - - - -] Attempt 1 to provision port 7fe59eaa-9783-40cf-814e-36b6454b8b22 2026-08-19 00:39:25.184 12 INFO neutron.plugins.ml2.plugin [None req-5c287082-065f-4158-adf8-5cf7bf7b376b - - - - - -] Attempt 1 to provision port 32935894-8a2e-4ad4-802a-608c13d7001e 2026-08-19 00:39:25.249 12 INFO neutron.plugins.ml2.plugin [None req-5c287082-065f-4158-adf8-5cf7bf7b376b - - - - - -] Attempt 1 to provision port 32719297-ffc9-4221-8c70-1a52fa1c9fb0 2026-08-19 00:39:25.658 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port b5a2cddc-a5e4-4c29-bb9e-efb534a21be1 2026-08-19 00:39:28.508 11 INFO neutron.plugins.ml2.plugin [None req-826236d0-9dab-4f0e-87f1-1c132fc5451d - - - - - -] Attempt 1 to provision port 32719297-ffc9-4221-8c70-1a52fa1c9fb0 2026-08-19 00:39:31.387 12 INFO neutron.plugins.ml2.plugin [None req-ff292fb9-9ae7-4ace-a058-9cb3721fe877 - - - - - -] Attempt 1 to provision port 32719297-ffc9-4221-8c70-1a52fa1c9fb0 2026-08-19 00:39:36.730 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 4ff3b758-f816-4bec-9367-50184102906f 2026-08-19 00:39:36.836 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-50dfc0e9-1b25-41ca-9bce-7676f0b22abe'] response: {'server_uuid': '82c61604-9570-4c25-bcd7-e880a0e81560', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4ff3b758-f816-4bec-9367-50184102906f', 'code': 200} 2026-08-19 00:39:37.556 11 INFO neutron.plugins.ml2.plugin [None req-a73bb97a-9186-4412-85e7-8320a17cc3bd - - - - - -] Attempt 1 to provision port 7bc90055-f61c-4f5d-a352-b8db67863189 2026-08-19 00:39:37.775 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 4ff3b758-f816-4bec-9367-50184102906f 2026-08-19 00:39:38.078 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7bc90055-f61c-4f5d-a352-b8db67863189 2026-08-19 00:39:41.664 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7fe59eaa-9783-40cf-814e-36b6454b8b22 2026-08-19 00:39:41.965 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 32719297-ffc9-4221-8c70-1a52fa1c9fb0 2026-08-19 00:39:43.627 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7fe59eaa-9783-40cf-814e-36b6454b8b22 2026-08-19 00:39:43.804 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 32719297-ffc9-4221-8c70-1a52fa1c9fb0 2026-08-19 00:39:55.650 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port e37da9f9-bb68-4c81-af10-f98e6dcc5d17 2026-08-19 00:39:56.096 11 INFO neutron.plugins.ml2.plugin [None req-913ac634-3f76-4c4c-83e5-63a819468795 - - - - - -] Attempt 1 to provision port e37da9f9-bb68-4c81-af10-f98e6dcc5d17 2026-08-19 00:39:57.704 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 98c42d5f-a6ab-4c29-89bb-41a2845dbafe 2026-08-19 00:39:58.007 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port e37da9f9-bb68-4c81-af10-f98e6dcc5d17 2026-08-19 00:39:59.220 12 INFO neutron.plugins.ml2.plugin [None req-30e46c83-5cfe-43d2-8ae6-dc6aad614fed - - - - - -] Attempt 1 to provision port e6111d96-0392-43d1-9057-078da4e4c1eb 2026-08-19 00:39:59.254 12 INFO neutron.plugins.ml2.plugin [None req-30e46c83-5cfe-43d2-8ae6-dc6aad614fed - - - - - -] Attempt 1 to provision port 312793a1-04b8-4416-9c1f-1f31eb1d4409 2026-08-19 00:39:59.288 12 INFO neutron.plugins.ml2.plugin [None req-30e46c83-5cfe-43d2-8ae6-dc6aad614fed - - - - - -] Attempt 1 to provision port e37da9f9-bb68-4c81-af10-f98e6dcc5d17 2026-08-19 00:39:59.646 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 98c42d5f-a6ab-4c29-89bb-41a2845dbafe 2026-08-19 00:40:03.713 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port c198518b-44b0-4334-b821-6853a312178f 2026-08-19 00:40:04.258 12 INFO neutron.plugins.ml2.plugin [None req-9a92e6f1-32a8-4c18-9b5a-e1fcd864d785 - - - - - -] Attempt 1 to provision port 92f214c5-c2dd-4263-9e9b-855b878d60d2 2026-08-19 00:40:05.688 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 92f214c5-c2dd-4263-9e9b-855b878d60d2 2026-08-19 00:40:05.962 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port c198518b-44b0-4334-b821-6853a312178f 2026-08-19 00:40:07.714 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 05bcc80c-a4bf-49ec-90d3-5801f7b84e93 2026-08-19 00:40:08.158 12 INFO neutron.plugins.ml2.plugin [None req-deb62c47-e04a-4eff-aa2f-4accef4bed6d - - - - - -] Attempt 1 to provision port 9da364be-c64a-441b-90ad-a89ae59f3d4b 2026-08-19 00:40:08.189 11 INFO neutron.plugins.ml2.plugin [None req-bb3a6313-6230-4cf4-b5e8-ae7bac5b56cc - - - - - -] Attempt 1 to provision port e6111d96-0392-43d1-9057-078da4e4c1eb 2026-08-19 00:40:08.221 11 INFO neutron.plugins.ml2.plugin [None req-bb3a6313-6230-4cf4-b5e8-ae7bac5b56cc - - - - - -] Attempt 1 to provision port 05bcc80c-a4bf-49ec-90d3-5801f7b84e93 2026-08-19 00:40:08.281 11 INFO neutron.plugins.ml2.plugin [None req-bb3a6313-6230-4cf4-b5e8-ae7bac5b56cc - - - - - -] Attempt 1 to provision port 92f214c5-c2dd-4263-9e9b-855b878d60d2 2026-08-19 00:40:09.714 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 05bcc80c-a4bf-49ec-90d3-5801f7b84e93 2026-08-19 00:40:10.000 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 9da364be-c64a-441b-90ad-a89ae59f3d4b 2026-08-19 00:40:11.700 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 54d0b2af-e70e-4a16-9a74-e7734aca9846 2026-08-19 00:40:13.692 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 54d0b2af-e70e-4a16-9a74-e7734aca9846 2026-08-19 00:40:18.764 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 312793a1-04b8-4416-9c1f-1f31eb1d4409 2026-08-19 00:40:19.049 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port d538e444-09bb-4130-a8dd-60fa8966ac40 2026-08-19 00:40:19.196 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-dade1cdb-8cd3-4c79-9342-ad6c53852de1'] response: {'server_uuid': '6f7a850a-33aa-4991-8978-cfacc205dc5b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd538e444-09bb-4130-a8dd-60fa8966ac40', 'code': 200} 2026-08-19 00:40:19.475 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 98038ac7-fa52-40c3-b6ec-54c24fdd33f0 2026-08-19 00:40:20.384 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 312793a1-04b8-4416-9c1f-1f31eb1d4409 2026-08-19 00:40:20.567 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port e6111d96-0392-43d1-9057-078da4e4c1eb 2026-08-19 00:40:20.862 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 98038ac7-fa52-40c3-b6ec-54c24fdd33f0 2026-08-19 00:40:21.156 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port d538e444-09bb-4130-a8dd-60fa8966ac40 2026-08-19 00:40:21.425 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port 92f214c5-c2dd-4263-9e9b-855b878d60d2 2026-08-19 00:40:21.487 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port 766c1a6d-1abf-4d89-8aa9-313f17ff8e3d 2026-08-19 00:40:21.515 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port 05bcc80c-a4bf-49ec-90d3-5801f7b84e93 2026-08-19 00:40:21.551 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port e6111d96-0392-43d1-9057-078da4e4c1eb 2026-08-19 00:40:21.625 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port 5356586f-b945-4b0f-966d-f643d7e25fd8 2026-08-19 00:40:21.652 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port 54d0b2af-e70e-4a16-9a74-e7734aca9846 2026-08-19 00:40:21.699 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port cc1280ba-026d-4946-805c-970abf7ec5b9 2026-08-19 00:40:21.724 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port 43a56a8d-e487-4bcf-a990-b4a4bd18e519 2026-08-19 00:40:21.748 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port ed9e8ced-f120-4137-bb4f-4471c0cc0e25 2026-08-19 00:40:21.768 12 INFO neutron.plugins.ml2.plugin [None req-be862274-5538-4d69-8c26-ef83eb18f0a4 - - - - - -] Attempt 1 to provision port 98038ac7-fa52-40c3-b6ec-54c24fdd33f0 2026-08-19 00:40:22.369 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port cc1280ba-026d-4946-805c-970abf7ec5b9 2026-08-19 00:40:22.764 12 INFO neutron.plugins.ml2.plugin [None req-6438ae4a-7570-430a-b808-81ac26e48124 - - - - - -] Attempt 1 to provision port e6111d96-0392-43d1-9057-078da4e4c1eb 2026-08-19 00:40:25.002 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port faaaccc4-2446-41da-98e8-fe2e39f2717a 2026-08-19 00:40:25.103 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-2b1cb759-2cfc-4a61-b208-6c21a3f4d685'] response: {'server_uuid': '26d5aa91-be69-4cd5-9717-b2b2fe79da9a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'faaaccc4-2446-41da-98e8-fe2e39f2717a', 'code': 200} 2026-08-19 00:40:25.449 12 INFO neutron.plugins.ml2.plugin [None req-727834ff-553c-43b0-8b43-ba8ce1e292be - - - - - -] Attempt 1 to provision port cc1280ba-026d-4946-805c-970abf7ec5b9 2026-08-19 00:40:25.624 12 INFO neutron.plugins.ml2.plugin [None req-727834ff-553c-43b0-8b43-ba8ce1e292be - - - - - -] Attempt 1 to provision port ed9e8ced-f120-4137-bb4f-4471c0cc0e25 2026-08-19 00:40:26.396 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port faaaccc4-2446-41da-98e8-fe2e39f2717a 2026-08-19 00:40:26.601 12 INFO neutron.plugins.ml2.plugin [None req-727834ff-553c-43b0-8b43-ba8ce1e292be - - - - - -] Attempt 1 to provision port 43a56a8d-e487-4bcf-a990-b4a4bd18e519 2026-08-19 00:40:26.969 12 INFO neutron.plugins.ml2.plugin [None req-727834ff-553c-43b0-8b43-ba8ce1e292be - - - - - -] Attempt 1 to provision port 5356586f-b945-4b0f-966d-f643d7e25fd8 2026-08-19 00:40:27.285 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port ed9e8ced-f120-4137-bb4f-4471c0cc0e25 2026-08-19 00:40:28.404 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 43a56a8d-e487-4bcf-a990-b4a4bd18e519 2026-08-19 00:40:28.790 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 766c1a6d-1abf-4d89-8aa9-313f17ff8e3d 2026-08-19 00:40:29.076 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port fbaa19bc-2124-48b6-bcf6-942bee3953a9 2026-08-19 00:40:29.093 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 5356586f-b945-4b0f-966d-f643d7e25fd8 2026-08-19 00:40:29.284 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port 766c1a6d-1abf-4d89-8aa9-313f17ff8e3d 2026-08-19 00:40:29.295 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port fbaa19bc-2124-48b6-bcf6-942bee3953a9 2026-08-19 00:40:29.336 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port 05bcc80c-a4bf-49ec-90d3-5801f7b84e93 2026-08-19 00:40:29.392 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port 5356586f-b945-4b0f-966d-f643d7e25fd8 2026-08-19 00:40:29.441 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port faaaccc4-2446-41da-98e8-fe2e39f2717a 2026-08-19 00:40:29.488 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port 54d0b2af-e70e-4a16-9a74-e7734aca9846 2026-08-19 00:40:29.540 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port d538e444-09bb-4130-a8dd-60fa8966ac40 2026-08-19 00:40:29.587 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port 43a56a8d-e487-4bcf-a990-b4a4bd18e519 2026-08-19 00:40:29.631 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port ed9e8ced-f120-4137-bb4f-4471c0cc0e25 2026-08-19 00:40:29.704 11 INFO neutron.plugins.ml2.plugin [None req-655957c2-f14e-4734-832a-f034fea420d8 - - - - - -] Attempt 1 to provision port 98038ac7-fa52-40c3-b6ec-54c24fdd33f0 2026-08-19 00:40:30.473 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 766c1a6d-1abf-4d89-8aa9-313f17ff8e3d 2026-08-19 00:40:30.902 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port fbaa19bc-2124-48b6-bcf6-942bee3953a9 2026-08-19 00:40:35.296 11 INFO neutron.plugins.ml2.plugin [None req-d78de143-3e35-4d9b-8e5c-a5030296131d - - - - - -] Attempt 1 to provision port 5356586f-b945-4b0f-966d-f643d7e25fd8 2026-08-19 00:40:35.359 11 INFO neutron.plugins.ml2.plugin [None req-d78de143-3e35-4d9b-8e5c-a5030296131d - - - - - -] Attempt 1 to provision port faaaccc4-2446-41da-98e8-fe2e39f2717a 2026-08-19 00:40:35.423 11 INFO neutron.plugins.ml2.plugin [None req-d78de143-3e35-4d9b-8e5c-a5030296131d - - - - - -] Attempt 1 to provision port 54d0b2af-e70e-4a16-9a74-e7734aca9846 2026-08-19 00:40:35.474 11 INFO neutron.plugins.ml2.plugin [None req-d78de143-3e35-4d9b-8e5c-a5030296131d - - - - - -] Attempt 1 to provision port 766c1a6d-1abf-4d89-8aa9-313f17ff8e3d 2026-08-19 00:40:35.516 11 INFO neutron.plugins.ml2.plugin [None req-d78de143-3e35-4d9b-8e5c-a5030296131d - - - - - -] Attempt 1 to provision port 43a56a8d-e487-4bcf-a990-b4a4bd18e519 2026-08-19 00:40:35.559 11 INFO neutron.plugins.ml2.plugin [None req-d78de143-3e35-4d9b-8e5c-a5030296131d - - - - - -] Attempt 1 to provision port ed9e8ced-f120-4137-bb4f-4471c0cc0e25 2026-08-19 00:40:35.611 11 INFO neutron.plugins.ml2.plugin [None req-d78de143-3e35-4d9b-8e5c-a5030296131d - - - - - -] Attempt 1 to provision port 98038ac7-fa52-40c3-b6ec-54c24fdd33f0 2026-08-19 00:40:39.085 11 INFO neutron.plugins.ml2.plugin [None req-f71b2889-2fcf-4a32-9474-aca8cbad7251 - - - - - -] Attempt 1 to provision port 43a56a8d-e487-4bcf-a990-b4a4bd18e519 2026-08-19 00:40:39.160 11 INFO neutron.plugins.ml2.plugin [None req-f71b2889-2fcf-4a32-9474-aca8cbad7251 - - - - - -] Attempt 1 to provision port 766c1a6d-1abf-4d89-8aa9-313f17ff8e3d 2026-08-19 00:40:39.217 11 INFO neutron.plugins.ml2.plugin [None req-f71b2889-2fcf-4a32-9474-aca8cbad7251 - - - - - -] Attempt 1 to provision port 5356586f-b945-4b0f-966d-f643d7e25fd8 2026-08-19 00:40:40.446 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 479047e8-b174-4345-a007-36440776e3ee 2026-08-19 00:40:40.601 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-6ffd2fb5-82f3-4d49-b663-452073c1b8e2'] response: {'server_uuid': 'a147ec99-cbc9-4d8a-816e-686e0bd1252e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '479047e8-b174-4345-a007-36440776e3ee', 'code': 200} 2026-08-19 00:40:42.161 11 INFO neutron.plugins.ml2.plugin [None req-8a9b6f33-8edf-4ffd-a0aa-c465730c8774 - - - - - -] Attempt 1 to provision port 43a56a8d-e487-4bcf-a990-b4a4bd18e519 2026-08-19 00:40:42.235 11 INFO neutron.plugins.ml2.plugin [None req-8a9b6f33-8edf-4ffd-a0aa-c465730c8774 - - - - - -] Attempt 1 to provision port 766c1a6d-1abf-4d89-8aa9-313f17ff8e3d 2026-08-19 00:40:42.420 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 479047e8-b174-4345-a007-36440776e3ee 2026-08-19 00:40:44.611 12 INFO neutron.plugins.ml2.plugin [None req-f4ca1537-6bb1-4745-a67b-145556ca347a - - - - - -] Attempt 1 to provision port faaaccc4-2446-41da-98e8-fe2e39f2717a 2026-08-19 00:40:44.681 12 INFO neutron.plugins.ml2.plugin [None req-f4ca1537-6bb1-4745-a67b-145556ca347a - - - - - -] Attempt 1 to provision port 479047e8-b174-4345-a007-36440776e3ee 2026-08-19 00:41:13.849 11 INFO neutron.plugins.ml2.plugin [None req-e5017175-2399-4d2b-89e9-ab40c57a57d8 - - - - - -] Attempt 1 to provision port d42cd9d7-9af5-43be-9c36-c864a191c9dd 2026-08-19 00:41:36.926 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port cfd880f4-41ca-4075-81bb-d596db062029 2026-08-19 00:41:37.057 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-35ad3d78-a12e-4241-962c-08a2fcaaebd7'] response: {'server_uuid': '00bc56c6-88f9-48e2-a0ad-e40c3e066331', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cfd880f4-41ca-4075-81bb-d596db062029', 'code': 200} 2026-08-19 00:41:38.393 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port cfd880f4-41ca-4075-81bb-d596db062029 2026-08-19 00:42:17.955 12 INFO neutron.plugins.ml2.plugin [None req-d59b1ae6-3aea-439f-89b2-3ecf92554164 - - - - - -] Attempt 1 to provision port 3b109ee9-f424-45fb-840b-27c1965c9715 2026-08-19 00:42:24.448 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 3b109ee9-f424-45fb-840b-27c1965c9715 2026-08-19 00:42:24.610 11 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-6c275a81-f6af-4507-b458-e952efddb1c2'] response: {'server_uuid': '00bc56c6-88f9-48e2-a0ad-e40c3e066331', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3b109ee9-f424-45fb-840b-27c1965c9715', 'code': 200} 2026-08-19 00:42:26.432 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 3b109ee9-f424-45fb-840b-27c1965c9715 2026-08-19 00:42:28.944 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 3b109ee9-f424-45fb-840b-27c1965c9715 2026-08-19 00:42:54.611 12 INFO neutron.plugins.ml2.plugin [None req-b7686198-2045-496c-954f-49a6d434faec - - - - - -] Attempt 1 to provision port 4d317d85-c816-4700-823a-1d75f2459870 2026-08-19 00:43:02.030 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 4d317d85-c816-4700-823a-1d75f2459870 2026-08-19 00:43:02.241 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-c95e66a0-ff63-45bb-ac23-7a9bdae2ab11'] response: {'server_uuid': '00bc56c6-88f9-48e2-a0ad-e40c3e066331', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4d317d85-c816-4700-823a-1d75f2459870', 'code': 200} 2026-08-19 00:43:02.628 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 4d317d85-c816-4700-823a-1d75f2459870 2026-08-19 00:43:16.531 11 INFO neutron.plugins.ml2.plugin [None req-44903d9b-277b-4f56-b9bb-611dc22151e1 - - - - - -] Attempt 1 to provision port 7e2fd56b-8e3f-4f7d-a9e4-bb05894c40ab 2026-08-19 00:43:22.683 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7e2fd56b-8e3f-4f7d-a9e4-bb05894c40ab 2026-08-19 00:43:22.794 12 INFO neutron.notifiers.nova [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Nova event matching ['req-a2598ab7-229b-4470-b096-b7942e96e7bd'] response: {'server_uuid': '00bc56c6-88f9-48e2-a0ad-e40c3e066331', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7e2fd56b-8e3f-4f7d-a9e4-bb05894c40ab', 'code': 200} 2026-08-19 00:43:24.628 11 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7e2fd56b-8e3f-4f7d-a9e4-bb05894c40ab 2026-08-19 00:43:26.652 11 INFO neutron.plugins.ml2.plugin [None req-ab035147-2d9b-4e64-bf93-f45943d92d46 - - - - - -] Attempt 1 to provision port 4d317d85-c816-4700-823a-1d75f2459870 2026-08-19 00:43:26.783 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 4d317d85-c816-4700-823a-1d75f2459870 2026-08-19 00:43:40.116 12 INFO neutron.plugins.ml2.plugin [None req-2f11e897-0087-4f8f-9abd-6006e0236410 - - - - - -] Attempt 1 to provision port 7e2fd56b-8e3f-4f7d-a9e4-bb05894c40ab 2026-08-19 00:43:40.709 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 7e2fd56b-8e3f-4f7d-a9e4-bb05894c40ab 2026-08-19 00:43:41.498 11 INFO neutron.plugins.ml2.plugin [None req-f81ef917-94f9-4bcb-a456-654887aa96d5 - - - - - -] Attempt 1 to provision port 7e2fd56b-8e3f-4f7d-a9e4-bb05894c40ab 2026-08-19 00:43:50.166 11 INFO neutron.plugins.ml2.plugin [None req-561a2e6e-32c5-4ecf-9617-d138689b51b2 - - - - - -] Attempt 1 to provision port 4d317d85-c816-4700-823a-1d75f2459870 2026-08-19 00:43:50.704 12 INFO neutron.plugins.ml2.plugin [None req-20d2551d-a202-4a2c-a275-b7a7952e8934 - - - - - -] Attempt 1 to provision port 4d317d85-c816-4700-823a-1d75f2459870