+ 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-26 04:37:09.119 1 INFO neutron.common.config [-] Logging enabled! 2026-08-26 04:37:09.119 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.14.dev6 2026-08-26 04:37:09.119 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-08-26 04:37:09.120 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-26 04:37:10.010 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-26 04:37:10.013 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-26 04:37:10.016 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-26 04:37:10.017 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-26 04:37:10.017 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-26 04:37:10.017 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-26 04:37:10.017 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-26 04:37:10.023 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-26 04:37:10.024 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-26 04:37:10.024 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-26 04:37:10.042 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-26 04:37:10.043 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-26 04:37:10.043 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-26 04:37:10.082 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-26 04:37:10.082 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-26 04:37:10.082 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-26 04:37:10.082 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-26 04:37:10.377 1 INFO neutron.plugins.ml2.managers [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] Initializing driver for type 'vlan' 2026-08-26 04:37:10.546 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] VlanTypeDriver initialization complete 2026-08-26 04:37:10.546 1 INFO neutron.plugins.ml2.managers [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] Initializing driver for type 'vxlan' 2026-08-26 04:37:10.546 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-26 04:37:10.597 1 INFO neutron.plugins.ml2.managers [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-26 04:37:10.598 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-26 04:37:10.598 1 INFO neutron.plugins.ml2.managers [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] Initializing extension driver 'port_security' 2026-08-26 04:37:10.598 1 INFO neutron.plugins.ml2.extensions.port_security [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-26 04:37:10.598 1 INFO neutron.plugins.ml2.managers [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] Initializing extension driver 'qos' 2026-08-26 04:37:10.598 1 INFO neutron.plugins.ml2.managers [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-26 04:37:10.598 1 INFO neutron.plugins.ml2.managers [None req-7b181981-4503-4911-ab17-7c77dfcaa817 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-26 04:37:10.612 1 INFO neutron.quota [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded quota_driver: . 2026-08-26 04:37:10.613 1 INFO neutron.plugins.ml2.plugin [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Modular L2 Plugin initialization complete 2026-08-26 04:37:10.613 1 INFO neutron.plugins.ml2.managers [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-26 04:37:10.613 1 INFO neutron.plugins.ml2.managers [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-26 04:37:10.613 1 INFO neutron.plugins.ml2.managers [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-26 04:37:10.613 1 INFO neutron.extensions.vlantransparent [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Disabled vlantransparent extension. 2026-08-26 04:37:10.613 1 INFO neutron.extensions.qinq [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Disabled VLAN QinQ extension. 2026-08-26 04:37:10.614 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: qos 2026-08-26 04:37:10.625 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: router 2026-08-26 04:37:10.664 1 INFO neutron.services.service_base [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-26 04:37:10.664 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: segments 2026-08-26 04:37:10.737 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: trunk 2026-08-26 04:37:10.750 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: vpnaas 2026-08-26 04:37:10.781 1 WARNING stevedore.named [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-26 04:37:10.781 1 WARNING stevedore.named [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-26 04:37:10.982 1 INFO neutron_vpnaas.services.vpn.plugin [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-26 04:37:10.983 1 INFO neutron.common.utils [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-26 04:37:10.983 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: taas 2026-08-26 04:37:11.004 1 WARNING stevedore.named [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-26 04:37:11.027 1 INFO neutron_taas.services.taas.taas_plugin [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-26 04:37:11.028 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: tapmirror 2026-08-26 04:37:11.039 1 WARNING stevedore.named [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-26 04:37:11.055 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-26 04:37:11.055 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: auto_allocate 2026-08-26 04:37:11.063 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: tag 2026-08-26 04:37:11.071 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: timestamp 2026-08-26 04:37:11.073 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: network_ip_availability 2026-08-26 04:37:11.076 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: flavors 2026-08-26 04:37:11.079 1 INFO neutron.manager [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loading Plugin: revisions 2026-08-26 04:37:11.081 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Initializing extension manager. 2026-08-26 04:37:11.083 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: address-group 2026-08-26 04:37:11.084 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: address-scope 2026-08-26 04:37:11.084 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-26 04:37:11.085 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: agent 2026-08-26 04:37:11.086 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: agent-resources-synced 2026-08-26 04:37:11.087 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-26 04:37:11.087 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-26 04:37:11.088 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: availability_zone 2026-08-26 04:37:11.088 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: availability_zone_filter 2026-08-26 04:37:11.089 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-26 04:37:11.089 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: default-subnetpools 2026-08-26 04:37:11.090 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-26 04:37:11.091 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: dns-integration 2026-08-26 04:37:11.091 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: dns-domain-ports 2026-08-26 04:37:11.092 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-26 04:37:11.092 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: dvr 2026-08-26 04:37:11.093 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-26 04:37:11.093 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: empty-string-filtering 2026-08-26 04:37:11.094 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-26 04:37:11.094 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-26 04:37:11.094 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: external-net 2026-08-26 04:37:11.095 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-26 04:37:11.095 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: extraroute 2026-08-26 04:37:11.096 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: extraroute-atomic 2026-08-26 04:37:11.096 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-26 04:37:11.097 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-26 04:37:11.097 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-26 04:37:11.098 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-26 04:37:11.098 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: fip-port-details 2026-08-26 04:37:11.099 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: flavors 2026-08-26 04:37:11.099 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-26 04:37:11.100 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: floatingip-pools 2026-08-26 04:37:11.101 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: ip_allocation 2026-08-26 04:37:11.101 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-26 04:37:11.102 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: l2_adjacency 2026-08-26 04:37:11.102 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: router 2026-08-26 04:37:11.104 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-26 04:37:11.104 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-26 04:37:11.105 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-26 04:37:11.105 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: ext-gw-mode 2026-08-26 04:37:11.106 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: l3-ha 2026-08-26 04:37:11.106 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-26 04:37:11.106 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-26 04:37:11.107 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: l3-flavors 2026-08-26 04:37:11.108 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-26 04:37:11.108 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-26 04:37:11.110 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-26 04:37:11.111 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-26 04:37:11.112 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-26 04:37:11.112 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-26 04:37:11.113 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-26 04:37:11.113 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: multi-provider 2026-08-26 04:37:11.114 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: net-mtu 2026-08-26 04:37:11.114 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: net-mtu-writable 2026-08-26 04:37:11.115 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: network_availability_zone 2026-08-26 04:37:11.115 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: network_ha 2026-08-26 04:37:11.116 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: network-ip-availability 2026-08-26 04:37:11.117 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-26 04:37:11.117 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: pagination 2026-08-26 04:37:11.118 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-device-profile 2026-08-26 04:37:11.118 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-26 04:37:11.118 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-26 04:37:11.119 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-26 04:37:11.119 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-mac-override 2026-08-26 04:37:11.120 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-26 04:37:11.120 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-26 04:37:11.121 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-26 04:37:11.121 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-resource-request 2026-08-26 04:37:11.121 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-26 04:37:11.122 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-26 04:37:11.122 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: binding 2026-08-26 04:37:11.123 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: binding-extended 2026-08-26 04:37:11.123 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-security 2026-08-26 04:37:11.124 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: project-id 2026-08-26 04:37:11.124 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: provider 2026-08-26 04:37:11.125 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-26 04:37:11.126 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos 2026-08-26 04:37:11.127 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-26 04:37:11.127 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-26 04:37:11.128 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-default 2026-08-26 04:37:11.128 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-fip 2026-08-26 04:37:11.129 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-26 04:37:11.129 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-26 04:37:11.130 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-26 04:37:11.130 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-26 04:37:11.130 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-26 04:37:11.131 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-pps 2026-08-26 04:37:11.132 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-26 04:37:11.132 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-26 04:37:11.132 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: qos-rules-alias 2026-08-26 04:37:11.133 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: quota-check-limit 2026-08-26 04:37:11.134 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-26 04:37:11.135 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: quotas 2026-08-26 04:37:11.138 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: quota_details 2026-08-26 04:37:11.139 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: rbac-policies 2026-08-26 04:37:11.139 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: rbac-address-group 2026-08-26 04:37:11.140 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: rbac-address-scope 2026-08-26 04:37:11.140 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: rbac-security-groups 2026-08-26 04:37:11.141 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-26 04:37:11.141 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: revision-if-match 2026-08-26 04:37:11.142 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-26 04:37:11.142 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: router_availability_zone 2026-08-26 04:37:11.143 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-26 04:37:11.144 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-26 04:37:11.144 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-26 04:37:11.145 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-26 04:37:11.145 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-26 04:37:11.146 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-26 04:37:11.146 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-26 04:37:11.150 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: security-group 2026-08-26 04:37:11.151 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: segment 2026-08-26 04:37:11.151 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-26 04:37:11.152 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: service-type 2026-08-26 04:37:11.152 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: sorting 2026-08-26 04:37:11.152 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: standard-attr-segment 2026-08-26 04:37:11.153 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: standard-attr-description 2026-08-26 04:37:11.153 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: stateful-security-group 2026-08-26 04:37:11.154 1 WARNING neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-26 04:37:11.154 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-26 04:37:11.155 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: subnet-external-network 2026-08-26 04:37:11.155 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: subnet_onboard 2026-08-26 04:37:11.156 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-26 04:37:11.156 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: subnet-service-types 2026-08-26 04:37:11.157 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: subnet_allocation 2026-08-26 04:37:11.157 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-26 04:37:11.158 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: tag-creation 2026-08-26 04:37:11.158 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-26 04:37:11.161 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: standard-attr-tag 2026-08-26 04:37:11.162 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-26 04:37:11.162 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: trunk 2026-08-26 04:37:11.163 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: trunk-details 2026-08-26 04:37:11.163 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-26 04:37:11.164 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-26 04:37:11.164 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-26 04:37:11.165 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-26 04:37:11.166 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-26 04:37:11.167 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-26 04:37:11.167 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: vpn-flavors 2026-08-26 04:37:11.169 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: vpnaas 2026-08-26 04:37:11.170 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: taas 2026-08-26 04:37:11.171 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: tap-mirror 2026-08-26 04:37:11.171 1 INFO neutron.api.extensions [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-26 04:37:11.173 1 INFO oslo_service.backend.eventlet.service [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Starting 2 workers 2026-08-26 04:37:11.177 1 INFO oslo_service.backend.eventlet.service [None req-b388d36a-1bd2-4020-92e2-78e6af80dc50 - - - - - -] Starting 1 workers 2026-08-26 04:37:55.021 11 INFO neutron.db.l3_hamode_db [None req-935023a1-df7d-4bda-9df7-39a787b47827 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-26 04:38:11.046 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 8bff6a30-761b-4c77-9c27-f11a7284fa58 2026-08-26 04:38:11.388 11 INFO neutron.plugins.ml2.plugin [None req-c20dfc98-af82-47fe-a61d-fa67f126cd69 - - - - - -] Attempt 1 to provision port 8bff6a30-761b-4c77-9c27-f11a7284fa58 2026-08-26 04:38:12.964 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 8bff6a30-761b-4c77-9c27-f11a7284fa58 2026-08-26 04:38:13.101 11 INFO neutron.plugins.ml2.plugin [None req-fdcc248d-eb2a-4101-aa5a-4c0856212552 - - - - - -] Attempt 1 to provision port 8bff6a30-761b-4c77-9c27-f11a7284fa58 2026-08-26 04:42:31.141 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 648a51d6-4b71-4203-8b73-c70d075d5004 2026-08-26 04:42:31.815 11 INFO neutron.plugins.ml2.plugin [None req-8e5be5a6-dbed-4294-b3a4-8ee12dea3b51 - - - - - -] Attempt 1 to provision port 648a51d6-4b71-4203-8b73-c70d075d5004 2026-08-26 04:42:33.147 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 648a51d6-4b71-4203-8b73-c70d075d5004 2026-08-26 04:42:33.466 11 INFO neutron.plugins.ml2.plugin [None req-26fee71f-c836-43f5-a2a0-d93aad4eaed0 - - - - - -] Attempt 1 to provision port 648a51d6-4b71-4203-8b73-c70d075d5004 2026-08-26 04:42:38.130 11 INFO neutron.plugins.ml2.plugin [None req-171f4fe8-9d45-4e07-9d6d-20c144cfb0e5 - - - - - -] Attempt 1 to provision port fc37d96a-1b4d-4a1e-bd59-e858df2724a7 2026-08-26 04:46:21.900 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port fc37d96a-1b4d-4a1e-bd59-e858df2724a7 2026-08-26 04:46:23.307 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port fc37d96a-1b4d-4a1e-bd59-e858df2724a7 2026-08-26 04:55:31.618 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port afa448f6-a8cf-4049-b230-58b156231018 2026-08-26 04:55:33.586 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port afa448f6-a8cf-4049-b230-58b156231018 2026-08-26 05:12:26.237 12 INFO neutron.plugins.ml2.plugin [None req-5a5f2eb2-9307-4a67-9e5c-157c1140c589 - - - - - -] Attempt 1 to provision port e9644897-fbcd-4c60-934a-81d705def3ad 2026-08-26 05:12:28.209 12 INFO neutron.plugins.ml2.plugin [None req-0bfcdb77-4816-423b-a57a-79c3ea376762 - - - - - -] Attempt 1 to provision port e9644897-fbcd-4c60-934a-81d705def3ad 2026-08-26 05:12:28.283 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port e9644897-fbcd-4c60-934a-81d705def3ad 2026-08-26 05:12:28.296 12 INFO neutron.plugins.ml2.plugin [None req-0bfcdb77-4816-423b-a57a-79c3ea376762 - - - - - -] Attempt 1 to provision port dac47125-6b26-4c9c-abf4-ce87a33b4cee 2026-08-26 05:12:28.538 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port dac47125-6b26-4c9c-abf4-ce87a33b4cee 2026-08-26 05:12:30.353 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a3577565-c375-41e6-b9bc-265dddf60938 2026-08-26 05:12:30.786 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port dac47125-6b26-4c9c-abf4-ce87a33b4cee 2026-08-26 05:12:32.237 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a3577565-c375-41e6-b9bc-265dddf60938 2026-08-26 05:12:35.334 12 INFO neutron.plugins.ml2.plugin [None req-e5581f18-868e-42a1-a799-f87292d695b4 - - - - - -] Attempt 1 to provision port e9644897-fbcd-4c60-934a-81d705def3ad 2026-08-26 05:12:35.380 12 INFO neutron.plugins.ml2.plugin [None req-e5581f18-868e-42a1-a799-f87292d695b4 - - - - - -] Attempt 1 to provision port 06928120-7979-467a-9449-4efc9809930e 2026-08-26 05:12:35.404 12 INFO neutron.plugins.ml2.plugin [None req-e5581f18-868e-42a1-a799-f87292d695b4 - - - - - -] Attempt 1 to provision port a3577565-c375-41e6-b9bc-265dddf60938 2026-08-26 05:12:38.333 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port eb856101-ff49-4eb9-bc55-a02155ed8627 2026-08-26 05:12:38.724 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 2d90c36f-7c77-4e8d-a35c-c90bc28bce40 2026-08-26 05:12:39.038 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 3b70b450-5fe1-49b0-b826-101ba167e4ed 2026-08-26 05:12:40.231 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 2d90c36f-7c77-4e8d-a35c-c90bc28bce40 2026-08-26 05:12:40.484 11 INFO neutron.plugins.ml2.plugin [None req-406c2db6-6f68-4dbd-8fb5-734f19770292 - - - - - -] Attempt 1 to provision port 3b70b450-5fe1-49b0-b826-101ba167e4ed 2026-08-26 05:12:40.831 11 INFO neutron.plugins.ml2.plugin [None req-406c2db6-6f68-4dbd-8fb5-734f19770292 - - - - - -] Attempt 1 to provision port eb856101-ff49-4eb9-bc55-a02155ed8627 2026-08-26 05:12:42.253 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port ed437c61-8ca2-4717-ac7d-8ef087de65ac 2026-08-26 05:12:42.551 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 7df64ac8-be8e-4228-949c-e5a88895bc97 2026-08-26 05:12:43.440 11 INFO neutron.plugins.ml2.plugin [None req-27b9b3e3-c765-44ee-b727-471e4ceaf352 - - - - - -] Attempt 1 to provision port 2d90c36f-7c77-4e8d-a35c-c90bc28bce40 2026-08-26 05:12:43.498 11 INFO neutron.plugins.ml2.plugin [None req-27b9b3e3-c765-44ee-b727-471e4ceaf352 - - - - - -] Attempt 1 to provision port 06928120-7979-467a-9449-4efc9809930e 2026-08-26 05:12:43.523 11 INFO neutron.plugins.ml2.plugin [None req-27b9b3e3-c765-44ee-b727-471e4ceaf352 - - - - - -] Attempt 1 to provision port 05ff6b4e-fc28-482e-b70d-bf9f4757e345 2026-08-26 05:12:43.557 11 INFO neutron.plugins.ml2.plugin [None req-27b9b3e3-c765-44ee-b727-471e4ceaf352 - - - - - -] Attempt 1 to provision port a3577565-c375-41e6-b9bc-265dddf60938 2026-08-26 05:12:44.313 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port ed437c61-8ca2-4717-ac7d-8ef087de65ac 2026-08-26 05:12:44.566 11 INFO neutron.plugins.ml2.plugin [None req-c8a7dc7e-f1ed-4a54-b515-ae15111a2146 - - - - - -] Attempt 1 to provision port 7df64ac8-be8e-4228-949c-e5a88895bc97 2026-08-26 05:12:48.393 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 4e765867-98a8-4b17-9ea1-a50596792c55 2026-08-26 05:12:50.326 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 4e765867-98a8-4b17-9ea1-a50596792c55 2026-08-26 05:12:52.969 12 INFO neutron.plugins.ml2.plugin [None req-3df3440c-020e-4ec1-a969-f5d937d15191 - - - - - -] Attempt 1 to provision port 4e765867-98a8-4b17-9ea1-a50596792c55 2026-08-26 05:12:53.035 12 INFO neutron.plugins.ml2.plugin [None req-3df3440c-020e-4ec1-a969-f5d937d15191 - - - - - -] Attempt 1 to provision port 06928120-7979-467a-9449-4efc9809930e 2026-08-26 05:12:53.069 12 INFO neutron.plugins.ml2.plugin [None req-3df3440c-020e-4ec1-a969-f5d937d15191 - - - - - -] Attempt 1 to provision port e5569ed7-2c44-48ca-8a5c-d3b7d3a454b7 2026-08-26 05:12:53.095 12 INFO neutron.plugins.ml2.plugin [None req-3df3440c-020e-4ec1-a969-f5d937d15191 - - - - - -] Attempt 1 to provision port 6ee997b7-ec0c-471e-a076-d63249624201 2026-08-26 05:12:53.342 12 INFO neutron.plugins.ml2.plugin [None req-3df3440c-020e-4ec1-a969-f5d937d15191 - - - - - -] Attempt 1 to provision port 0dcf072e-d23b-4a62-b208-7472e25f791d 2026-08-26 05:12:53.385 12 INFO neutron.plugins.ml2.plugin [None req-3df3440c-020e-4ec1-a969-f5d937d15191 - - - - - -] Attempt 1 to provision port 0aef7ca2-59a1-4a60-ace5-7e9938596226 2026-08-26 05:12:53.452 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 6ee997b7-ec0c-471e-a076-d63249624201 2026-08-26 05:12:53.830 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 1dec1572-8056-437b-a500-83475057733e 2026-08-26 05:12:54.195 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a812754f-6efb-414e-b282-b38db86cd80a 2026-08-26 05:12:54.305 11 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-c4c2a267-2005-4cd3-88e7-d64464ba6481'] response: {'server_uuid': 'e8f6cc62-d84d-4920-ab0e-1b4e7be21526', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1dec1572-8056-437b-a500-83475057733e', 'code': 200} 2026-08-26 05:12:55.704 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 6ee997b7-ec0c-471e-a076-d63249624201 2026-08-26 05:12:56.001 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 1dec1572-8056-437b-a500-83475057733e 2026-08-26 05:12:56.212 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a812754f-6efb-414e-b282-b38db86cd80a 2026-08-26 05:12:56.340 11 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-bc45a2c6-3900-4371-b13f-8b554f8c5dfe'] response: {'server_uuid': 'e83615d8-4d16-4a09-8b40-d655b140cf10', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a812754f-6efb-414e-b282-b38db86cd80a', 'code': 200} 2026-08-26 05:12:56.445 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 9b8e3bb9-3f93-4548-bb56-4778209310d4 2026-08-26 05:12:57.653 12 INFO neutron.plugins.ml2.plugin [None req-8248b3da-3395-4d18-ad86-123c526d44fd - - - - - -] Attempt 1 to provision port 2d90c36f-7c77-4e8d-a35c-c90bc28bce40 2026-08-26 05:12:57.748 12 INFO neutron.plugins.ml2.plugin [None req-8248b3da-3395-4d18-ad86-123c526d44fd - - - - - -] Attempt 1 to provision port a812754f-6efb-414e-b282-b38db86cd80a 2026-08-26 05:12:57.805 12 INFO neutron.plugins.ml2.plugin [None req-8248b3da-3395-4d18-ad86-123c526d44fd - - - - - -] Attempt 1 to provision port 05ff6b4e-fc28-482e-b70d-bf9f4757e345 2026-08-26 05:12:57.824 12 INFO neutron.plugins.ml2.plugin [None req-8248b3da-3395-4d18-ad86-123c526d44fd - - - - - -] Attempt 1 to provision port 06928120-7979-467a-9449-4efc9809930e 2026-08-26 05:12:58.373 11 INFO neutron.notifiers.nova [None req-2aac9ad8-eede-40e1-ad2d-c264c09e382c - - - - - -] Nova event matching ['req-72a680e3-14d2-496a-82ee-c39d4bf8e04c'] response: {'server_uuid': '0c24a5c1-812f-404e-9512-e3d7cca752de', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b8e3bb9-3f93-4548-bb56-4778209310d4', 'code': 200} 2026-08-26 05:12:58.582 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a6bfe0cc-d758-4415-ba5e-96cc522fc1dd 2026-08-26 05:12:59.047 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 9b8e3bb9-3f93-4548-bb56-4778209310d4 2026-08-26 05:13:00.337 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a6bfe0cc-d758-4415-ba5e-96cc522fc1dd 2026-08-26 05:13:00.416 11 INFO neutron.notifiers.nova [None req-314932b2-ec7f-44f7-ae68-21be6942244e - - - - - -] Nova event matching ['req-d2eb823a-e92a-4125-824d-f7f21ec24c76'] response: {'server_uuid': '0d8ef07c-9317-4dab-8c73-abb6546f21f1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a6bfe0cc-d758-4415-ba5e-96cc522fc1dd', 'code': 200} 2026-08-26 05:13:01.857 12 INFO neutron.plugins.ml2.plugin [None req-b0101367-00b9-43cd-aff5-5f0e4aec3c51 - - - - - -] Attempt 1 to provision port a6bfe0cc-d758-4415-ba5e-96cc522fc1dd 2026-08-26 05:13:01.915 12 INFO neutron.plugins.ml2.plugin [None req-b0101367-00b9-43cd-aff5-5f0e4aec3c51 - - - - - -] Attempt 1 to provision port 0dcf072e-d23b-4a62-b208-7472e25f791d 2026-08-26 05:13:01.974 12 INFO neutron.plugins.ml2.plugin [None req-b0101367-00b9-43cd-aff5-5f0e4aec3c51 - - - - - -] Attempt 1 to provision port 4e765867-98a8-4b17-9ea1-a50596792c55 2026-08-26 05:13:02.020 12 INFO neutron.plugins.ml2.plugin [None req-b0101367-00b9-43cd-aff5-5f0e4aec3c51 - - - - - -] Attempt 1 to provision port 6ee997b7-ec0c-471e-a076-d63249624201 2026-08-26 05:13:02.070 12 INFO neutron.plugins.ml2.plugin [None req-b0101367-00b9-43cd-aff5-5f0e4aec3c51 - - - - - -] Attempt 1 to provision port e5569ed7-2c44-48ca-8a5c-d3b7d3a454b7 2026-08-26 05:13:02.091 12 INFO neutron.plugins.ml2.plugin [None req-b0101367-00b9-43cd-aff5-5f0e4aec3c51 - - - - - -] Attempt 1 to provision port 9b8e3bb9-3f93-4548-bb56-4778209310d4 2026-08-26 05:13:06.079 12 INFO neutron.plugins.ml2.plugin [None req-8e35070f-e348-4e54-afd6-79c28471330e - - - - - -] Attempt 1 to provision port 62db5bde-bed6-48ef-acbe-d474feb9d460 2026-08-26 05:13:06.125 12 INFO neutron.plugins.ml2.plugin [None req-8e35070f-e348-4e54-afd6-79c28471330e - - - - - -] Attempt 1 to provision port e5569ed7-2c44-48ca-8a5c-d3b7d3a454b7 2026-08-26 05:13:06.147 12 INFO neutron.plugins.ml2.plugin [None req-8e35070f-e348-4e54-afd6-79c28471330e - - - - - -] Attempt 1 to provision port 9b8e3bb9-3f93-4548-bb56-4778209310d4 2026-08-26 05:13:06.183 12 INFO neutron.plugins.ml2.plugin [None req-8e35070f-e348-4e54-afd6-79c28471330e - - - - - -] Attempt 1 to provision port 05ff6b4e-fc28-482e-b70d-bf9f4757e345 2026-08-26 05:13:06.559 11 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-468ce695-5675-4eb0-bf6c-0eedac4036a2'] response: {'server_uuid': '0d8ef07c-9317-4dab-8c73-abb6546f21f1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a6bfe0cc-d758-4415-ba5e-96cc522fc1dd', 'code': 200} 2026-08-26 05:13:10.330 12 INFO neutron.plugins.ml2.plugin [None req-528e7639-32cd-4533-b2b7-83c5913dea37 - - - - - -] Attempt 1 to provision port e5569ed7-2c44-48ca-8a5c-d3b7d3a454b7 2026-08-26 05:13:10.360 12 INFO neutron.plugins.ml2.plugin [None req-528e7639-32cd-4533-b2b7-83c5913dea37 - - - - - -] Attempt 1 to provision port 0dcf072e-d23b-4a62-b208-7472e25f791d 2026-08-26 05:13:10.382 12 INFO neutron.plugins.ml2.plugin [None req-528e7639-32cd-4533-b2b7-83c5913dea37 - - - - - -] Attempt 1 to provision port 05ff6b4e-fc28-482e-b70d-bf9f4757e345 2026-08-26 05:13:10.408 12 INFO neutron.plugins.ml2.plugin [None req-528e7639-32cd-4533-b2b7-83c5913dea37 - - - - - -] Attempt 1 to provision port 19f12146-ac38-4c48-bc19-069899fa63df 2026-08-26 05:13:14.325 11 INFO neutron.plugins.ml2.plugin [None req-641cb46c-04e8-4d7a-acc5-2e5c9e2ae589 - - - - - -] Attempt 1 to provision port 0dcf072e-d23b-4a62-b208-7472e25f791d 2026-08-26 05:13:14.350 11 INFO neutron.plugins.ml2.plugin [None req-641cb46c-04e8-4d7a-acc5-2e5c9e2ae589 - - - - - -] Attempt 1 to provision port a812754f-6efb-414e-b282-b38db86cd80a 2026-08-26 05:13:16.222 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 0dcf072e-d23b-4a62-b208-7472e25f791d 2026-08-26 05:13:18.282 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 19f12146-ac38-4c48-bc19-069899fa63df 2026-08-26 05:13:18.557 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 05ff6b4e-fc28-482e-b70d-bf9f4757e345 2026-08-26 05:13:18.873 11 INFO neutron.plugins.ml2.plugin [None req-4dca5f7c-7119-4fdf-95ce-0de84bb60b7d - - - - - -] Attempt 1 to provision port 0dcf072e-d23b-4a62-b208-7472e25f791d 2026-08-26 05:13:20.239 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 19f12146-ac38-4c48-bc19-069899fa63df 2026-08-26 05:13:20.407 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 05ff6b4e-fc28-482e-b70d-bf9f4757e345 2026-08-26 05:13:20.611 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 62db5bde-bed6-48ef-acbe-d474feb9d460 2026-08-26 05:13:22.232 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 62db5bde-bed6-48ef-acbe-d474feb9d460 2026-08-26 05:13:24.187 12 INFO neutron.plugins.ml2.plugin [None req-bc4ce42c-5e6d-4df9-8421-d38fdb67d2f1 - - - - - -] Attempt 1 to provision port 9b8e3bb9-3f93-4548-bb56-4778209310d4 2026-08-26 05:13:24.235 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 9b8e3bb9-3f93-4548-bb56-4778209310d4 2026-08-26 05:13:28.706 11 INFO neutron.plugins.ml2.plugin [None req-278a1d8e-33e4-4b86-a30e-a755c424bad0 - - - - - -] Attempt 1 to provision port 9b8e3bb9-3f93-4548-bb56-4778209310d4 2026-08-26 05:13:29.627 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-9187a218-7ea0-44c8-a4aa-98c2b5dd2bcc'] response: {'server_uuid': 'e83615d8-4d16-4a09-8b40-d655b140cf10', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a812754f-6efb-414e-b282-b38db86cd80a', 'code': 200} 2026-08-26 05:13:30.772 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a812754f-6efb-414e-b282-b38db86cd80a 2026-08-26 05:13:31.678 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-1207e2a0-b34e-4ae0-96ae-04dda9911ec2'] response: {'server_uuid': 'e83615d8-4d16-4a09-8b40-d655b140cf10', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a812754f-6efb-414e-b282-b38db86cd80a', 'code': 200} 2026-08-26 05:13:32.507 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a812754f-6efb-414e-b282-b38db86cd80a 2026-08-26 05:13:44.358 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 3b750ed2-e647-45ca-9bf2-c6363a0aba48 2026-08-26 05:13:46.391 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 0e607e85-ad89-49ea-bc34-ae3071522bf1 2026-08-26 05:13:46.746 12 INFO neutron.plugins.ml2.plugin [None req-f5a6fa84-0ac7-4322-8fe0-ee34405e4e12 - - - - - -] Attempt 1 to provision port 3b750ed2-e647-45ca-9bf2-c6363a0aba48 2026-08-26 05:13:47.166 11 INFO neutron.plugins.ml2.plugin [None req-c044122b-2e24-4ed5-a8c4-8965f3429355 - - - - - -] Attempt 1 to provision port da2f8fb3-7c6e-4330-bebf-1b8d104a762b 2026-08-26 05:13:47.205 11 INFO neutron.plugins.ml2.plugin [None req-c044122b-2e24-4ed5-a8c4-8965f3429355 - - - - - -] Attempt 1 to provision port 0e607e85-ad89-49ea-bc34-ae3071522bf1 2026-08-26 05:13:48.362 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 0e607e85-ad89-49ea-bc34-ae3071522bf1 2026-08-26 05:13:50.443 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 95fb97b0-eebe-406f-b897-0ae0fb7017b6 2026-08-26 05:13:52.105 11 INFO neutron.plugins.ml2.plugin [None req-5c0765f8-a471-47d0-bbba-4025b9841a2d - - - - - -] Attempt 1 to provision port 95fb97b0-eebe-406f-b897-0ae0fb7017b6 2026-08-26 05:13:52.650 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 783f87f3-12b8-4fcc-990d-ee9232af7161 2026-08-26 05:13:52.995 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 95fb97b0-eebe-406f-b897-0ae0fb7017b6 2026-08-26 05:13:54.449 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port ad025fbc-63dd-4c17-83ce-d595f378eb51 2026-08-26 05:13:54.872 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 783f87f3-12b8-4fcc-990d-ee9232af7161 2026-08-26 05:13:57.130 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port ad025fbc-63dd-4c17-83ce-d595f378eb51 2026-08-26 05:13:57.348 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 8c19d255-189b-4f2e-91f1-3f7a04180763 2026-08-26 05:13:57.487 11 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-2900fff9-0f8f-4d75-9adb-cdae2ba26cc8'] response: {'server_uuid': '021879c6-7f50-4314-ac6c-e704539b20a2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8c19d255-189b-4f2e-91f1-3f7a04180763', 'code': 200} 2026-08-26 05:13:58.480 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 8c19d255-189b-4f2e-91f1-3f7a04180763 2026-08-26 05:13:58.720 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 5eb460a5-92ce-43bb-970b-ae33faa3cbb7 2026-08-26 05:14:00.542 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 5eb460a5-92ce-43bb-970b-ae33faa3cbb7 2026-08-26 05:14:02.027 11 INFO neutron.plugins.ml2.plugin [None req-745c8b1c-1169-4e47-acc7-d30db73a50e9 - - - - - -] Attempt 1 to provision port 19faf42d-8d6d-424e-8874-eb8a35ed9c61 2026-08-26 05:14:02.054 11 INFO neutron.plugins.ml2.plugin [None req-745c8b1c-1169-4e47-acc7-d30db73a50e9 - - - - - -] Attempt 1 to provision port ad025fbc-63dd-4c17-83ce-d595f378eb51 2026-08-26 05:14:02.123 11 INFO neutron.plugins.ml2.plugin [None req-745c8b1c-1169-4e47-acc7-d30db73a50e9 - - - - - -] Attempt 1 to provision port 5eb460a5-92ce-43bb-970b-ae33faa3cbb7 2026-08-26 05:14:02.168 11 INFO neutron.plugins.ml2.plugin [None req-745c8b1c-1169-4e47-acc7-d30db73a50e9 - - - - - -] Attempt 1 to provision port 58fb5efa-9636-45f3-abe8-a6f590c3fb6d 2026-08-26 05:14:02.592 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 998390fe-8888-4807-82c5-d1ac682b7cd4 2026-08-26 05:14:02.909 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port da2f8fb3-7c6e-4330-bebf-1b8d104a762b 2026-08-26 05:14:04.453 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 998390fe-8888-4807-82c5-d1ac682b7cd4 2026-08-26 05:14:04.606 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port da2f8fb3-7c6e-4330-bebf-1b8d104a762b 2026-08-26 05:14:08.944 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 9aed8dfd-ee0d-4c1f-8d09-f8a92ee5a96e 2026-08-26 05:14:09.074 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-d985d716-ee1f-421c-af06-bd31e2fc4bd0'] response: {'server_uuid': '8ad3bdf8-3bc4-4690-9b68-40b814ba2674', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9aed8dfd-ee0d-4c1f-8d09-f8a92ee5a96e', 'code': 200} 2026-08-26 05:14:09.303 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 109e2032-c0ae-47d2-aa09-00aaa00bd5df 2026-08-26 05:14:09.661 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port e984e5e6-4788-4d49-be4b-bdd21a9d72f2 2026-08-26 05:14:10.139 12 INFO neutron.plugins.ml2.plugin [None req-5eb625a8-2576-4f03-9555-45eb98d0f615 - - - - - -] Attempt 1 to provision port e984e5e6-4788-4d49-be4b-bdd21a9d72f2 2026-08-26 05:14:10.187 12 INFO neutron.plugins.ml2.plugin [None req-5eb625a8-2576-4f03-9555-45eb98d0f615 - - - - - -] Attempt 1 to provision port da2f8fb3-7c6e-4330-bebf-1b8d104a762b 2026-08-26 05:14:10.278 12 INFO neutron.plugins.ml2.plugin [None req-5eb625a8-2576-4f03-9555-45eb98d0f615 - - - - - -] Attempt 1 to provision port 0e607e85-ad89-49ea-bc34-ae3071522bf1 2026-08-26 05:14:10.657 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 9aed8dfd-ee0d-4c1f-8d09-f8a92ee5a96e 2026-08-26 05:14:10.901 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 109e2032-c0ae-47d2-aa09-00aaa00bd5df 2026-08-26 05:14:11.214 11 INFO neutron.plugins.ml2.plugin [None req-dab275dc-be6f-4159-a035-c350fbe76d16 - - - - - -] Attempt 1 to provision port e984e5e6-4788-4d49-be4b-bdd21a9d72f2 2026-08-26 05:14:14.608 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 19faf42d-8d6d-424e-8874-eb8a35ed9c61 2026-08-26 05:14:15.725 11 WARNING neutron.plugins.ml2.plugin [None req-5a054d7e-3bdd-4884-a443-fe589d2de19d - - - - - -] Concurrent port binding operations failed on port c9e677db-d513-407a-8d19-7a8dfe71367a 2026-08-26 05:14:15.729 11 INFO neutron.plugins.ml2.plugin [None req-5a054d7e-3bdd-4884-a443-fe589d2de19d - - - - - -] Attempt 2 to bind port c9e677db-d513-407a-8d19-7a8dfe71367a 2026-08-26 05:14:16.583 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 4cd9549b-b396-43f3-8b76-9d3a98b0c5b5 2026-08-26 05:14:16.956 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 19faf42d-8d6d-424e-8874-eb8a35ed9c61 2026-08-26 05:14:17.175 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 58fb5efa-9636-45f3-abe8-a6f590c3fb6d 2026-08-26 05:14:17.444 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port c9e677db-d513-407a-8d19-7a8dfe71367a 2026-08-26 05:14:17.487 11 INFO neutron.plugins.ml2.plugin [None req-0c416ae3-4fba-4d05-834c-5f089d4d315b - - - - - -] Attempt 1 to provision port c9e677db-d513-407a-8d19-7a8dfe71367a 2026-08-26 05:14:17.545 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 5eb460a5-92ce-43bb-970b-ae33faa3cbb7 2026-08-26 05:14:17.612 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 58fb5efa-9636-45f3-abe8-a6f590c3fb6d 2026-08-26 05:14:17.671 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 9aed8dfd-ee0d-4c1f-8d09-f8a92ee5a96e 2026-08-26 05:14:17.731 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 95fb97b0-eebe-406f-b897-0ae0fb7017b6 2026-08-26 05:14:17.815 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port ad025fbc-63dd-4c17-83ce-d595f378eb51 2026-08-26 05:14:17.862 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 19faf42d-8d6d-424e-8874-eb8a35ed9c61 2026-08-26 05:14:19.701 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 4cd9549b-b396-43f3-8b76-9d3a98b0c5b5 2026-08-26 05:14:19.846 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port debf8310-8561-4dba-996f-a2d69cd083ca 2026-08-26 05:14:19.930 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-48823d67-4ee1-45f0-af8a-bc194931c472'] response: {'server_uuid': 'd32f8f35-7b02-42eb-98ad-e36ad0f3148b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'debf8310-8561-4dba-996f-a2d69cd083ca', 'code': 200} 2026-08-26 05:14:20.208 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 58fb5efa-9636-45f3-abe8-a6f590c3fb6d 2026-08-26 05:14:20.452 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port c9e677db-d513-407a-8d19-7a8dfe71367a 2026-08-26 05:14:20.804 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port debf8310-8561-4dba-996f-a2d69cd083ca 2026-08-26 05:14:24.399 12 INFO neutron.plugins.ml2.plugin [None req-108e8ba2-47e6-4baf-9eff-67a1a2fa1a63 - - - - - -] Attempt 1 to provision port c9e677db-d513-407a-8d19-7a8dfe71367a 2026-08-26 05:14:24.447 12 INFO neutron.plugins.ml2.plugin [None req-108e8ba2-47e6-4baf-9eff-67a1a2fa1a63 - - - - - -] Attempt 1 to provision port 58fb5efa-9636-45f3-abe8-a6f590c3fb6d 2026-08-26 05:14:24.490 12 INFO neutron.plugins.ml2.plugin [None req-108e8ba2-47e6-4baf-9eff-67a1a2fa1a63 - - - - - -] Attempt 1 to provision port 9aed8dfd-ee0d-4c1f-8d09-f8a92ee5a96e 2026-08-26 05:14:24.541 12 INFO neutron.plugins.ml2.plugin [None req-108e8ba2-47e6-4baf-9eff-67a1a2fa1a63 - - - - - -] Attempt 1 to provision port 19faf42d-8d6d-424e-8874-eb8a35ed9c61 2026-08-26 05:14:24.583 12 INFO neutron.plugins.ml2.plugin [None req-108e8ba2-47e6-4baf-9eff-67a1a2fa1a63 - - - - - -] Attempt 1 to provision port 95fb97b0-eebe-406f-b897-0ae0fb7017b6 2026-08-26 05:14:24.621 12 INFO neutron.plugins.ml2.plugin [None req-108e8ba2-47e6-4baf-9eff-67a1a2fa1a63 - - - - - -] Attempt 1 to provision port ad025fbc-63dd-4c17-83ce-d595f378eb51 2026-08-26 05:14:24.678 12 INFO neutron.plugins.ml2.plugin [None req-108e8ba2-47e6-4baf-9eff-67a1a2fa1a63 - - - - - -] Attempt 1 to provision port 5eb460a5-92ce-43bb-970b-ae33faa3cbb7 2026-08-26 05:14:24.898 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port eb359edf-c4a7-453c-a202-696df727a24f 2026-08-26 05:14:25.222 12 INFO neutron.plugins.ml2.plugin [None req-af65f409-aefd-4eb9-9be5-41489ae1b3c4 - - - - - -] Attempt 1 to provision port a14c8918-df3a-4903-b826-2919c738f15e 2026-08-26 05:14:25.455 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 1b7fd704-e20c-45ba-83ac-f594b2908c7f 2026-08-26 05:14:25.553 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-6811f741-3058-4a3e-a6f4-c4a771585c97'] response: {'server_uuid': 'dcaf3cf5-d88e-436f-b95e-3bfe2a014c4e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1b7fd704-e20c-45ba-83ac-f594b2908c7f', 'code': 200} 2026-08-26 05:14:26.820 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port eb359edf-c4a7-453c-a202-696df727a24f 2026-08-26 05:14:26.995 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a14c8918-df3a-4903-b826-2919c738f15e 2026-08-26 05:14:27.136 11 INFO neutron.plugins.ml2.plugin [None req-5ca57f2f-8330-41e8-9b2f-5861a0c20345 - - - - - -] Attempt 1 to provision port e984e5e6-4788-4d49-be4b-bdd21a9d72f2 2026-08-26 05:14:27.177 12 INFO neutron.plugins.ml2.plugin [None req-30f98c05-9b68-40de-a48a-b57bf8dea6cc - - - - - -] Attempt 1 to provision port 1b7fd704-e20c-45ba-83ac-f594b2908c7f 2026-08-26 05:14:27.209 11 INFO neutron.plugins.ml2.plugin [None req-5ca57f2f-8330-41e8-9b2f-5861a0c20345 - - - - - -] Attempt 1 to provision port eb359edf-c4a7-453c-a202-696df727a24f 2026-08-26 05:14:31.034 11 INFO neutron.plugins.ml2.plugin [None req-790a3656-0249-4557-9a9e-fc677990c43d - - - - - -] Attempt 1 to provision port c9e677db-d513-407a-8d19-7a8dfe71367a 2026-08-26 05:14:31.119 11 INFO neutron.plugins.ml2.plugin [None req-790a3656-0249-4557-9a9e-fc677990c43d - - - - - -] Attempt 1 to provision port 19faf42d-8d6d-424e-8874-eb8a35ed9c61 2026-08-26 05:14:31.180 11 INFO neutron.plugins.ml2.plugin [None req-790a3656-0249-4557-9a9e-fc677990c43d - - - - - -] Attempt 1 to provision port 58fb5efa-9636-45f3-abe8-a6f590c3fb6d 2026-08-26 05:14:34.980 11 INFO neutron.plugins.ml2.plugin [None req-d554ec22-443f-4bf5-891c-0539f027f7ff - - - - - -] Attempt 1 to provision port 4cd9549b-b396-43f3-8b76-9d3a98b0c5b5 2026-08-26 05:14:35.042 11 INFO neutron.plugins.ml2.plugin [None req-d554ec22-443f-4bf5-891c-0539f027f7ff - - - - - -] Attempt 1 to provision port c9e677db-d513-407a-8d19-7a8dfe71367a 2026-08-26 05:14:35.093 11 INFO neutron.plugins.ml2.plugin [None req-d554ec22-443f-4bf5-891c-0539f027f7ff - - - - - -] Attempt 1 to provision port 19faf42d-8d6d-424e-8874-eb8a35ed9c61 2026-08-26 05:14:35.145 11 INFO neutron.plugins.ml2.plugin [None req-d554ec22-443f-4bf5-891c-0539f027f7ff - - - - - -] Attempt 1 to provision port 58fb5efa-9636-45f3-abe8-a6f590c3fb6d 2026-08-26 05:14:37.923 11 INFO neutron.plugins.ml2.plugin [None req-50856bd4-a962-4add-84d7-6b466d8ded7a - - - - - -] Attempt 1 to provision port 9aed8dfd-ee0d-4c1f-8d09-f8a92ee5a96e 2026-08-26 05:14:41.066 12 INFO neutron.plugins.ml2.plugin [None req-82182229-4ce0-4005-9843-3a9997f2f2d8 - - - - - -] Attempt 1 to provision port 1b7fd704-e20c-45ba-83ac-f594b2908c7f 2026-08-26 05:14:43.146 11 INFO neutron.plugins.ml2.plugin [None req-9ff33d8b-1990-4cfd-96d1-15d7efffef0f - - - - - -] Attempt 1 to provision port 238b4a24-8810-4607-b36b-078f36404036 2026-08-26 05:14:43.170 11 INFO neutron.plugins.ml2.plugin [None req-9ff33d8b-1990-4cfd-96d1-15d7efffef0f - - - - - -] Attempt 1 to provision port 4cd9549b-b396-43f3-8b76-9d3a98b0c5b5 2026-08-26 05:14:43.229 11 INFO neutron.plugins.ml2.plugin [None req-9ff33d8b-1990-4cfd-96d1-15d7efffef0f - - - - - -] Attempt 1 to provision port aa58025f-2a47-42a0-887d-20947dd49088 2026-08-26 05:14:43.256 11 INFO neutron.plugins.ml2.plugin [None req-9ff33d8b-1990-4cfd-96d1-15d7efffef0f - - - - - -] Attempt 1 to provision port 8bff6a30-761b-4c77-9c27-f11a7284fa58 2026-08-26 05:14:43.307 11 INFO neutron.plugins.ml2.plugin [None req-9ff33d8b-1990-4cfd-96d1-15d7efffef0f - - - - - -] Attempt 1 to provision port e4871a9c-c95f-4e5b-a855-abd2120b8672 2026-08-26 05:14:58.859 11 INFO neutron.plugins.ml2.plugin [None req-95d641b4-0de1-43af-93f0-d4595b387a7a - - - - - -] Attempt 1 to provision port 0fab8ea5-5fe4-4ba3-89e8-1a5b0b177880 2026-08-26 05:15:03.003 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 89f2c160-7bbf-4f33-a06a-f0786f52ee8f 2026-08-26 05:15:03.068 12 INFO neutron.plugins.ml2.plugin [None req-ee304a70-b176-4275-9fcd-11d766a56fca - - - - - -] Attempt 1 to provision port 89f2c160-7bbf-4f33-a06a-f0786f52ee8f 2026-08-26 05:15:04.927 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 89f2c160-7bbf-4f33-a06a-f0786f52ee8f 2026-08-26 05:15:06.907 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port e5387f57-9f1d-41fc-8518-dfdaff685b49 2026-08-26 05:15:17.052 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port b9329a2a-6ba8-4dad-958a-1304e1a0f678 2026-08-26 05:15:21.371 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port b0423983-0716-4e11-a893-e8a0a78d5602 2026-08-26 05:15:21.494 11 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-58e152a9-68dc-424f-924d-973c959e0b11'] response: {'server_uuid': '0f85a490-6bbe-4e93-8036-e0a844d960c6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b0423983-0716-4e11-a893-e8a0a78d5602', 'code': 200} 2026-08-26 05:15:22.913 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port b0423983-0716-4e11-a893-e8a0a78d5602 2026-08-26 05:15:23.779 12 INFO neutron.plugins.ml2.plugin [None req-1f2571c7-66e9-4769-a227-d95ceff08b76 - - - - - -] Attempt 1 to provision port b0423983-0716-4e11-a893-e8a0a78d5602 2026-08-26 05:15:28.830 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 80bbfa3e-aa4f-4df6-8f6d-24e8b0c73cfd 2026-08-26 05:15:29.410 11 INFO neutron.plugins.ml2.plugin [None req-df5894a9-d91c-4984-9f6a-e2537fbdae7b - - - - - -] Attempt 1 to provision port 80bbfa3e-aa4f-4df6-8f6d-24e8b0c73cfd 2026-08-26 05:15:30.913 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 80bbfa3e-aa4f-4df6-8f6d-24e8b0c73cfd 2026-08-26 05:15:56.894 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 1575bad7-10b5-4104-8146-226ac769a838 2026-08-26 05:15:57.824 12 INFO neutron.plugins.ml2.plugin [None req-e58652ea-7ac8-400c-a829-20912c0b9d5f - - - - - -] Attempt 1 to provision port 1575bad7-10b5-4104-8146-226ac769a838 2026-08-26 05:15:58.966 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port b23183b7-b4b5-4078-9492-6f211d21af24 2026-08-26 05:15:59.392 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 1575bad7-10b5-4104-8146-226ac769a838 2026-08-26 05:16:00.844 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port b23183b7-b4b5-4078-9492-6f211d21af24 2026-08-26 05:16:00.904 12 INFO neutron.plugins.ml2.plugin [None req-d9ff87bf-f659-4c10-81de-25331d82a16b - - - - - -] Attempt 1 to provision port 54c06886-c01c-45d2-bfaf-26e362e5b62c 2026-08-26 05:16:00.926 12 INFO neutron.plugins.ml2.plugin [None req-d9ff87bf-f659-4c10-81de-25331d82a16b - - - - - -] Attempt 1 to provision port 1575bad7-10b5-4104-8146-226ac769a838 2026-08-26 05:16:00.982 12 INFO neutron.plugins.ml2.plugin [None req-d9ff87bf-f659-4c10-81de-25331d82a16b - - - - - -] Attempt 1 to provision port 071e3fae-9180-4e53-950d-56663dc4b131 2026-08-26 05:16:03.140 12 INFO neutron.plugins.ml2.plugin [None req-8fba2af4-af69-4602-81cd-09e27d4100de - - - - - -] Attempt 1 to provision port 54c06886-c01c-45d2-bfaf-26e362e5b62c 2026-08-26 05:16:05.325 11 INFO neutron.plugins.ml2.plugin [None req-8bd14c95-b505-422c-aad6-8a34b4bbcdc1 - - - - - -] Attempt 1 to provision port 54c06886-c01c-45d2-bfaf-26e362e5b62c 2026-08-26 05:16:05.353 11 INFO neutron.plugins.ml2.plugin [None req-8bd14c95-b505-422c-aad6-8a34b4bbcdc1 - - - - - -] Attempt 1 to provision port 62c83c50-74d3-4389-88d2-d40f3cf7cf54 2026-08-26 05:16:11.955 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 62c83c50-74d3-4389-88d2-d40f3cf7cf54 2026-08-26 05:16:12.080 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-56cce492-73b3-4fde-a6e3-a0ef37292ee7'] response: {'server_uuid': '0f85a490-6bbe-4e93-8036-e0a844d960c6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '62c83c50-74d3-4389-88d2-d40f3cf7cf54', 'code': 200} 2026-08-26 05:16:12.282 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 4d5cfdc8-df00-4f65-9f46-f11b38b51c23 2026-08-26 05:16:13.074 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 62c83c50-74d3-4389-88d2-d40f3cf7cf54 2026-08-26 05:16:13.259 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 4d5cfdc8-df00-4f65-9f46-f11b38b51c23 2026-08-26 05:16:14.117 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-d20378f2-72cd-424f-bd57-3afed5944ff9'] response: {'server_uuid': 'f3f2c5df-3658-490a-bd4b-f5887d038e95', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4d5cfdc8-df00-4f65-9f46-f11b38b51c23', 'code': 200} 2026-08-26 05:16:15.574 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 62c83c50-74d3-4389-88d2-d40f3cf7cf54 2026-08-26 05:16:17.081 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 54c06886-c01c-45d2-bfaf-26e362e5b62c 2026-08-26 05:16:17.386 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 071e3fae-9180-4e53-950d-56663dc4b131 2026-08-26 05:16:19.052 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 54c06886-c01c-45d2-bfaf-26e362e5b62c 2026-08-26 05:16:19.268 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 071e3fae-9180-4e53-950d-56663dc4b131 2026-08-26 05:16:33.371 12 INFO neutron.plugins.ml2.plugin [None req-b91bacf0-9216-4cb5-a2ab-25c6d610de56 - - - - - -] Attempt 1 to provision port f5b6a51a-1c91-4262-821e-4887604e4b2c 2026-08-26 05:16:35.153 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 87e75d51-d81b-4744-a08f-ac2ac7285c6f 2026-08-26 05:16:36.578 11 INFO neutron.plugins.ml2.plugin [None req-555a75a2-fbaa-47ad-97f9-77bb0bf3a641 - - - - - -] Attempt 1 to provision port 6ce3c04a-8331-4026-b00d-b086addc74e9 2026-08-26 05:16:37.135 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 6ce3c04a-8331-4026-b00d-b086addc74e9 2026-08-26 05:16:37.316 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 87e75d51-d81b-4744-a08f-ac2ac7285c6f 2026-08-26 05:16:38.400 11 INFO neutron.plugins.ml2.plugin [None req-5f6bf40c-aec2-4cef-bdfb-1408f230ffd8 - - - - - -] Attempt 1 to provision port 1f95d596-fe21-4344-a984-afd644cf1901 2026-08-26 05:16:38.433 11 INFO neutron.plugins.ml2.plugin [None req-5f6bf40c-aec2-4cef-bdfb-1408f230ffd8 - - - - - -] Attempt 1 to provision port 6ce3c04a-8331-4026-b00d-b086addc74e9 2026-08-26 05:16:40.654 12 INFO neutron.plugins.ml2.plugin [None req-10d0ce3d-113a-49d7-8ba2-c90bff7cd938 - - - - - -] Attempt 1 to provision port 1f95d596-fe21-4344-a984-afd644cf1901 2026-08-26 05:16:40.716 12 INFO neutron.plugins.ml2.plugin [None req-10d0ce3d-113a-49d7-8ba2-c90bff7cd938 - - - - - -] Attempt 1 to provision port aa664b8f-718f-4e86-8f3e-395c38dae369 2026-08-26 05:16:41.955 12 INFO neutron.plugins.ml2.plugin [None req-818f579b-d009-49ef-bf1b-384ccfdf29fa - - - - - -] Attempt 1 to provision port 1f95d596-fe21-4344-a984-afd644cf1901 2026-08-26 05:16:46.637 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port aa664b8f-718f-4e86-8f3e-395c38dae369 2026-08-26 05:16:46.765 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-10f84743-5b6e-4e92-9ef9-27e51ea2de1b'] response: {'server_uuid': '0f85a490-6bbe-4e93-8036-e0a844d960c6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aa664b8f-718f-4e86-8f3e-395c38dae369', 'code': 200} 2026-08-26 05:16:47.855 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port aa664b8f-718f-4e86-8f3e-395c38dae369 2026-08-26 05:16:48.035 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 632404d6-f46c-4998-ad77-e5751b34f675 2026-08-26 05:16:48.805 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-d385d072-5479-428f-8c0f-60c5bff9642a'] response: {'server_uuid': '266736e5-cec0-4e21-8202-23b35e2a0edd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '632404d6-f46c-4998-ad77-e5751b34f675', 'code': 200} 2026-08-26 05:16:49.224 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 632404d6-f46c-4998-ad77-e5751b34f675 2026-08-26 05:16:53.282 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port f5b6a51a-1c91-4262-821e-4887604e4b2c 2026-08-26 05:16:53.581 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 1f95d596-fe21-4344-a984-afd644cf1901 2026-08-26 05:16:55.232 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port f5b6a51a-1c91-4262-821e-4887604e4b2c 2026-08-26 05:16:55.372 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 1f95d596-fe21-4344-a984-afd644cf1901 2026-08-26 05:17:00.717 11 INFO neutron.plugins.ml2.plugin [None req-ff3e95ac-a447-4fc6-b3ad-857956730034 - - - - - -] Attempt 1 to provision port a1b3efc3-e7ad-4add-afd8-8d6f7be9c0e4 2026-08-26 05:17:07.283 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a1b3efc3-e7ad-4add-afd8-8d6f7be9c0e4 2026-08-26 05:17:07.391 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-f5898ece-43ee-4414-9929-aef2f9f573be'] response: {'server_uuid': '0f85a490-6bbe-4e93-8036-e0a844d960c6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a1b3efc3-e7ad-4add-afd8-8d6f7be9c0e4', 'code': 200} 2026-08-26 05:17:09.229 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a1b3efc3-e7ad-4add-afd8-8d6f7be9c0e4 2026-08-26 05:17:11.419 12 INFO neutron.plugins.ml2.plugin [None req-ac593a14-e51e-48ca-914f-c3254427c660 - - - - - -] Attempt 1 to provision port aa664b8f-718f-4e86-8f3e-395c38dae369 2026-08-26 05:17:24.523 12 INFO neutron.plugins.ml2.plugin [None req-c044f564-6955-4224-966b-f5f6ff775733 - - - - - -] Attempt 1 to provision port a1b3efc3-e7ad-4add-afd8-8d6f7be9c0e4 2026-08-26 05:17:25.902 11 INFO neutron.plugins.ml2.plugin [None req-3fd25ca4-cc65-4ac1-a488-bdf6046c50e3 - - - - - -] Attempt 1 to provision port a1b3efc3-e7ad-4add-afd8-8d6f7be9c0e4 2026-08-26 05:17:25.975 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port a1b3efc3-e7ad-4add-afd8-8d6f7be9c0e4 2026-08-26 05:17:26.216 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 5ded9505-89d9-4d9c-8246-a5d28141214e 2026-08-26 05:17:26.353 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-67ba9df6-e4db-421e-8702-402c4bb5a216'] response: {'server_uuid': '85c3f72a-9595-48c1-beb8-f37c91eb7c24', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ded9505-89d9-4d9c-8246-a5d28141214e', 'code': 200} 2026-08-26 05:17:27.251 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 5ded9505-89d9-4d9c-8246-a5d28141214e 2026-08-26 05:17:35.275 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port aa664b8f-718f-4e86-8f3e-395c38dae369 2026-08-26 05:17:35.336 12 INFO neutron.plugins.ml2.plugin [None req-9c46771a-4fe3-49f1-acab-79b9c971aa59 - - - - - -] Attempt 1 to provision port aa664b8f-718f-4e86-8f3e-395c38dae369 2026-08-26 05:17:59.546 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-3cfad1cd-74bb-4fd3-8e57-9e91609b70a1'] response: {'server_uuid': '266736e5-cec0-4e21-8202-23b35e2a0edd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '632404d6-f46c-4998-ad77-e5751b34f675', 'code': 200} 2026-08-26 05:18:07.734 12 INFO neutron.notifiers.nova [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Nova event matching ['req-2c364580-81ea-489d-bdd2-5847412eccbc'] response: {'server_uuid': 'dcaf3cf5-d88e-436f-b95e-3bfe2a014c4e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1b7fd704-e20c-45ba-83ac-f594b2908c7f', 'code': 200} 2026-08-26 05:18:12.899 12 INFO neutron.plugins.ml2.plugin [None req-32810eb0-9955-4563-a21f-4fe84edacb37 - - - - - -] Attempt 1 to provision port 873c6085-e655-4c88-a418-04d15fb84306 2026-08-26 05:18:13.326 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 873c6085-e655-4c88-a418-04d15fb84306 2026-08-26 05:18:15.292 12 INFO neutron.plugins.ml2.plugin [None req-b00b8ac4-6c69-4838-a14d-0e0b66be128d - - - - - -] Attempt 1 to provision port b32a13e5-586b-46de-8dcc-b53495ff806c 2026-08-26 05:18:15.913 11 INFO neutron.plugins.ml2.plugin [None req-a5fd2d81-8711-4dd1-add5-8e2adb8bd167 - - - - - -] Attempt 1 to provision port 873c6085-e655-4c88-a418-04d15fb84306 2026-08-26 05:18:15.957 11 INFO neutron.plugins.ml2.plugin [None req-a5fd2d81-8711-4dd1-add5-8e2adb8bd167 - - - - - -] Attempt 1 to provision port 5be6c3fa-8986-484a-b8a3-b7dd12b4cea9 2026-08-26 05:18:15.977 11 INFO neutron.plugins.ml2.plugin [None req-a5fd2d81-8711-4dd1-add5-8e2adb8bd167 - - - - - -] Attempt 1 to provision port 979c40ad-a3fe-493d-8290-29a263ee1372 2026-08-26 05:18:17.335 12 INFO neutron.plugins.ml2.plugin [None req-89eea949-2937-4a8c-b0c2-c10332448508 - - - - - -] Attempt 1 to provision port b32a13e5-586b-46de-8dcc-b53495ff806c 2026-08-26 05:18:19.294 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 16c8391b-47eb-467a-8cf7-0f2283f260da 2026-08-26 05:18:19.682 11 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port fca69ac7-4e51-4669-95f6-ae7874c6b03e 2026-08-26 05:18:21.318 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 16c8391b-47eb-467a-8cf7-0f2283f260da 2026-08-26 05:18:21.502 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port fca69ac7-4e51-4669-95f6-ae7874c6b03e 2026-08-26 05:18:21.773 11 INFO neutron.plugins.ml2.plugin [None req-3c941951-25d4-4296-9dfb-3bf77f1bc060 - - - - - -] Attempt 1 to provision port fca69ac7-4e51-4669-95f6-ae7874c6b03e 2026-08-26 05:18:21.832 11 INFO neutron.plugins.ml2.plugin [None req-3c941951-25d4-4296-9dfb-3bf77f1bc060 - - - - - -] Attempt 1 to provision port 5be6c3fa-8986-484a-b8a3-b7dd12b4cea9 2026-08-26 05:18:26.865 12 INFO neutron.plugins.ml2.plugin [None req-c95f6c98-f130-474a-9932-613d779db09d - - - - - -] Attempt 1 to provision port fca69ac7-4e51-4669-95f6-ae7874c6b03e 2026-08-26 05:18:26.916 12 INFO neutron.plugins.ml2.plugin [None req-c95f6c98-f130-474a-9932-613d779db09d - - - - - -] Attempt 1 to provision port c99f3802-5ae2-43aa-ae9c-2566fb479bfe 2026-08-26 05:18:26.938 12 INFO neutron.plugins.ml2.plugin [None req-c95f6c98-f130-474a-9932-613d779db09d - - - - - -] Attempt 1 to provision port 5be6c3fa-8986-484a-b8a3-b7dd12b4cea9 2026-08-26 05:18:26.963 12 INFO neutron.plugins.ml2.plugin [None req-c95f6c98-f130-474a-9932-613d779db09d - - - - - -] Attempt 1 to provision port b1e75b40-8749-49a4-85f2-4bf714261053 2026-08-26 05:18:28.960 11 INFO neutron.plugins.ml2.plugin [None req-0d94dccc-2653-4798-be7f-52554f3b144a - - - - - -] Attempt 1 to provision port b1e75b40-8749-49a4-85f2-4bf714261053 2026-08-26 05:18:32.560 11 INFO neutron.plugins.ml2.plugin [None req-8a80d73c-b154-47fe-8424-7b7d2dde46d9 - - - - - -] Attempt 1 to provision port e26ebe3b-3f67-49ad-8a53-fe8eb657db19 2026-08-26 05:18:32.670 12 INFO neutron.plugins.ml2.plugin [None req-b954504d-931e-46e1-bece-ff40c6836c3e - - - - - -] Attempt 1 to provision port b1e75b40-8749-49a4-85f2-4bf714261053 2026-08-26 05:18:32.784 11 INFO neutron.notifiers.nova [None req-8a80d73c-b154-47fe-8424-7b7d2dde46d9 - - - - - -] Nova event matching ['req-cc508eb0-51a5-4662-a371-68ce88578ff8'] response: {'server_uuid': 'f150f9f2-2f44-4506-922a-c6191f125b97', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e26ebe3b-3f67-49ad-8a53-fe8eb657db19', 'code': 200} 2026-08-26 05:18:34.404 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port e26ebe3b-3f67-49ad-8a53-fe8eb657db19 2026-08-26 05:18:34.581 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 5be6c3fa-8986-484a-b8a3-b7dd12b4cea9 2026-08-26 05:18:34.927 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 979c40ad-a3fe-493d-8290-29a263ee1372 2026-08-26 05:18:36.344 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port b1e75b40-8749-49a4-85f2-4bf714261053 2026-08-26 05:18:36.628 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port c99f3802-5ae2-43aa-ae9c-2566fb479bfe 2026-08-26 05:18:36.930 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port 5be6c3fa-8986-484a-b8a3-b7dd12b4cea9 2026-08-26 05:18:37.136 12 INFO neutron.plugins.ml2.plugin [None req-46a13c0f-a0da-4312-be89-ba43f99feb41 - - - - - -] Attempt 1 to provision port 979c40ad-a3fe-493d-8290-29a263ee1372 2026-08-26 05:18:38.323 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port b1e75b40-8749-49a4-85f2-4bf714261053 2026-08-26 05:18:38.496 12 INFO neutron.plugins.ml2.plugin [None req-8c7cd847-723f-4475-ad72-0cf63656b39a - - - - - -] Attempt 1 to provision port c99f3802-5ae2-43aa-ae9c-2566fb479bfe