+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-10 00:28:05.682 1 INFO neutron.common.config [-] Logging enabled! 2026-07-10 00:28:05.682 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5.dev6 2026-07-10 00:28:05.682 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-10 00:28:05.682 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-10 00:28:06.587 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-10 00:28:06.589 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-10 00:28:06.593 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-10 00:28:06.594 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-10 00:28:06.594 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-10 00:28:06.594 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-10 00:28:06.594 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:28:06.600 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:28:06.600 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:28:06.601 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-10 00:28:06.619 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-10 00:28:06.620 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-10 00:28:06.620 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-10 00:28:06.657 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-10 00:28:06.657 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-10 00:28:06.657 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-10 00:28:06.657 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-10 00:28:06.935 1 INFO neutron.plugins.ml2.managers [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] Initializing driver for type 'vlan' 2026-07-10 00:28:07.092 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] VlanTypeDriver initialization complete 2026-07-10 00:28:07.093 1 INFO neutron.plugins.ml2.managers [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] Initializing driver for type 'vxlan' 2026-07-10 00:28:07.093 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-10 00:28:07.152 1 INFO neutron.plugins.ml2.managers [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-10 00:28:07.153 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-10 00:28:07.153 1 INFO neutron.plugins.ml2.managers [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] Initializing extension driver 'port_security' 2026-07-10 00:28:07.153 1 INFO neutron.plugins.ml2.extensions.port_security [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-10 00:28:07.154 1 INFO neutron.plugins.ml2.managers [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] Initializing extension driver 'qos' 2026-07-10 00:28:07.154 1 INFO neutron.plugins.ml2.managers [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-10 00:28:07.156 1 INFO neutron.plugins.ml2.managers [None req-8d20ce2c-d171-48bd-ae67-f279d46161ec - - - - - -] Initializing mechanism driver 'l2population' 2026-07-10 00:28:07.171 1 INFO neutron.quota [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded quota_driver: . 2026-07-10 00:28:07.171 1 INFO neutron.plugins.ml2.plugin [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Modular L2 Plugin initialization complete 2026-07-10 00:28:07.171 1 INFO neutron.plugins.ml2.managers [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-10 00:28:07.171 1 INFO neutron.plugins.ml2.managers [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-10 00:28:07.171 1 INFO neutron.plugins.ml2.managers [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Got port-security extension from driver 'port_security' 2026-07-10 00:28:07.172 1 INFO neutron.extensions.vlantransparent [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Disabled vlantransparent extension. 2026-07-10 00:28:07.172 1 INFO neutron.extensions.qinq [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Disabled VLAN QinQ extension. 2026-07-10 00:28:07.172 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: qos 2026-07-10 00:28:07.183 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: router 2026-07-10 00:28:07.216 1 INFO neutron.services.service_base [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-10 00:28:07.217 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: segments 2026-07-10 00:28:07.281 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: trunk 2026-07-10 00:28:07.293 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: vpnaas 2026-07-10 00:28:07.324 1 WARNING stevedore.named [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-10 00:28:07.324 1 WARNING stevedore.named [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-10 00:28:07.534 1 INFO neutron_vpnaas.services.vpn.plugin [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-10 00:28:07.534 1 INFO neutron.common.utils [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-10 00:28:07.534 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: taas 2026-07-10 00:28:07.554 1 WARNING stevedore.named [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-10 00:28:07.584 1 INFO neutron_taas.services.taas.taas_plugin [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-10 00:28:07.584 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: tapmirror 2026-07-10 00:28:07.593 1 WARNING stevedore.named [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-10 00:28:07.611 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-10 00:28:07.611 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: auto_allocate 2026-07-10 00:28:07.617 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: tag 2026-07-10 00:28:07.625 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: timestamp 2026-07-10 00:28:07.628 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: network_ip_availability 2026-07-10 00:28:07.632 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: flavors 2026-07-10 00:28:07.635 1 INFO neutron.manager [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loading Plugin: revisions 2026-07-10 00:28:07.638 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Initializing extension manager. 2026-07-10 00:28:07.639 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: address-group 2026-07-10 00:28:07.639 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: address-scope 2026-07-10 00:28:07.640 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-10 00:28:07.641 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: agent 2026-07-10 00:28:07.641 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: agent-resources-synced 2026-07-10 00:28:07.642 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: allowed-address-pairs 2026-07-10 00:28:07.643 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: auto-allocated-topology 2026-07-10 00:28:07.643 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: availability_zone 2026-07-10 00:28:07.644 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: availability_zone_filter 2026-07-10 00:28:07.645 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-10 00:28:07.645 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: default-subnetpools 2026-07-10 00:28:07.646 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-10 00:28:07.647 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: dns-integration 2026-07-10 00:28:07.647 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: dns-domain-ports 2026-07-10 00:28:07.648 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-10 00:28:07.648 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: dvr 2026-07-10 00:28:07.649 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-10 00:28:07.649 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: empty-string-filtering 2026-07-10 00:28:07.650 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-10 00:28:07.650 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-10 00:28:07.650 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: external-net 2026-07-10 00:28:07.651 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-10 00:28:07.651 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: extraroute 2026-07-10 00:28:07.652 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: extraroute-atomic 2026-07-10 00:28:07.652 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-10 00:28:07.653 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-10 00:28:07.653 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-10 00:28:07.654 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-10 00:28:07.654 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: fip-port-details 2026-07-10 00:28:07.655 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: flavors 2026-07-10 00:28:07.655 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-10 00:28:07.656 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: floatingip-pools 2026-07-10 00:28:07.656 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: ip_allocation 2026-07-10 00:28:07.657 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: ip-substring-filtering 2026-07-10 00:28:07.657 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: l2_adjacency 2026-07-10 00:28:07.658 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: router 2026-07-10 00:28:07.660 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-10 00:28:07.660 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-10 00:28:07.661 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-10 00:28:07.661 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: ext-gw-mode 2026-07-10 00:28:07.662 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: l3-ha 2026-07-10 00:28:07.662 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-10 00:28:07.662 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-10 00:28:07.663 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: l3-flavors 2026-07-10 00:28:07.664 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-10 00:28:07.664 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-10 00:28:07.666 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-10 00:28:07.667 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-10 00:28:07.667 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-10 00:28:07.668 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-10 00:28:07.669 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-10 00:28:07.669 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: multi-provider 2026-07-10 00:28:07.670 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: net-mtu 2026-07-10 00:28:07.670 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: net-mtu-writable 2026-07-10 00:28:07.671 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: network_availability_zone 2026-07-10 00:28:07.671 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: network_ha 2026-07-10 00:28:07.672 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: network-ip-availability 2026-07-10 00:28:07.673 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-10 00:28:07.673 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: pagination 2026-07-10 00:28:07.674 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-device-profile 2026-07-10 00:28:07.674 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-10 00:28:07.675 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-10 00:28:07.675 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-10 00:28:07.675 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-mac-override 2026-07-10 00:28:07.676 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-10 00:28:07.676 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-10 00:28:07.677 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-10 00:28:07.677 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-resource-request 2026-07-10 00:28:07.678 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-resource-request-groups 2026-07-10 00:28:07.678 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-10 00:28:07.679 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: binding 2026-07-10 00:28:07.679 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: binding-extended 2026-07-10 00:28:07.680 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-security 2026-07-10 00:28:07.680 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: project-id 2026-07-10 00:28:07.680 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: provider 2026-07-10 00:28:07.681 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-10 00:28:07.683 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos 2026-07-10 00:28:07.684 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-10 00:28:07.684 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-10 00:28:07.685 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-default 2026-07-10 00:28:07.685 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-fip 2026-07-10 00:28:07.686 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-10 00:28:07.686 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-gateway-ip 2026-07-10 00:28:07.686 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-port-network-policy 2026-07-10 00:28:07.687 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-pps-minimum 2026-07-10 00:28:07.687 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-10 00:28:07.688 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-pps 2026-07-10 00:28:07.688 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-rule-type-details 2026-07-10 00:28:07.689 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-10 00:28:07.689 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: qos-rules-alias 2026-07-10 00:28:07.690 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: quota-check-limit 2026-07-10 00:28:07.690 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: quota-check-limit-default 2026-07-10 00:28:07.692 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: quotas 2026-07-10 00:28:07.695 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: quota_details 2026-07-10 00:28:07.696 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: rbac-policies 2026-07-10 00:28:07.696 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: rbac-address-group 2026-07-10 00:28:07.697 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: rbac-address-scope 2026-07-10 00:28:07.697 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: rbac-security-groups 2026-07-10 00:28:07.698 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: rbac-subnetpool 2026-07-10 00:28:07.698 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: revision-if-match 2026-07-10 00:28:07.699 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: standard-attr-revisions 2026-07-10 00:28:07.699 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: router_availability_zone 2026-07-10 00:28:07.700 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-10 00:28:07.701 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: security-groups-default-rules 2026-07-10 00:28:07.701 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-10 00:28:07.702 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-10 00:28:07.702 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-10 00:28:07.703 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-10 00:28:07.703 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-10 00:28:07.707 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: security-group 2026-07-10 00:28:07.708 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: segment 2026-07-10 00:28:07.708 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-10 00:28:07.709 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: service-type 2026-07-10 00:28:07.709 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: sorting 2026-07-10 00:28:07.709 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: standard-attr-segment 2026-07-10 00:28:07.710 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: standard-attr-description 2026-07-10 00:28:07.710 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: stateful-security-group 2026-07-10 00:28:07.711 1 WARNING neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-10 00:28:07.711 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-10 00:28:07.712 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: subnet-external-network 2026-07-10 00:28:07.712 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: subnet_onboard 2026-07-10 00:28:07.713 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-10 00:28:07.713 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: subnet-service-types 2026-07-10 00:28:07.714 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: subnet_allocation 2026-07-10 00:28:07.714 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-10 00:28:07.715 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: tag-creation 2026-07-10 00:28:07.715 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-10 00:28:07.718 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: standard-attr-tag 2026-07-10 00:28:07.719 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-10 00:28:07.719 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: trunk 2026-07-10 00:28:07.720 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: trunk-details 2026-07-10 00:28:07.720 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-10 00:28:07.720 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-10 00:28:07.721 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-10 00:28:07.722 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-10 00:28:07.723 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-10 00:28:07.724 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-10 00:28:07.724 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: vpn-flavors 2026-07-10 00:28:07.725 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: vpnaas 2026-07-10 00:28:07.726 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: taas 2026-07-10 00:28:07.727 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: tap-mirror 2026-07-10 00:28:07.728 1 INFO neutron.api.extensions [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Loaded extension: taas-vlan-filter 2026-07-10 00:28:07.730 1 INFO oslo_service.backend.eventlet.service [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Starting 2 workers 2026-07-10 00:28:07.734 1 INFO oslo_service.backend.eventlet.service [None req-9c564a67-461e-48bb-8f01-422e2389c27a - - - - - -] Starting 1 workers 2026-07-10 00:28:57.788 12 INFO neutron.db.l3_hamode_db [None req-2b6b4a66-e305-414f-8fa3-81b5fa04d99c - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 00:29:10.635 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 6d240bd7-d8f6-4af9-9e6b-a9ab38d00d2a 2026-07-10 00:29:11.897 12 INFO neutron.plugins.ml2.plugin [None req-be01e236-cca3-4746-9751-039e89f6cf06 - - - - - -] Attempt 1 to provision port 6d240bd7-d8f6-4af9-9e6b-a9ab38d00d2a 2026-07-10 00:29:12.556 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 6d240bd7-d8f6-4af9-9e6b-a9ab38d00d2a 2026-07-10 00:29:13.556 12 INFO neutron.plugins.ml2.plugin [None req-5765784a-4a68-479e-abf7-4262954349bd - - - - - -] Attempt 1 to provision port 6d240bd7-d8f6-4af9-9e6b-a9ab38d00d2a 2026-07-10 00:33:36.411 11 INFO neutron.plugins.ml2.plugin [None req-2d976868-8094-4fbd-8803-dcd3ed09e473 - - - - - -] Attempt 1 to provision port b9a17ac2-48da-4723-837e-e914222efbab 2026-07-10 00:33:36.758 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port b9a17ac2-48da-4723-837e-e914222efbab 2026-07-10 00:33:38.046 11 INFO neutron.plugins.ml2.plugin [None req-13eddbf2-e43d-45c0-9e1f-4d094db0c605 - - - - - -] Attempt 1 to provision port b9a17ac2-48da-4723-837e-e914222efbab 2026-07-10 00:33:43.563 11 INFO neutron.plugins.ml2.plugin [None req-6b4efda7-3256-4603-a70a-01455804ebd4 - - - - - -] Attempt 1 to provision port f2c8709d-ccbb-45eb-a064-7e0183fc6b41 2026-07-10 00:37:17.529 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port f2c8709d-ccbb-45eb-a064-7e0183fc6b41 2026-07-10 00:37:18.946 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port f2c8709d-ccbb-45eb-a064-7e0183fc6b41 2026-07-10 00:46:21.293 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ce1e4d3b-4685-46c9-bcef-658dc83b21a2 2026-07-10 00:46:23.269 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ce1e4d3b-4685-46c9-bcef-658dc83b21a2 2026-07-10 01:02:45.874 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 983ed6e5-a9d7-4291-b9f4-e4e7fe28d762 2026-07-10 01:02:46.743 11 INFO neutron.plugins.ml2.plugin [None req-98a2f8f0-e9a2-4122-96bc-8e4e847bd136 - - - - - -] Attempt 1 to provision port 983ed6e5-a9d7-4291-b9f4-e4e7fe28d762 2026-07-10 01:02:47.872 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 983ed6e5-a9d7-4291-b9f4-e4e7fe28d762 2026-07-10 01:02:49.881 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port c9cccbbe-0c35-43b2-b6a6-94be676371ef 2026-07-10 01:02:51.887 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port c9cccbbe-0c35-43b2-b6a6-94be676371ef 2026-07-10 01:02:52.476 11 INFO neutron.plugins.ml2.plugin [None req-a2b0edde-05b0-477b-ac62-54c35025be08 - - - - - -] Attempt 1 to provision port 983ed6e5-a9d7-4291-b9f4-e4e7fe28d762 2026-07-10 01:02:52.537 11 INFO neutron.plugins.ml2.plugin [None req-a2b0edde-05b0-477b-ac62-54c35025be08 - - - - - -] Attempt 1 to provision port 0c9841f6-b60d-442e-a65c-746239c3f4dd 2026-07-10 01:02:52.558 11 INFO neutron.plugins.ml2.plugin [None req-a2b0edde-05b0-477b-ac62-54c35025be08 - - - - - -] Attempt 1 to provision port c9cccbbe-0c35-43b2-b6a6-94be676371ef 2026-07-10 01:02:52.617 11 INFO neutron.plugins.ml2.plugin [None req-a2b0edde-05b0-477b-ac62-54c35025be08 - - - - - -] Attempt 1 to provision port be8db1bf-ef27-46d8-921a-da2cf97d408b 2026-07-10 01:02:56.203 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port be7cabd0-2038-48cd-ac9b-ba40ee6f3d3d 2026-07-10 01:02:57.906 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port be7cabd0-2038-48cd-ac9b-ba40ee6f3d3d 2026-07-10 01:02:59.510 11 INFO neutron.plugins.ml2.plugin [None req-5cdcbd3a-00e0-45a4-82d3-1e9cb6bc9c05 - - - - - -] Attempt 1 to provision port c445842c-9723-43a6-815e-f0a30e52f6d7 2026-07-10 01:02:59.532 11 INFO neutron.plugins.ml2.plugin [None req-5cdcbd3a-00e0-45a4-82d3-1e9cb6bc9c05 - - - - - -] Attempt 1 to provision port c9cccbbe-0c35-43b2-b6a6-94be676371ef 2026-07-10 01:02:59.602 11 INFO neutron.plugins.ml2.plugin [None req-5cdcbd3a-00e0-45a4-82d3-1e9cb6bc9c05 - - - - - -] Attempt 1 to provision port be8db1bf-ef27-46d8-921a-da2cf97d408b 2026-07-10 01:02:59.634 11 INFO neutron.plugins.ml2.plugin [None req-5cdcbd3a-00e0-45a4-82d3-1e9cb6bc9c05 - - - - - -] Attempt 1 to provision port 289191ec-0056-4ece-b22f-9b3ba24929a2 2026-07-10 01:03:00.086 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 74425550-cc09-4849-aaae-d9c05a595347 2026-07-10 01:03:00.369 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port d0945a20-84e2-429b-b141-d92c9b38b00a 2026-07-10 01:03:01.886 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 74425550-cc09-4849-aaae-d9c05a595347 2026-07-10 01:03:02.124 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port d0945a20-84e2-429b-b141-d92c9b38b00a 2026-07-10 01:03:03.585 12 INFO neutron.plugins.ml2.plugin [None req-30ccf499-18cf-458c-8e58-54cee718b094 - - - - - -] Attempt 1 to provision port be8db1bf-ef27-46d8-921a-da2cf97d408b 2026-07-10 01:03:03.632 12 INFO neutron.plugins.ml2.plugin [None req-30ccf499-18cf-458c-8e58-54cee718b094 - - - - - -] Attempt 1 to provision port 289191ec-0056-4ece-b22f-9b3ba24929a2 2026-07-10 01:03:06.527 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 7b801fe3-483b-48ad-bb99-14685127db8f 2026-07-10 01:03:06.859 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port dcfc5a1f-8278-4f67-bdd0-1d577654d897 2026-07-10 01:03:07.363 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-fc83d05c-39c9-4436-a526-4e92a1204654'] response: {'server_uuid': '14c4ea46-0af6-4a43-981e-6f8f51ed4933', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dcfc5a1f-8278-4f67-bdd0-1d577654d897', 'code': 200} 2026-07-10 01:03:08.936 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 7b801fe3-483b-48ad-bb99-14685127db8f 2026-07-10 01:03:09.163 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port c9a0b31a-a173-4786-b0a9-724993accbf3 2026-07-10 01:03:09.444 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 8af1eb0b-1b45-4eaa-b9b8-a8b7db6b08da 2026-07-10 01:03:09.812 11 INFO neutron.plugins.ml2.plugin [None req-176a5644-3d1d-4ae4-9a19-787253b58e3e - - - - - -] Attempt 1 to provision port dcfc5a1f-8278-4f67-bdd0-1d577654d897 2026-07-10 01:03:09.832 11 INFO neutron.plugins.ml2.plugin [None req-176a5644-3d1d-4ae4-9a19-787253b58e3e - - - - - -] Attempt 1 to provision port dcfc5a1f-8278-4f67-bdd0-1d577654d897 2026-07-10 01:03:09.857 11 INFO neutron.plugins.ml2.plugin [None req-176a5644-3d1d-4ae4-9a19-787253b58e3e - - - - - -] Attempt 1 to provision port 289191ec-0056-4ece-b22f-9b3ba24929a2 2026-07-10 01:03:10.130 11 INFO neutron.notifiers.nova [None req-176a5644-3d1d-4ae4-9a19-787253b58e3e - - - - - -] Nova event matching ['req-3de2f5af-13c8-4df5-8202-2bb445394e34'] response: {'server_uuid': '9b5d1c4d-6bd5-4201-8a24-cd81e286ecd3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8af1eb0b-1b45-4eaa-b9b8-a8b7db6b08da', 'code': 200} 2026-07-10 01:03:10.792 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 8af1eb0b-1b45-4eaa-b9b8-a8b7db6b08da 2026-07-10 01:03:13.522 12 INFO neutron.plugins.ml2.plugin [None req-ffa84cfc-2457-4f6e-a606-a1fc60ca73dc - - - - - -] Attempt 1 to provision port 8af1eb0b-1b45-4eaa-b9b8-a8b7db6b08da 2026-07-10 01:03:16.578 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ce0c0d3c-7947-42b1-89c8-060ba1031e63 2026-07-10 01:03:18.648 11 INFO neutron.plugins.ml2.plugin [None req-739d0bed-07b7-441a-96ac-760d78765217 - - - - - -] Attempt 1 to provision port d17ad860-bcef-4dd2-b83b-ace85004872f 2026-07-10 01:03:18.715 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ce0c0d3c-7947-42b1-89c8-060ba1031e63 2026-07-10 01:03:18.943 12 INFO neutron.plugins.ml2.plugin [None req-81097733-c47b-40b4-863b-3dcc7fd6d05a - - - - - -] Attempt 1 to provision port d17ad860-bcef-4dd2-b83b-ace85004872f 2026-07-10 01:03:19.031 11 INFO neutron.plugins.ml2.plugin [None req-739d0bed-07b7-441a-96ac-760d78765217 - - - - - -] Attempt 1 to provision port 653ab3c2-17a4-40ad-bb28-9f76ee9921af 2026-07-10 01:03:20.721 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port d17ad860-bcef-4dd2-b83b-ace85004872f 2026-07-10 01:03:26.019 11 INFO neutron.plugins.ml2.plugin [None req-348f6e3d-0bd5-4c74-a782-1e5f481bc0a9 - - - - - -] Attempt 1 to provision port d17ad860-bcef-4dd2-b83b-ace85004872f 2026-07-10 01:03:26.079 11 INFO neutron.plugins.ml2.plugin [None req-348f6e3d-0bd5-4c74-a782-1e5f481bc0a9 - - - - - -] Attempt 1 to provision port 653ab3c2-17a4-40ad-bb28-9f76ee9921af 2026-07-10 01:03:29.675 11 INFO neutron.plugins.ml2.plugin [None req-9df4a88c-7842-412f-8837-2991ff4a73b9 - - - - - -] Attempt 1 to provision port 4edb8e22-7eea-4219-95b9-072f7cfee10f 2026-07-10 01:03:29.702 11 INFO neutron.plugins.ml2.plugin [None req-9df4a88c-7842-412f-8837-2991ff4a73b9 - - - - - -] Attempt 1 to provision port 653ab3c2-17a4-40ad-bb28-9f76ee9921af 2026-07-10 01:03:31.054 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port aaa25d5a-586a-4307-abdc-dda9da13a498 2026-07-10 01:03:31.145 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-85656a3f-bcb7-477d-a586-f8652bdc7395'] response: {'server_uuid': '20569eac-dfab-416f-8a08-88b25caf65e0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aaa25d5a-586a-4307-abdc-dda9da13a498', 'code': 200} 2026-07-10 01:03:32.592 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ce34d5bc-fe0a-491d-804a-4dafd72d65b7 2026-07-10 01:03:33.000 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port aaa25d5a-586a-4307-abdc-dda9da13a498 2026-07-10 01:03:34.620 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ce34d5bc-fe0a-491d-804a-4dafd72d65b7 2026-07-10 01:03:34.813 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ef45f3a5-0d29-4d3e-80d1-a774627a22be 2026-07-10 01:03:35.039 12 INFO neutron.plugins.ml2.plugin [None req-35a24198-d87c-4ff6-9c4b-3d916e9a57a9 - - - - - -] Attempt 1 to provision port cb5e2291-e096-4279-ac85-14a1c67fc1c6 2026-07-10 01:03:35.062 12 INFO neutron.plugins.ml2.plugin [None req-35a24198-d87c-4ff6-9c4b-3d916e9a57a9 - - - - - -] Attempt 1 to provision port 653ab3c2-17a4-40ad-bb28-9f76ee9921af 2026-07-10 01:03:35.088 12 INFO neutron.plugins.ml2.plugin [None req-35a24198-d87c-4ff6-9c4b-3d916e9a57a9 - - - - - -] Attempt 1 to provision port ef45f3a5-0d29-4d3e-80d1-a774627a22be 2026-07-10 01:03:36.557 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 4edb8e22-7eea-4219-95b9-072f7cfee10f 2026-07-10 01:03:36.839 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 653ab3c2-17a4-40ad-bb28-9f76ee9921af 2026-07-10 01:03:37.082 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ef45f3a5-0d29-4d3e-80d1-a774627a22be 2026-07-10 01:03:38.595 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 4edb8e22-7eea-4219-95b9-072f7cfee10f 2026-07-10 01:03:38.624 12 INFO neutron.plugins.ml2.plugin [None req-25ca44b0-586c-4e94-b753-4c773b96831b - - - - - -] Attempt 1 to provision port aaa25d5a-586a-4307-abdc-dda9da13a498 2026-07-10 01:03:38.681 12 INFO neutron.plugins.ml2.plugin [None req-25ca44b0-586c-4e94-b753-4c773b96831b - - - - - -] Attempt 1 to provision port cb5e2291-e096-4279-ac85-14a1c67fc1c6 2026-07-10 01:03:38.711 12 INFO neutron.plugins.ml2.plugin [None req-25ca44b0-586c-4e94-b753-4c773b96831b - - - - - -] Attempt 1 to provision port ef45f3a5-0d29-4d3e-80d1-a774627a22be 2026-07-10 01:03:38.767 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 653ab3c2-17a4-40ad-bb28-9f76ee9921af 2026-07-10 01:03:38.776 12 INFO neutron.plugins.ml2.plugin [None req-25ca44b0-586c-4e94-b753-4c773b96831b - - - - - -] Attempt 1 to provision port 8f57d299-bdf0-4884-aaf1-392c49fd1709 2026-07-10 01:03:40.559 11 INFO neutron.plugins.ml2.plugin [None req-9558fa0c-b99a-4c86-84aa-23971e88b305 - - - - - -] Attempt 1 to provision port cb5e2291-e096-4279-ac85-14a1c67fc1c6 2026-07-10 01:03:40.589 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 4edb8e22-7eea-4219-95b9-072f7cfee10f 2026-07-10 01:03:40.751 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 653ab3c2-17a4-40ad-bb28-9f76ee9921af 2026-07-10 01:03:41.787 12 INFO neutron.plugins.ml2.plugin [None req-b5e79862-d78c-430d-949c-915c6ba5f1e5 - - - - - -] Attempt 1 to provision port cb5e2291-e096-4279-ac85-14a1c67fc1c6 2026-07-10 01:03:45.608 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 72e7238d-4471-49f1-b748-fb8bd4059bcf 2026-07-10 01:03:45.790 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-73c1ff18-8246-4157-897b-e20c4688f06f'] response: {'server_uuid': '424ccee2-a6d5-41ba-aa7b-cd5c5890f9c5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '72e7238d-4471-49f1-b748-fb8bd4059bcf', 'code': 200} 2026-07-10 01:03:46.552 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 72e7238d-4471-49f1-b748-fb8bd4059bcf 2026-07-10 01:03:50.547 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port cb5e2291-e096-4279-ac85-14a1c67fc1c6 2026-07-10 01:03:50.831 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 8f57d299-bdf0-4884-aaf1-392c49fd1709 2026-07-10 01:03:52.669 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 5b409305-94e7-466c-9410-644141fdd56f 2026-07-10 01:03:53.063 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port cb5e2291-e096-4279-ac85-14a1c67fc1c6 2026-07-10 01:03:53.238 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 8f57d299-bdf0-4884-aaf1-392c49fd1709 2026-07-10 01:03:53.398 12 INFO neutron.plugins.ml2.plugin [None req-04ab668b-5ed2-42c5-b4c1-a2e2e1881b76 - - - - - -] Attempt 1 to provision port 5b409305-94e7-466c-9410-644141fdd56f 2026-07-10 01:03:54.678 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 5b409305-94e7-466c-9410-644141fdd56f 2026-07-10 01:03:54.870 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port c662bb72-4dd8-42e1-8d67-9ad19b73335f 2026-07-10 01:03:56.793 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port c662bb72-4dd8-42e1-8d67-9ad19b73335f 2026-07-10 01:03:56.985 12 INFO neutron.plugins.ml2.plugin [None req-6638699e-b8fc-4426-a7c9-9547b469e271 - - - - - -] Attempt 1 to provision port 5b409305-94e7-466c-9410-644141fdd56f 2026-07-10 01:03:57.070 12 INFO neutron.plugins.ml2.plugin [None req-6638699e-b8fc-4426-a7c9-9547b469e271 - - - - - -] Attempt 1 to provision port b04c6dcc-80ad-4b68-ad80-c2fb6198acff 2026-07-10 01:03:57.091 12 INFO neutron.plugins.ml2.plugin [None req-6638699e-b8fc-4426-a7c9-9547b469e271 - - - - - -] Attempt 1 to provision port c5ccd796-ae52-472f-a769-20efc06b2657 2026-07-10 01:04:02.468 11 INFO neutron.plugins.ml2.plugin [None req-c4a55932-be17-4b71-a251-dcb8ad27c268 - - - - - -] Attempt 1 to provision port b04c6dcc-80ad-4b68-ad80-c2fb6198acff 2026-07-10 01:04:04.765 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-61b5e9b4-4368-4882-bff9-8121286f6ca1'] response: {'server_uuid': '20569eac-dfab-416f-8a08-88b25caf65e0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'aaa25d5a-586a-4307-abdc-dda9da13a498', 'code': 200} 2026-07-10 01:04:04.972 11 INFO neutron.plugins.ml2.plugin [None req-8aa8554d-a291-4a0d-a351-79d2d128a3a9 - - - - - -] Attempt 1 to provision port b04c6dcc-80ad-4b68-ad80-c2fb6198acff 2026-07-10 01:04:05.003 11 INFO neutron.plugins.ml2.plugin [None req-8aa8554d-a291-4a0d-a351-79d2d128a3a9 - - - - - -] Attempt 1 to provision port aaa25d5a-586a-4307-abdc-dda9da13a498 2026-07-10 01:04:05.180 11 INFO neutron.notifiers.nova [None req-8aa8554d-a291-4a0d-a351-79d2d128a3a9 - - - - - -] Nova event matching ['req-0bf92d8d-da75-46e5-b689-e55de87a6bcb'] response: {'server_uuid': '20569eac-dfab-416f-8a08-88b25caf65e0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aaa25d5a-586a-4307-abdc-dda9da13a498', 'code': 200} 2026-07-10 01:04:07.662 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 0981613c-956a-4f78-9c99-84f65db51a92 2026-07-10 01:04:07.763 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-257b87bb-b06a-45de-9136-79406ffa4728'] response: {'server_uuid': 'ebe997db-9d5e-42bc-9c6c-f113751fbb0f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0981613c-956a-4f78-9c99-84f65db51a92', 'code': 200} 2026-07-10 01:04:08.576 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 0981613c-956a-4f78-9c99-84f65db51a92 2026-07-10 01:04:10.640 12 INFO neutron.plugins.ml2.plugin [None req-501c9698-c64e-46e1-aac3-44b9ff7c630c - - - - - -] Attempt 1 to provision port b04c6dcc-80ad-4b68-ad80-c2fb6198acff 2026-07-10 01:04:12.883 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port b04c6dcc-80ad-4b68-ad80-c2fb6198acff 2026-07-10 01:04:13.088 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port c5ccd796-ae52-472f-a769-20efc06b2657 2026-07-10 01:04:14.559 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port c5ccd796-ae52-472f-a769-20efc06b2657 2026-07-10 01:04:16.699 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 9530fb5c-551c-4a2e-a93d-485321b345da 2026-07-10 01:04:17.617 12 INFO neutron.plugins.ml2.plugin [None req-9cfdd63b-0333-46ef-8253-b2fc0218b863 - - - - - -] Attempt 1 to provision port 9530fb5c-551c-4a2e-a93d-485321b345da 2026-07-10 01:04:18.703 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 9530fb5c-551c-4a2e-a93d-485321b345da 2026-07-10 01:04:18.915 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 73694bac-cbea-4d2e-82d9-30e2d49bcd41 2026-07-10 01:04:20.584 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 73694bac-cbea-4d2e-82d9-30e2d49bcd41 2026-07-10 01:04:21.490 12 INFO neutron.plugins.ml2.plugin [None req-23ad7b93-c341-4382-bc38-81bd9d201948 - - - - - -] Attempt 1 to provision port 9530fb5c-551c-4a2e-a93d-485321b345da 2026-07-10 01:04:21.542 12 INFO neutron.plugins.ml2.plugin [None req-23ad7b93-c341-4382-bc38-81bd9d201948 - - - - - -] Attempt 1 to provision port 7002bfb2-190d-45e7-9b84-19335afbb9ab 2026-07-10 01:04:21.579 12 INFO neutron.plugins.ml2.plugin [None req-23ad7b93-c341-4382-bc38-81bd9d201948 - - - - - -] Attempt 1 to provision port 00faf2d8-f391-4bc2-ad8c-3cdc3a0f2ec8 2026-07-10 01:04:24.777 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 490e76fc-2056-4f23-93b4-b0d93bc9ebdb 2026-07-10 01:04:28.588 11 INFO neutron.plugins.ml2.plugin [None req-c139fe5a-f3d2-46f1-9111-73d1074a401f - - - - - -] Attempt 1 to provision port 7002bfb2-190d-45e7-9b84-19335afbb9ab 2026-07-10 01:04:32.299 12 INFO neutron.plugins.ml2.plugin [None req-fa9eae43-3c3e-4eb3-9306-1bd42d7f32b1 - - - - - -] Attempt 1 to provision port 7002bfb2-190d-45e7-9b84-19335afbb9ab 2026-07-10 01:04:33.102 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port f2dcfed9-220f-4b3c-8b53-bcb1c8dbf367 2026-07-10 01:04:33.186 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-a29f7ba4-5519-4fc0-8479-bbda885f20f6'] response: {'server_uuid': '405d82ce-c2c2-4814-9bfd-fd6c17417c30', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f2dcfed9-220f-4b3c-8b53-bcb1c8dbf367', 'code': 200} 2026-07-10 01:04:34.641 12 INFO neutron.plugins.ml2.plugin [None req-74d7ce0a-c5cc-4506-833a-bcf47d9e21e6 - - - - - -] Attempt 1 to provision port f2dcfed9-220f-4b3c-8b53-bcb1c8dbf367 2026-07-10 01:04:36.631 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 00faf2d8-f391-4bc2-ad8c-3cdc3a0f2ec8 2026-07-10 01:04:36.956 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 7002bfb2-190d-45e7-9b84-19335afbb9ab 2026-07-10 01:04:38.686 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 00faf2d8-f391-4bc2-ad8c-3cdc3a0f2ec8 2026-07-10 01:04:38.828 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port eb0f5e5e-da2f-4c54-b2bc-fa9d9d298206 2026-07-10 01:04:39.198 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 7002bfb2-190d-45e7-9b84-19335afbb9ab 2026-07-10 01:04:40.786 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port eb0f5e5e-da2f-4c54-b2bc-fa9d9d298206 2026-07-10 01:04:40.937 12 INFO neutron.plugins.ml2.plugin [None req-6d343def-7613-4417-bfaf-9a05ae24969a - - - - - -] Attempt 1 to provision port dc53015d-e76e-4095-8944-30f69834775f 2026-07-10 01:04:40.953 12 INFO neutron.plugins.ml2.plugin [None req-6d343def-7613-4417-bfaf-9a05ae24969a - - - - - -] Attempt 1 to provision port 4894454d-a7f9-423d-9dae-250a2bdb472f 2026-07-10 01:04:40.985 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 4894454d-a7f9-423d-9dae-250a2bdb472f 2026-07-10 01:04:43.252 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 4894454d-a7f9-423d-9dae-250a2bdb472f 2026-07-10 01:04:44.363 12 INFO neutron.plugins.ml2.plugin [None req-04013c84-fe08-4602-9982-e1aa25885530 - - - - - -] Attempt 1 to provision port dc53015d-e76e-4095-8944-30f69834775f 2026-07-10 01:04:44.392 12 INFO neutron.plugins.ml2.plugin [None req-04013c84-fe08-4602-9982-e1aa25885530 - - - - - -] Attempt 1 to provision port 4894454d-a7f9-423d-9dae-250a2bdb472f 2026-07-10 01:04:47.556 12 INFO neutron.plugins.ml2.plugin [None req-4b75cd74-c370-419c-a9ff-5273cbb34682 - - - - - -] Attempt 1 to provision port 0f7d1c75-2e6b-4379-afc8-2a73fbe83c33 2026-07-10 01:04:51.484 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 7d493915-5d4a-4861-90f2-a66ddf63a07e 2026-07-10 01:04:51.623 11 INFO neutron.notifiers.nova [None req-6e5e8e9b-3944-44bc-90a9-c848d33e1770 - - - - - -] Nova event matching ['req-63ebea3b-4398-409f-a16b-8149020f3c5a'] response: {'server_uuid': '7091748e-ad3e-4adc-937e-3e0fa941961d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7d493915-5d4a-4861-90f2-a66ddf63a07e', 'code': 200} 2026-07-10 01:04:53.029 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 39fd9ca2-669a-43ed-b868-0f034d488904 2026-07-10 01:04:53.348 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 7d493915-5d4a-4861-90f2-a66ddf63a07e 2026-07-10 01:04:55.080 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 39fd9ca2-669a-43ed-b868-0f034d488904 2026-07-10 01:04:55.279 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 8fedb856-33de-4a1f-bb79-e8e0600ed938 2026-07-10 01:04:56.178 12 INFO neutron.plugins.ml2.plugin [None req-84f31138-22f6-44e5-abf7-e09923e8c13f - - - - - -] Attempt 1 to provision port dc53015d-e76e-4095-8944-30f69834775f 2026-07-10 01:04:56.195 12 INFO neutron.plugins.ml2.plugin [None req-84f31138-22f6-44e5-abf7-e09923e8c13f - - - - - -] Attempt 1 to provision port 8fedb856-33de-4a1f-bb79-e8e0600ed938 2026-07-10 01:04:56.241 12 INFO neutron.plugins.ml2.plugin [None req-84f31138-22f6-44e5-abf7-e09923e8c13f - - - - - -] Attempt 1 to provision port 2698965d-5345-46f3-8ea5-9ff0d1ca92d8 2026-07-10 01:04:56.936 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 8fedb856-33de-4a1f-bb79-e8e0600ed938 2026-07-10 01:05:01.232 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 0f7d1c75-2e6b-4379-afc8-2a73fbe83c33 2026-07-10 01:05:01.496 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port dc53015d-e76e-4095-8944-30f69834775f 2026-07-10 01:05:02.978 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 0f7d1c75-2e6b-4379-afc8-2a73fbe83c33 2026-07-10 01:05:03.118 12 INFO neutron.plugins.ml2.plugin [None req-512de4b5-334d-423f-94e4-212d8529691a - - - - - -] Attempt 1 to provision port dc53015d-e76e-4095-8944-30f69834775f 2026-07-10 01:05:04.014 12 INFO neutron.plugins.ml2.plugin [None req-52b87b92-bc1f-4ab8-9007-cd76d26d5a9c - - - - - -] Attempt 1 to provision port 2698965d-5345-46f3-8ea5-9ff0d1ca92d8 2026-07-10 01:05:04.037 12 INFO neutron.plugins.ml2.plugin [None req-52b87b92-bc1f-4ab8-9007-cd76d26d5a9c - - - - - -] Attempt 1 to provision port 8fedb856-33de-4a1f-bb79-e8e0600ed938 2026-07-10 01:05:05.487 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 1775c532-43e0-4680-b77b-dd1ce3129dc1 2026-07-10 01:05:05.603 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-2e1c79ff-43c5-4de3-9c44-a60edf6de285'] response: {'server_uuid': 'a178c76b-c6be-4155-bca4-70ffd203a059', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1775c532-43e0-4680-b77b-dd1ce3129dc1', 'code': 200} 2026-07-10 01:05:06.960 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 1775c532-43e0-4680-b77b-dd1ce3129dc1 2026-07-10 01:05:09.120 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 2698965d-5345-46f3-8ea5-9ff0d1ca92d8 2026-07-10 01:05:10.953 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 2698965d-5345-46f3-8ea5-9ff0d1ca92d8 2026-07-10 01:05:11.211 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port b4e2aad0-9fda-4886-9e6e-16a4219c9905 2026-07-10 01:05:12.992 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port b4e2aad0-9fda-4886-9e6e-16a4219c9905 2026-07-10 01:05:18.717 11 INFO neutron.plugins.ml2.plugin [None req-d0f1071d-fbe9-43e0-9b92-d4cfd0271c9f - - - - - -] Attempt 1 to provision port 2698965d-5345-46f3-8ea5-9ff0d1ca92d8 2026-07-10 01:05:18.772 11 INFO neutron.plugins.ml2.plugin [None req-d0f1071d-fbe9-43e0-9b92-d4cfd0271c9f - - - - - -] Attempt 1 to provision port b4e2aad0-9fda-4886-9e6e-16a4219c9905 2026-07-10 01:05:18.827 11 INFO neutron.plugins.ml2.plugin [None req-d0f1071d-fbe9-43e0-9b92-d4cfd0271c9f - - - - - -] Attempt 1 to provision port dc53015d-e76e-4095-8944-30f69834775f 2026-07-10 01:05:20.607 12 INFO neutron.plugins.ml2.plugin [None req-e9846956-e978-4022-9f7a-d85550d80ded - - - - - -] Attempt 1 to provision port 2698965d-5345-46f3-8ea5-9ff0d1ca92d8 2026-07-10 01:05:22.513 11 INFO neutron.plugins.ml2.plugin [None req-a4338e01-9213-4ca0-89e5-f4b0ef9746c3 - - - - - -] Attempt 1 to provision port 7d493915-5d4a-4861-90f2-a66ddf63a07e 2026-07-10 01:05:22.558 11 INFO neutron.plugins.ml2.plugin [None req-a4338e01-9213-4ca0-89e5-f4b0ef9746c3 - - - - - -] Attempt 1 to provision port 1775c532-43e0-4680-b77b-dd1ce3129dc1 2026-07-10 01:05:37.217 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-e52fd4d8-c387-4d34-a65d-d587e1ad454c'] response: {'server_uuid': 'a178c76b-c6be-4155-bca4-70ffd203a059', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1775c532-43e0-4680-b77b-dd1ce3129dc1', 'code': 200} 2026-07-10 01:05:39.518 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 1775c532-43e0-4680-b77b-dd1ce3129dc1 2026-07-10 01:05:39.621 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-808eeee9-34b7-4f04-a4f1-c2749c4cfa3d'] response: {'server_uuid': 'a178c76b-c6be-4155-bca4-70ffd203a059', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1775c532-43e0-4680-b77b-dd1ce3129dc1', 'code': 200} 2026-07-10 01:05:40.967 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 1775c532-43e0-4680-b77b-dd1ce3129dc1 2026-07-10 01:05:59.525 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 8be18cb9-983c-44c6-87be-7a28909c6594 2026-07-10 01:05:59.634 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-776cae3e-db7f-4380-80c8-b28a7b0229c7'] response: {'server_uuid': '72e08da8-cd16-4cad-a9f4-0a327ffda94e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8be18cb9-983c-44c6-87be-7a28909c6594', 'code': 200} 2026-07-10 01:06:00.984 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 8be18cb9-983c-44c6-87be-7a28909c6594 2026-07-10 01:06:05.237 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-42160491-ec90-4c24-a46a-568b7c42cb65'] response: {'server_uuid': 'a178c76b-c6be-4155-bca4-70ffd203a059', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1775c532-43e0-4680-b77b-dd1ce3129dc1', 'code': 200} 2026-07-10 01:06:39.006 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 654a0e96-23b8-4d02-a222-deda1d07cb8c 2026-07-10 01:06:41.111 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 654a0e96-23b8-4d02-a222-deda1d07cb8c 2026-07-10 01:06:41.284 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 4b939f2b-4664-4786-8667-ca90c400045f 2026-07-10 01:06:45.045 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 37ed1499-a757-4d6a-aa2d-c3d17ae08683 2026-07-10 01:06:47.118 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port b634fdc1-970a-47b4-be17-65eb9bf502f2 2026-07-10 01:06:47.580 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 37ed1499-a757-4d6a-aa2d-c3d17ae08683 2026-07-10 01:06:49.065 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port b634fdc1-970a-47b4-be17-65eb9bf502f2 2026-07-10 01:06:49.170 11 INFO neutron.plugins.ml2.plugin [None req-6a6c8699-03fc-4df6-9968-20494f5a4e85 - - - - - -] Attempt 1 to provision port ba511bae-ec26-4ee3-a33e-3a920aaf27a2 2026-07-10 01:06:49.200 11 INFO neutron.plugins.ml2.plugin [None req-6a6c8699-03fc-4df6-9968-20494f5a4e85 - - - - - -] Attempt 1 to provision port 5ff3a38f-b454-4ed3-b02d-a273a360cc0f 2026-07-10 01:06:49.230 11 INFO neutron.plugins.ml2.plugin [None req-6a6c8699-03fc-4df6-9968-20494f5a4e85 - - - - - -] Attempt 1 to provision port b634fdc1-970a-47b4-be17-65eb9bf502f2 2026-07-10 01:06:49.300 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 3c11bbe1-582b-4612-8248-f3c48089e3f1 2026-07-10 01:06:51.112 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 3c11bbe1-582b-4612-8248-f3c48089e3f1 2026-07-10 01:06:52.972 11 INFO neutron.plugins.ml2.plugin [None req-8cfb0253-f34d-4116-8928-a4075789b7fc - - - - - -] Attempt 1 to provision port 5ff3a38f-b454-4ed3-b02d-a273a360cc0f 2026-07-10 01:06:53.009 11 INFO neutron.plugins.ml2.plugin [None req-8cfb0253-f34d-4116-8928-a4075789b7fc - - - - - -] Attempt 1 to provision port b634fdc1-970a-47b4-be17-65eb9bf502f2 2026-07-10 01:06:57.014 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 46ee1cff-fe54-4972-bd65-59123b3f5e81 2026-07-10 01:06:58.183 11 INFO neutron.plugins.ml2.plugin [None req-e5251c0f-5a76-4216-9ffd-7ba6e273900e - - - - - -] Attempt 1 to provision port 46ee1cff-fe54-4972-bd65-59123b3f5e81 2026-07-10 01:06:58.281 11 INFO neutron.plugins.ml2.plugin [None req-e5251c0f-5a76-4216-9ffd-7ba6e273900e - - - - - -] Attempt 1 to provision port 470e0aaf-4146-4308-8353-5d88bc217e9e 2026-07-10 01:06:59.026 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 46ee1cff-fe54-4972-bd65-59123b3f5e81 2026-07-10 01:07:01.603 12 INFO neutron.plugins.ml2.plugin [None req-1f6c44ae-649e-4626-af72-afb6c5f8ee6f - - - - - -] Attempt 1 to provision port 46ee1cff-fe54-4972-bd65-59123b3f5e81 2026-07-10 01:07:01.666 12 INFO neutron.plugins.ml2.plugin [None req-1f6c44ae-649e-4626-af72-afb6c5f8ee6f - - - - - -] Attempt 1 to provision port 470e0aaf-4146-4308-8353-5d88bc217e9e 2026-07-10 01:07:02.073 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port fdc54601-5ab8-433d-a56b-6b211d46bed1 2026-07-10 01:07:02.195 11 INFO neutron.notifiers.nova [None req-df23af35-73f4-4973-9f25-42ba841a6a09 - - - - - -] Nova event matching ['req-d772ed39-c59c-4580-99ac-f639f32c3c21'] response: {'server_uuid': '9d655258-c873-4726-8d64-a01ea6b2425a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fdc54601-5ab8-433d-a56b-6b211d46bed1', 'code': 200} 2026-07-10 01:07:03.035 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 5ff3a38f-b454-4ed3-b02d-a273a360cc0f 2026-07-10 01:07:03.297 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port ba511bae-ec26-4ee3-a33e-3a920aaf27a2 2026-07-10 01:07:03.495 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port fdc54601-5ab8-433d-a56b-6b211d46bed1 2026-07-10 01:07:05.011 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 5ff3a38f-b454-4ed3-b02d-a273a360cc0f 2026-07-10 01:07:05.272 12 INFO neutron.plugins.ml2.plugin [None req-5d45ec48-4661-451c-9357-b5fae012dee9 - - - - - -] Attempt 1 to provision port ba511bae-ec26-4ee3-a33e-3a920aaf27a2 2026-07-10 01:07:07.030 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port cb1cbe7d-9e33-415f-8356-7330f9abd259 2026-07-10 01:07:07.131 11 INFO neutron.plugins.ml2.plugin [None req-b3d78e17-f7c6-4f12-8d74-2b51db9e0611 - - - - - -] Attempt 1 to provision port 5ff3a38f-b454-4ed3-b02d-a273a360cc0f 2026-07-10 01:07:07.221 11 INFO neutron.plugins.ml2.plugin [None req-b3d78e17-f7c6-4f12-8d74-2b51db9e0611 - - - - - -] Attempt 1 to provision port cb1cbe7d-9e33-415f-8356-7330f9abd259 2026-07-10 01:07:07.329 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 470e0aaf-4146-4308-8353-5d88bc217e9e 2026-07-10 01:07:09.019 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port cb1cbe7d-9e33-415f-8356-7330f9abd259 2026-07-10 01:07:09.253 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 470e0aaf-4146-4308-8353-5d88bc217e9e 2026-07-10 01:07:09.804 12 INFO neutron.plugins.ml2.plugin [None req-9fe959ea-8af9-425c-939f-5db371026e6e - - - - - -] Attempt 1 to provision port 470e0aaf-4146-4308-8353-5d88bc217e9e 2026-07-10 01:07:09.868 12 INFO neutron.plugins.ml2.plugin [None req-9fe959ea-8af9-425c-939f-5db371026e6e - - - - - -] Attempt 1 to provision port 5ff3a38f-b454-4ed3-b02d-a273a360cc0f 2026-07-10 01:07:12.468 11 INFO neutron.plugins.ml2.plugin [None req-75b12330-e83c-4f4f-b699-efb9838e6ff8 - - - - - -] Attempt 1 to provision port 470e0aaf-4146-4308-8353-5d88bc217e9e 2026-07-10 01:07:12.515 11 INFO neutron.plugins.ml2.plugin [None req-75b12330-e83c-4f4f-b699-efb9838e6ff8 - - - - - -] Attempt 1 to provision port fdc54601-5ab8-433d-a56b-6b211d46bed1 2026-07-10 01:07:25.220 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-b51f8f1b-cd01-4a89-8027-1e706a2b9551'] response: {'server_uuid': '9d655258-c873-4726-8d64-a01ea6b2425a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fdc54601-5ab8-433d-a56b-6b211d46bed1', 'code': 200} 2026-07-10 01:08:28.719 12 INFO neutron.plugins.ml2.plugin [None req-9656f337-c22a-46bf-91b6-30de716a7590 - - - - - -] Attempt 1 to provision port 004eaf23-7f07-4d19-9765-144db053ba67 2026-07-10 01:08:29.066 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 004eaf23-7f07-4d19-9765-144db053ba67 2026-07-10 01:08:31.061 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 2ba9e20a-68c6-4699-b1f8-89c12996bd03 2026-07-10 01:08:33.127 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 42f4733f-2729-4448-908d-0246441226e1 2026-07-10 01:08:33.490 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 2ba9e20a-68c6-4699-b1f8-89c12996bd03 2026-07-10 01:08:35.125 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 636742e6-4479-427c-a36f-3c9ccaf316f6 2026-07-10 01:08:35.492 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 42f4733f-2729-4448-908d-0246441226e1 2026-07-10 01:08:37.099 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 636742e6-4479-427c-a36f-3c9ccaf316f6 2026-07-10 01:08:39.170 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 004eaf23-7f07-4d19-9765-144db053ba67 2026-07-10 01:08:40.403 12 INFO neutron.plugins.ml2.plugin [None req-ea4f0816-f74a-4f15-843d-63cca0357a3e - - - - - -] Attempt 1 to provision port 4e4e6b1f-d272-4553-b6a7-27e5a16ac413 2026-07-10 01:08:40.429 12 INFO neutron.plugins.ml2.plugin [None req-ea4f0816-f74a-4f15-843d-63cca0357a3e - - - - - -] Attempt 1 to provision port 004eaf23-7f07-4d19-9765-144db053ba67 2026-07-10 01:08:40.490 12 INFO neutron.plugins.ml2.plugin [None req-ea4f0816-f74a-4f15-843d-63cca0357a3e - - - - - -] Attempt 1 to provision port 1c934fa5-8dce-47e4-a31e-b8c51bff3bb1 2026-07-10 01:08:40.518 12 INFO neutron.plugins.ml2.plugin [None req-ea4f0816-f74a-4f15-843d-63cca0357a3e - - - - - -] Attempt 1 to provision port 636742e6-4479-427c-a36f-3c9ccaf316f6 2026-07-10 01:08:40.586 12 INFO neutron.plugins.ml2.plugin [None req-ea4f0816-f74a-4f15-843d-63cca0357a3e - - - - - -] Attempt 1 to provision port 2ba9e20a-68c6-4699-b1f8-89c12996bd03 2026-07-10 01:08:45.334 12 INFO neutron.plugins.ml2.plugin [None req-6d57350f-e9e5-49df-a691-9706afd9ebbb - - - - - -] Attempt 1 to provision port 4e4e6b1f-d272-4553-b6a7-27e5a16ac413 2026-07-10 01:08:45.354 12 INFO neutron.plugins.ml2.plugin [None req-6d57350f-e9e5-49df-a691-9706afd9ebbb - - - - - -] Attempt 1 to provision port 004eaf23-7f07-4d19-9765-144db053ba67 2026-07-10 01:08:45.397 12 INFO neutron.plugins.ml2.plugin [None req-6d57350f-e9e5-49df-a691-9706afd9ebbb - - - - - -] Attempt 1 to provision port 2ba9e20a-68c6-4699-b1f8-89c12996bd03 2026-07-10 01:08:45.438 12 INFO neutron.plugins.ml2.plugin [None req-6d57350f-e9e5-49df-a691-9706afd9ebbb - - - - - -] Attempt 1 to provision port 2b8323c7-14e4-4e9a-81ca-7ee6d5df9c49 2026-07-10 01:08:45.463 12 INFO neutron.plugins.ml2.plugin [None req-6d57350f-e9e5-49df-a691-9706afd9ebbb - - - - - -] Attempt 1 to provision port 636742e6-4479-427c-a36f-3c9ccaf316f6 2026-07-10 01:08:45.505 12 INFO neutron.plugins.ml2.plugin [None req-6d57350f-e9e5-49df-a691-9706afd9ebbb - - - - - -] Attempt 1 to provision port 00ea5a8f-8311-4d7f-bf1c-67c899c6038e 2026-07-10 01:08:47.626 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 92d3cfc9-1fe8-4fe0-85db-4866e4077c8e 2026-07-10 01:08:47.809 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-b79e2220-ab8d-47ff-afc8-adec549459ba'] response: {'server_uuid': '8c68a3e5-f77e-4340-994a-7840012c9f9f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '92d3cfc9-1fe8-4fe0-85db-4866e4077c8e', 'code': 200} 2026-07-10 01:08:49.173 12 INFO neutron.plugins.ml2.plugin [None req-2498cdc2-8b81-466e-ae7b-e0421370b6db - - - - - -] Attempt 1 to provision port 92d3cfc9-1fe8-4fe0-85db-4866e4077c8e 2026-07-10 01:08:49.277 11 INFO neutron.plugins.ml2.plugin [None req-d5df4048-9bf3-421d-9971-00de30beb6fb - - - - - -] Attempt 1 to provision port 4e4e6b1f-d272-4553-b6a7-27e5a16ac413 2026-07-10 01:08:49.329 11 INFO neutron.plugins.ml2.plugin [None req-d5df4048-9bf3-421d-9971-00de30beb6fb - - - - - -] Attempt 1 to provision port 00ea5a8f-8311-4d7f-bf1c-67c899c6038e 2026-07-10 01:08:49.401 12 INFO neutron.plugins.ml2.plugin [None req-2498cdc2-8b81-466e-ae7b-e0421370b6db - - - - - -] Attempt 1 to provision port 1c934fa5-8dce-47e4-a31e-b8c51bff3bb1 2026-07-10 01:08:49.453 11 INFO neutron.plugins.ml2.plugin [None req-d5df4048-9bf3-421d-9971-00de30beb6fb - - - - - -] Attempt 1 to provision port 92d3cfc9-1fe8-4fe0-85db-4866e4077c8e 2026-07-10 01:08:49.497 11 INFO neutron.plugins.ml2.plugin [None req-d5df4048-9bf3-421d-9971-00de30beb6fb - - - - - -] Attempt 1 to provision port 2b8323c7-14e4-4e9a-81ca-7ee6d5df9c49 2026-07-10 01:08:49.617 11 INFO neutron.plugins.ml2.plugin [None req-d5df4048-9bf3-421d-9971-00de30beb6fb - - - - - -] Attempt 1 to provision port 636742e6-4479-427c-a36f-3c9ccaf316f6 2026-07-10 01:08:49.676 11 INFO neutron.plugins.ml2.plugin [None req-d5df4048-9bf3-421d-9971-00de30beb6fb - - - - - -] Attempt 1 to provision port 2ba9e20a-68c6-4699-b1f8-89c12996bd03 2026-07-10 01:08:49.685 12 INFO neutron.plugins.ml2.plugin [None req-2498cdc2-8b81-466e-ae7b-e0421370b6db - - - - - -] Attempt 1 to provision port 00ea5a8f-8311-4d7f-bf1c-67c899c6038e 2026-07-10 01:08:51.082 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 1c934fa5-8dce-47e4-a31e-b8c51bff3bb1 2026-07-10 01:08:51.199 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 2b8323c7-14e4-4e9a-81ca-7ee6d5df9c49 2026-07-10 01:08:51.406 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 4e4e6b1f-d272-4553-b6a7-27e5a16ac413 2026-07-10 01:08:51.692 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 00ea5a8f-8311-4d7f-bf1c-67c899c6038e 2026-07-10 01:08:52.304 12 INFO neutron.plugins.ml2.plugin [None req-5153f87a-c946-425c-93d8-8bef123fafe2 - - - - - -] Attempt 1 to provision port 4e4e6b1f-d272-4553-b6a7-27e5a16ac413 2026-07-10 01:08:52.352 12 INFO neutron.plugins.ml2.plugin [None req-5153f87a-c946-425c-93d8-8bef123fafe2 - - - - - -] Attempt 1 to provision port 2b8323c7-14e4-4e9a-81ca-7ee6d5df9c49 2026-07-10 01:08:52.395 12 INFO neutron.plugins.ml2.plugin [None req-5153f87a-c946-425c-93d8-8bef123fafe2 - - - - - -] Attempt 1 to provision port 00ea5a8f-8311-4d7f-bf1c-67c899c6038e 2026-07-10 01:08:53.070 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 4e4e6b1f-d272-4553-b6a7-27e5a16ac413 2026-07-10 01:08:54.533 12 INFO neutron.plugins.ml2.plugin [None req-40e41e1c-584c-490e-b415-3e8c1ed2547f - - - - - -] Attempt 1 to provision port 2b8323c7-14e4-4e9a-81ca-7ee6d5df9c49 2026-07-10 01:08:54.583 12 INFO neutron.plugins.ml2.plugin [None req-40e41e1c-584c-490e-b415-3e8c1ed2547f - - - - - -] Attempt 1 to provision port 00ea5a8f-8311-4d7f-bf1c-67c899c6038e 2026-07-10 01:08:55.867 12 INFO neutron.plugins.ml2.plugin [None req-708367f4-cac7-44f5-8679-234776b41fb0 - - - - - -] Attempt 1 to provision port 92d3cfc9-1fe8-4fe0-85db-4866e4077c8e 2026-07-10 01:09:03.109 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 3df3aed8-2859-43cb-b9bc-6de4607373cf 2026-07-10 01:09:03.201 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-68a0a436-2ff0-4f65-841f-f0ac3580b046'] response: {'server_uuid': 'ddd0394c-8fa0-47ab-869f-ba251cd6f7c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3df3aed8-2859-43cb-b9bc-6de4607373cf', 'code': 200} 2026-07-10 01:09:05.078 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 3df3aed8-2859-43cb-b9bc-6de4607373cf 2026-07-10 01:09:30.756 12 INFO neutron.plugins.ml2.plugin [None req-aa90fac9-6d76-4c59-9fc1-dbb848b55888 - - - - - -] Attempt 1 to provision port ce6eff3a-7515-4c7e-85f6-27031e1fd9f4 2026-07-10 01:09:51.673 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 97fbd2bf-5694-417e-8f54-a3e063a135a6 2026-07-10 01:09:51.824 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-e0de2999-9611-47d8-8828-2e4c6a6cad8a'] response: {'server_uuid': 'a25d88f0-a5c2-46e8-862a-2e3dec68d37d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '97fbd2bf-5694-417e-8f54-a3e063a135a6', 'code': 200} 2026-07-10 01:09:53.112 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 97fbd2bf-5694-417e-8f54-a3e063a135a6 2026-07-10 01:10:32.983 11 INFO neutron.plugins.ml2.plugin [None req-360f8262-8598-43bc-8cc8-da758bda814f - - - - - -] Attempt 1 to provision port 6f3df7eb-0f3f-4aac-bb17-1e3ecd8a9bfc 2026-07-10 01:10:39.168 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 6f3df7eb-0f3f-4aac-bb17-1e3ecd8a9bfc 2026-07-10 01:10:39.263 12 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-418999b3-e92a-4002-8c23-4c9a94f8e1ea'] response: {'server_uuid': 'a25d88f0-a5c2-46e8-862a-2e3dec68d37d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6f3df7eb-0f3f-4aac-bb17-1e3ecd8a9bfc', 'code': 200} 2026-07-10 01:10:41.159 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 6f3df7eb-0f3f-4aac-bb17-1e3ecd8a9bfc 2026-07-10 01:10:43.667 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 6f3df7eb-0f3f-4aac-bb17-1e3ecd8a9bfc 2026-07-10 01:11:07.113 11 INFO neutron.plugins.ml2.plugin [None req-1d17516b-91ba-481c-81a2-d9dece801efa - - - - - -] Attempt 1 to provision port 27831ee5-2824-4a32-ad46-76c49accfa56 2026-07-10 01:11:14.745 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 27831ee5-2824-4a32-ad46-76c49accfa56 2026-07-10 01:11:14.867 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-7a419047-49c6-47a2-b4e5-79d73529fc1e'] response: {'server_uuid': 'a25d88f0-a5c2-46e8-862a-2e3dec68d37d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '27831ee5-2824-4a32-ad46-76c49accfa56', 'code': 200} 2026-07-10 01:11:15.335 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 27831ee5-2824-4a32-ad46-76c49accfa56 2026-07-10 01:11:27.291 12 INFO neutron.plugins.ml2.plugin [None req-215952f6-44da-4ebc-a401-940a5796d807 - - - - - -] Attempt 1 to provision port d9bddc37-d239-4a09-9687-3cda93dea5dc 2026-07-10 01:11:33.378 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port d9bddc37-d239-4a09-9687-3cda93dea5dc 2026-07-10 01:11:33.467 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-68a3839c-e29e-435a-8b54-f5c0601df46a'] response: {'server_uuid': 'a25d88f0-a5c2-46e8-862a-2e3dec68d37d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9bddc37-d239-4a09-9687-3cda93dea5dc', 'code': 200} 2026-07-10 01:11:35.349 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port d9bddc37-d239-4a09-9687-3cda93dea5dc 2026-07-10 01:11:37.065 12 INFO neutron.plugins.ml2.plugin [None req-31adee18-c1de-4f85-a2d3-612c12dafa11 - - - - - -] Attempt 1 to provision port 27831ee5-2824-4a32-ad46-76c49accfa56 2026-07-10 01:11:37.381 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 27831ee5-2824-4a32-ad46-76c49accfa56 2026-07-10 01:11:51.155 11 INFO neutron.plugins.ml2.plugin [None req-3e6da22d-963e-4d31-b6e3-1b94607b5174 - - - - - -] Attempt 1 to provision port d9bddc37-d239-4a09-9687-3cda93dea5dc 2026-07-10 01:11:51.436 12 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port d9bddc37-d239-4a09-9687-3cda93dea5dc 2026-07-10 01:11:52.499 12 INFO neutron.plugins.ml2.plugin [None req-5d0bc85d-23fa-46c8-b8b2-f22f160091ea - - - - - -] Attempt 1 to provision port d9bddc37-d239-4a09-9687-3cda93dea5dc 2026-07-10 01:12:01.372 12 INFO neutron.plugins.ml2.plugin [None req-b5b8fb1b-3d06-4eec-8b86-57dc050dad3a - - - - - -] Attempt 1 to provision port 27831ee5-2824-4a32-ad46-76c49accfa56 2026-07-10 01:12:01.403 11 INFO neutron.plugins.ml2.plugin [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Attempt 1 to provision port 27831ee5-2824-4a32-ad46-76c49accfa56 2026-07-10 01:12:29.573 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-aa56ecb1-d090-4ec3-879c-f13a3e8cef9f'] response: {'server_uuid': 'a25d88f0-a5c2-46e8-862a-2e3dec68d37d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '97fbd2bf-5694-417e-8f54-a3e063a135a6', 'code': 200} 2026-07-10 01:12:45.533 11 INFO neutron.notifiers.nova [None req-2e2812ca-e9a2-4510-802f-8b81f6c6d8e6 - - - - - -] Nova event matching ['req-9a5ebf4c-ede2-463e-a65e-9db0ac221df8'] response: {'server_uuid': '8c68a3e5-f77e-4340-994a-7840012c9f9f', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '92d3cfc9-1fe8-4fe0-85db-4866e4077c8e', 'code': 200}