+ 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 /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-05-09 05:45:49.282 1 INFO neutron.common.config [-] Logging enabled! 2026-05-09 05:45:49.282 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev173 2026-05-09 05:45:49.283 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-05-09 05:45:49.283 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-09 05:45:50.498 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 05:45:50.500 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-09 05:45:50.503 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-09 05:45:50.504 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 05:45:50.504 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-09 05:45:50.504 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-09 05:45:50.504 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-05-09 05:45:50.504 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 05:45:50.510 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 05:45:50.510 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 05:45:50.510 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 05:45:50.528 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-09 05:45:50.529 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 05:45:50.529 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-09 05:45:50.548 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-09 05:45:50.548 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-09 05:45:50.548 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-09 05:45:50.548 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-09 05:45:50.862 1 INFO neutron.plugins.ml2.managers [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] Initializing driver for type 'vlan' 2026-05-09 05:45:51.010 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] VlanTypeDriver initialization complete 2026-05-09 05:45:51.010 1 INFO neutron.plugins.ml2.managers [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] Initializing driver for type 'vxlan' 2026-05-09 05:45:51.011 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-09 05:45:51.063 1 INFO neutron.plugins.ml2.managers [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-09 05:45:51.064 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-09 05:45:51.064 1 INFO neutron.plugins.ml2.managers [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] Initializing extension driver 'port_security' 2026-05-09 05:45:51.064 1 INFO neutron.plugins.ml2.extensions.port_security [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-09 05:45:51.064 1 INFO neutron.plugins.ml2.managers [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] Initializing extension driver 'qos' 2026-05-09 05:45:51.065 1 INFO neutron.plugins.ml2.managers [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-09 05:45:51.065 1 INFO neutron.plugins.ml2.managers [None req-abf64f3f-0fd0-4136-ab59-9051e6926a4a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-09 05:45:51.081 1 INFO neutron.quota [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded quota_driver: . 2026-05-09 05:45:51.081 1 INFO neutron.plugins.ml2.plugin [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Modular L2 Plugin initialization complete 2026-05-09 05:45:51.081 1 INFO neutron.plugins.ml2.managers [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-09 05:45:51.081 1 INFO neutron.plugins.ml2.managers [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-09 05:45:51.082 1 INFO neutron.plugins.ml2.managers [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-09 05:45:51.082 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: qos 2026-05-09 05:45:51.094 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: router 2026-05-09 05:45:51.132 1 INFO neutron.services.service_base [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-09 05:45:51.133 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: segments 2026-05-09 05:45:51.206 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: trunk 2026-05-09 05:45:51.220 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: vpnaas 2026-05-09 05:45:51.257 1 WARNING stevedore.named [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-09 05:45:51.327 1 INFO neutron_vpnaas.services.vpn.plugin [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-09 05:45:51.327 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: taas 2026-05-09 05:45:51.571 1 WARNING stevedore.named [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-09 05:45:51.597 1 INFO neutron_taas.services.taas.taas_plugin [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-09 05:45:51.597 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: tapmirror 2026-05-09 05:45:51.610 1 WARNING stevedore.named [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-09 05:45:51.630 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-09 05:45:51.630 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: auto_allocate 2026-05-09 05:45:51.638 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: tag 2026-05-09 05:45:51.648 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: timestamp 2026-05-09 05:45:51.651 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: network_ip_availability 2026-05-09 05:45:51.655 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: flavors 2026-05-09 05:45:51.658 1 INFO neutron.manager [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loading Plugin: revisions 2026-05-09 05:45:51.661 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Initializing extension manager. 2026-05-09 05:45:51.662 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: address-group 2026-05-09 05:45:51.663 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: address-scope 2026-05-09 05:45:51.664 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-09 05:45:51.664 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: agent 2026-05-09 05:45:51.665 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: agent-resources-synced 2026-05-09 05:45:51.666 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-09 05:45:51.666 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-09 05:45:51.667 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: availability_zone 2026-05-09 05:45:51.668 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: availability_zone_filter 2026-05-09 05:45:51.668 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-09 05:45:51.668 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: default-subnetpools 2026-05-09 05:45:51.670 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-09 05:45:51.670 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: dns-integration 2026-05-09 05:45:51.671 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: dns-domain-ports 2026-05-09 05:45:51.671 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-09 05:45:51.672 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: dvr 2026-05-09 05:45:51.672 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-09 05:45:51.673 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: empty-string-filtering 2026-05-09 05:45:51.673 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 05:45:51.673 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-09 05:45:51.674 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: external-net 2026-05-09 05:45:51.674 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-09 05:45:51.675 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: extraroute 2026-05-09 05:45:51.675 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: extraroute-atomic 2026-05-09 05:45:51.676 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: filter-validation 2026-05-09 05:45:51.677 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-09 05:45:51.678 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-09 05:45:51.678 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-09 05:45:51.679 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: fip-port-details 2026-05-09 05:45:51.680 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: flavors 2026-05-09 05:45:51.681 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-09 05:45:51.681 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: floatingip-pools 2026-05-09 05:45:51.682 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: ip_allocation 2026-05-09 05:45:51.682 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-09 05:45:51.683 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: l2_adjacency 2026-05-09 05:45:51.684 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: router 2026-05-09 05:45:51.685 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 05:45:51.686 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-09 05:45:51.686 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-09 05:45:51.687 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: ext-gw-mode 2026-05-09 05:45:51.687 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: l3-ha 2026-05-09 05:45:51.687 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-09 05:45:51.688 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-09 05:45:51.688 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: l3-flavors 2026-05-09 05:45:51.689 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-09 05:45:51.689 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-09 05:45:51.691 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-09 05:45:51.693 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-09 05:45:51.694 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-09 05:45:51.695 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-09 05:45:51.695 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-09 05:45:51.696 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: multi-provider 2026-05-09 05:45:51.696 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: net-mtu 2026-05-09 05:45:51.696 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: net-mtu-writable 2026-05-09 05:45:51.697 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: network_availability_zone 2026-05-09 05:45:51.697 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: network_ha 2026-05-09 05:45:51.698 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: network-ip-availability 2026-05-09 05:45:51.698 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-09 05:45:51.699 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-09 05:45:51.700 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: pagination 2026-05-09 05:45:51.700 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-device-profile 2026-05-09 05:45:51.700 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-09 05:45:51.701 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-09 05:45:51.701 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-09 05:45:51.702 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-mac-override 2026-05-09 05:45:51.702 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-09 05:45:51.703 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-09 05:45:51.703 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-09 05:45:51.703 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-resource-request 2026-05-09 05:45:51.704 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-09 05:45:51.704 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-09 05:45:51.705 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: binding 2026-05-09 05:45:51.705 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: binding-extended 2026-05-09 05:45:51.706 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-security 2026-05-09 05:45:51.706 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: project-id 2026-05-09 05:45:51.707 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: provider 2026-05-09 05:45:51.707 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-09 05:45:51.709 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos 2026-05-09 05:45:51.710 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-09 05:45:51.710 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-09 05:45:51.713 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-default 2026-05-09 05:45:51.713 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-fip 2026-05-09 05:45:51.713 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-09 05:45:51.714 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-09 05:45:51.714 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-09 05:45:51.715 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-09 05:45:51.715 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-09 05:45:51.716 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-pps 2026-05-09 05:45:51.716 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-09 05:45:51.717 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-09 05:45:51.717 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: qos-rules-alias 2026-05-09 05:45:51.718 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: quota-check-limit 2026-05-09 05:45:51.718 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-09 05:45:51.720 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: quotas 2026-05-09 05:45:51.722 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: quota_details 2026-05-09 05:45:51.723 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: rbac-policies 2026-05-09 05:45:51.724 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: rbac-address-group 2026-05-09 05:45:51.724 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: rbac-address-scope 2026-05-09 05:45:51.725 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: rbac-security-groups 2026-05-09 05:45:51.725 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-09 05:45:51.726 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: revision-if-match 2026-05-09 05:45:51.726 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-09 05:45:51.727 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: router_availability_zone 2026-05-09 05:45:51.727 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-05-09 05:45:51.728 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-09 05:45:51.729 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-09 05:45:51.730 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-09 05:45:51.730 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-09 05:45:51.730 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-09 05:45:51.731 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-09 05:45:51.731 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-09 05:45:51.735 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: security-group 2026-05-09 05:45:51.736 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: segment 2026-05-09 05:45:51.736 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-09 05:45:51.737 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: service-type 2026-05-09 05:45:51.737 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: sorting 2026-05-09 05:45:51.738 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: standard-attr-segment 2026-05-09 05:45:51.738 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: standard-attr-description 2026-05-09 05:45:51.739 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: stateful-security-group 2026-05-09 05:45:51.739 1 WARNING neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-09 05:45:51.740 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-09 05:45:51.740 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: subnet-external-network 2026-05-09 05:45:51.741 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: subnet_onboard 2026-05-09 05:45:51.741 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-09 05:45:51.741 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: subnet-service-types 2026-05-09 05:45:51.742 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: subnet_allocation 2026-05-09 05:45:51.744 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-09 05:45:51.745 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: tag-creation 2026-05-09 05:45:51.745 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-09 05:45:51.750 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: standard-attr-tag 2026-05-09 05:45:51.751 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-09 05:45:51.752 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: trunk 2026-05-09 05:45:51.752 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: trunk-details 2026-05-09 05:45:51.753 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-09 05:45:51.753 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-09 05:45:51.754 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-09 05:45:51.755 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-09 05:45:51.757 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-09 05:45:51.757 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-09 05:45:51.758 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: vpn-flavors 2026-05-09 05:45:51.759 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: vpnaas 2026-05-09 05:45:51.761 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: taas 2026-05-09 05:45:51.762 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: tap-mirror 2026-05-09 05:45:51.762 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-09 05:45:51.763 1 INFO neutron.api.extensions [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-09 05:45:51.766 1 WARNING oslo_service.backend._threading.service [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-09 05:45:51.773 1 WARNING oslo_service.backend._threading.service [None req-89ece5b9-80a7-41d0-97aa-f2bb2ebdd1f7 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-05-09 05:46:21.856 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-09 05:46:21.893 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-09 05:46:21.902 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-05-09 05:46:28.647 13 INFO neutron.db.l3_hamode_db [None req-b9696ec4-12d5-4f93-90b6-d75b2a155267 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 05:46:43.958 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 12ea618c-1bc4-4b4c-8dc8-75c05b67884f 2026-05-09 05:46:44.366 13 INFO neutron.plugins.ml2.plugin [None req-5727f47c-7127-4cae-8342-7590800d62fe - - - - - -] Attempt 1 to provision port 12ea618c-1bc4-4b4c-8dc8-75c05b67884f 2026-05-09 05:46:45.872 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 12ea618c-1bc4-4b4c-8dc8-75c05b67884f 2026-05-09 05:46:46.021 13 INFO neutron.plugins.ml2.plugin [None req-00b6a3e8-06bf-4898-9f90-95a33126b938 - - - - - -] Attempt 1 to provision port 12ea618c-1bc4-4b4c-8dc8-75c05b67884f 2026-05-09 05:51:19.965 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port eaaa13ad-44fa-48b7-88fd-2d9f9965fd9a 2026-05-09 05:51:21.482 16 INFO neutron.plugins.ml2.plugin [None req-db1da78c-b377-46b9-bba3-b7d8ff473753 - - - - - -] Attempt 1 to provision port eaaa13ad-44fa-48b7-88fd-2d9f9965fd9a 2026-05-09 05:51:21.957 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port eaaa13ad-44fa-48b7-88fd-2d9f9965fd9a 2026-05-09 05:51:25.893 13 INFO neutron.plugins.ml2.plugin [None req-6250d74a-9d0f-4827-bfc3-121b382f8fe6 - - - - - -] Attempt 1 to provision port 10d375ad-6f04-412f-8314-6202292fa994 2026-05-09 05:55:04.605 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 10d375ad-6f04-412f-8314-6202292fa994 2026-05-09 05:55:06.016 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 10d375ad-6f04-412f-8314-6202292fa994 2026-05-09 06:03:40.174 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 41bf4ee0-a3f3-4204-9f6d-97b245f9f702 2026-05-09 06:03:42.126 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 41bf4ee0-a3f3-4204-9f6d-97b245f9f702 2026-05-09 06:14:01.393 16 INFO neutron.plugins.ml2.plugin [None req-3863d8b4-2f9a-4260-a179-e33adc9377fc - - - - - -] Attempt 1 to provision port 12ea618c-1bc4-4b4c-8dc8-75c05b67884f 2026-05-09 06:14:01.441 16 INFO neutron.plugins.ml2.plugin [None req-3863d8b4-2f9a-4260-a179-e33adc9377fc - - - - - -] Attempt 1 to provision port 10d375ad-6f04-412f-8314-6202292fa994 2026-05-09 06:14:01.484 16 INFO neutron.plugins.ml2.plugin [None req-3863d8b4-2f9a-4260-a179-e33adc9377fc - - - - - -] Attempt 1 to provision port eaaa13ad-44fa-48b7-88fd-2d9f9965fd9a 2026-05-09 06:18:32.304 13 INFO neutron.plugins.ml2.plugin [None req-0ba6c7c8-d803-4c78-9c94-7c16c1e66a8c - - - - - -] Attempt 1 to provision port aae79a5a-8881-4126-83d3-c0689633bd6c 2026-05-09 06:18:32.329 13 INFO neutron.plugins.ml2.plugin [None req-0ba6c7c8-d803-4c78-9c94-7c16c1e66a8c - - - - - -] Attempt 1 to provision port d137c220-c217-4cfe-9f4a-1247731ddaf1 2026-05-09 06:18:32.381 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port d137c220-c217-4cfe-9f4a-1247731ddaf1 2026-05-09 06:18:34.587 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 30e8d14c-1d02-41ed-99e1-982d198ecc3b 2026-05-09 06:18:36.538 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 30e8d14c-1d02-41ed-99e1-982d198ecc3b 2026-05-09 06:18:38.595 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port ee27e988-c298-4991-9bf3-e9b938a55c2b 2026-05-09 06:18:38.968 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 429b7382-af85-4988-8999-7f1df9fe68e5 2026-05-09 06:18:39.420 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 9d2b0f0e-be4a-43b4-8db8-b427979f612f 2026-05-09 06:18:40.524 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port ee27e988-c298-4991-9bf3-e9b938a55c2b 2026-05-09 06:18:40.718 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 429b7382-af85-4988-8999-7f1df9fe68e5 2026-05-09 06:18:40.911 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 9d2b0f0e-be4a-43b4-8db8-b427979f612f 2026-05-09 06:18:42.364 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port e1e1d7bf-de1e-49a4-9e07-bcfa043f2da0 2026-05-09 06:18:43.041 13 INFO neutron.plugins.ml2.plugin [None req-5a818023-6b4e-409f-ac31-c68e23d75d39 - - - - - -] Attempt 1 to provision port 30e8d14c-1d02-41ed-99e1-982d198ecc3b 2026-05-09 06:18:43.138 13 INFO neutron.plugins.ml2.plugin [None req-5a818023-6b4e-409f-ac31-c68e23d75d39 - - - - - -] Attempt 1 to provision port fdb3d1a6-ac7c-4fc2-af15-ef1f68b8d685 2026-05-09 06:18:43.180 13 INFO neutron.plugins.ml2.plugin [None req-5a818023-6b4e-409f-ac31-c68e23d75d39 - - - - - -] Attempt 1 to provision port 9404a0f0-0a69-434b-a44f-287f1b6f6845 2026-05-09 06:18:43.216 13 INFO neutron.plugins.ml2.plugin [None req-5a818023-6b4e-409f-ac31-c68e23d75d39 - - - - - -] Attempt 1 to provision port 9d2b0f0e-be4a-43b4-8db8-b427979f612f 2026-05-09 06:18:43.307 13 INFO neutron.plugins.ml2.plugin [None req-5a818023-6b4e-409f-ac31-c68e23d75d39 - - - - - -] Attempt 1 to provision port cae5cab9-46d5-4b2a-813f-1b30a8bd754c 2026-05-09 06:18:44.565 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port e1e1d7bf-de1e-49a4-9e07-bcfa043f2da0 2026-05-09 06:18:44.799 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 4bc90091-16f8-4764-b008-c542902370e8 2026-05-09 06:18:47.613 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 745cc3d9-ae52-4923-ac48-dc7657344f1d 2026-05-09 06:18:47.971 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port fd4b7e22-9355-4491-aa4f-c52bf53bd6ad 2026-05-09 06:18:48.333 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port c31fdf46-acd6-4671-9c2c-b8ca2e9319ee 2026-05-09 06:18:48.468 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-545bffca-d318-48ad-be21-2027da9baf9e'] response: {'server_uuid': 'c9d22dce-d1e4-4604-9a60-33d6d0c62416', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fd4b7e22-9355-4491-aa4f-c52bf53bd6ad', 'code': 200} 2026-05-09 06:18:48.690 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 4bc90091-16f8-4764-b008-c542902370e8 2026-05-09 06:18:50.031 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port c31fdf46-acd6-4671-9c2c-b8ca2e9319ee 2026-05-09 06:18:50.264 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port fd4b7e22-9355-4491-aa4f-c52bf53bd6ad 2026-05-09 06:18:50.437 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 745cc3d9-ae52-4923-ac48-dc7657344f1d 2026-05-09 06:18:50.544 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-95d793a0-ed3b-4f90-9e69-1a271dc95e90'] response: {'server_uuid': '3c12bdf5-e599-46d9-b1da-c2bf7a5aa6e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c31fdf46-acd6-4671-9c2c-b8ca2e9319ee', 'code': 200} 2026-05-09 06:18:52.537 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port a027d201-aa88-49d1-9d32-337c17c8846d 2026-05-09 06:18:52.993 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf81c7ca-af4e-4e9d-bb84-ee83595cc492'] response: {'server_uuid': 'd697526a-a82e-4a79-8a14-96bdb0d24947', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a027d201-aa88-49d1-9d32-337c17c8846d', 'code': 200} 2026-05-09 06:18:54.014 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port a027d201-aa88-49d1-9d32-337c17c8846d 2026-05-09 06:19:00.151 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 45f3aa63-ba00-4d1c-8fdd-f1121e155504 2026-05-09 06:19:02.408 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 45f3aa63-ba00-4d1c-8fdd-f1121e155504 2026-05-09 06:19:04.716 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 11052ab6-6643-4500-9a2b-eb1f11bbc813 2026-05-09 06:19:04.834 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e6bc23e-333f-489c-8b9e-370656e96334'] response: {'server_uuid': 'd88267b9-2771-4823-a879-f9c404027bda', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '11052ab6-6643-4500-9a2b-eb1f11bbc813', 'code': 200} 2026-05-09 06:19:06.120 13 INFO neutron.plugins.ml2.plugin [None req-4f56442a-0b2a-49e2-95d4-9e9b90c55d44 - - - - - -] Attempt 1 to provision port a027d201-aa88-49d1-9d32-337c17c8846d 2026-05-09 06:19:06.159 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 11052ab6-6643-4500-9a2b-eb1f11bbc813 2026-05-09 06:19:06.193 13 INFO neutron.plugins.ml2.plugin [None req-4f56442a-0b2a-49e2-95d4-9e9b90c55d44 - - - - - -] Attempt 1 to provision port 5292c58c-0ef7-42f5-8b35-df4af92d6ddb 2026-05-09 06:19:06.232 13 INFO neutron.plugins.ml2.plugin [None req-4f56442a-0b2a-49e2-95d4-9e9b90c55d44 - - - - - -] Attempt 1 to provision port 45f3aa63-ba00-4d1c-8fdd-f1121e155504 2026-05-09 06:19:06.320 13 INFO neutron.plugins.ml2.plugin [None req-4f56442a-0b2a-49e2-95d4-9e9b90c55d44 - - - - - -] Attempt 1 to provision port 00d46dd8-872f-4531-9c61-f01766dd69f1 2026-05-09 06:19:06.343 13 INFO neutron.plugins.ml2.plugin [None req-4f56442a-0b2a-49e2-95d4-9e9b90c55d44 - - - - - -] Attempt 1 to provision port 11052ab6-6643-4500-9a2b-eb1f11bbc813 2026-05-09 06:19:06.388 13 INFO neutron.plugins.ml2.plugin [None req-4f56442a-0b2a-49e2-95d4-9e9b90c55d44 - - - - - -] Attempt 1 to provision port 745cc3d9-ae52-4923-ac48-dc7657344f1d 2026-05-09 06:19:13.804 13 INFO neutron.plugins.ml2.plugin [None req-c644a1ea-23a0-4923-a1ab-4dfbcaa3efc1 - - - - - -] Attempt 1 to provision port e8dcafe3-974c-408c-bf37-28ab45a1a233 2026-05-09 06:19:13.832 13 INFO neutron.plugins.ml2.plugin [None req-c644a1ea-23a0-4923-a1ab-4dfbcaa3efc1 - - - - - -] Attempt 1 to provision port 2aa5a145-34e7-4bb3-9f2c-07d03ec0118b 2026-05-09 06:19:13.863 13 INFO neutron.plugins.ml2.plugin [None req-c644a1ea-23a0-4923-a1ab-4dfbcaa3efc1 - - - - - -] Attempt 1 to provision port 8a8282a4-9aa6-4557-89ac-16e8026b08fe 2026-05-09 06:19:13.886 13 INFO neutron.plugins.ml2.plugin [None req-c644a1ea-23a0-4923-a1ab-4dfbcaa3efc1 - - - - - -] Attempt 1 to provision port 00d46dd8-872f-4531-9c61-f01766dd69f1 2026-05-09 06:19:13.916 13 INFO neutron.plugins.ml2.plugin [None req-c644a1ea-23a0-4923-a1ab-4dfbcaa3efc1 - - - - - -] Attempt 1 to provision port 951d599a-8cd1-46ce-aa74-15b5128c9f14 2026-05-09 06:19:13.939 13 INFO neutron.plugins.ml2.plugin [None req-c644a1ea-23a0-4923-a1ab-4dfbcaa3efc1 - - - - - -] Attempt 1 to provision port 12ea618c-1bc4-4b4c-8dc8-75c05b67884f 2026-05-09 06:19:13.976 13 INFO neutron.plugins.ml2.plugin [None req-c644a1ea-23a0-4923-a1ab-4dfbcaa3efc1 - - - - - -] Attempt 1 to provision port 45f3aa63-ba00-4d1c-8fdd-f1121e155504 2026-05-09 06:19:16.058 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 5292c58c-0ef7-42f5-8b35-df4af92d6ddb 2026-05-09 06:19:16.062 16 INFO neutron.plugins.ml2.plugin [None req-a253f95c-5d37-4f17-9176-43090b1db08b - - - - - -] Attempt 1 to provision port 00d46dd8-872f-4531-9c61-f01766dd69f1 2026-05-09 06:19:16.330 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 951d599a-8cd1-46ce-aa74-15b5128c9f14 2026-05-09 06:19:18.250 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 5292c58c-0ef7-42f5-8b35-df4af92d6ddb 2026-05-09 06:19:18.438 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 951d599a-8cd1-46ce-aa74-15b5128c9f14 2026-05-09 06:19:22.217 13 INFO neutron.plugins.ml2.plugin [None req-237a9495-76d2-4c73-be4b-d002899d4afb - - - - - -] Attempt 1 to provision port a027d201-aa88-49d1-9d32-337c17c8846d 2026-05-09 06:19:24.386 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 58e3b95b-119a-4d6a-884c-c61726f97d4d 2026-05-09 06:19:24.722 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 18153fc9-a0e7-490a-a861-ea6c42b533d5 2026-05-09 06:19:25.977 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 58e3b95b-119a-4d6a-884c-c61726f97d4d 2026-05-09 06:19:26.188 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 18153fc9-a0e7-490a-a861-ea6c42b533d5 2026-05-09 06:19:28.270 13 INFO neutron.plugins.ml2.plugin [None req-3671172c-b3bb-4416-b377-dc9c31f52418 - - - - - -] Attempt 1 to provision port 58e3b95b-119a-4d6a-884c-c61726f97d4d 2026-05-09 06:19:28.319 13 INFO neutron.plugins.ml2.plugin [None req-3671172c-b3bb-4416-b377-dc9c31f52418 - - - - - -] Attempt 1 to provision port 2db808d3-5d35-4e03-abaa-8d7fde710760 2026-05-09 06:19:34.971 16 INFO neutron.plugins.ml2.plugin [None req-2244da5e-c48a-45d2-bce9-869010ed57ff - - - - - -] Attempt 1 to provision port 58e3b95b-119a-4d6a-884c-c61726f97d4d 2026-05-09 06:19:35.025 16 INFO neutron.plugins.ml2.plugin [None req-2244da5e-c48a-45d2-bce9-869010ed57ff - - - - - -] Attempt 1 to provision port a2cc007a-c05e-43ee-951c-302a6453e56b 2026-05-09 06:19:35.047 16 INFO neutron.plugins.ml2.plugin [None req-2244da5e-c48a-45d2-bce9-869010ed57ff - - - - - -] Attempt 1 to provision port 2db808d3-5d35-4e03-abaa-8d7fde710760 2026-05-09 06:19:38.528 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port afcd3b53-0995-460e-a9f6-d35a505402fb 2026-05-09 06:19:38.627 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-22230307-e685-49ed-8423-0199f65d116e'] response: {'server_uuid': 'a7639d62-5330-43ad-b2d6-36accc3b7f4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'afcd3b53-0995-460e-a9f6-d35a505402fb', 'code': 200} 2026-05-09 06:19:40.047 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port afcd3b53-0995-460e-a9f6-d35a505402fb 2026-05-09 06:19:40.284 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 2db808d3-5d35-4e03-abaa-8d7fde710760 2026-05-09 06:19:42.032 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port a2cc007a-c05e-43ee-951c-302a6453e56b 2026-05-09 06:19:42.240 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 2db808d3-5d35-4e03-abaa-8d7fde710760 2026-05-09 06:19:43.938 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port a2cc007a-c05e-43ee-951c-302a6453e56b 2026-05-09 06:19:51.550 13 INFO neutron.plugins.ml2.plugin [None req-26807a73-0ab2-46ae-815a-fa65ea7092dd - - - - - -] Attempt 1 to provision port afcd3b53-0995-460e-a9f6-d35a505402fb 2026-05-09 06:19:51.590 13 INFO neutron.plugins.ml2.plugin [None req-26807a73-0ab2-46ae-815a-fa65ea7092dd - - - - - -] Attempt 1 to provision port 2db808d3-5d35-4e03-abaa-8d7fde710760 2026-05-09 06:20:08.024 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port f290e4b4-a306-4891-98e6-e9f2b4bdd220 2026-05-09 06:20:09.357 13 INFO neutron.plugins.ml2.plugin [None req-5892b489-cf3e-49cf-9602-296ef92b1ff5 - - - - - -] Attempt 1 to provision port f290e4b4-a306-4891-98e6-e9f2b4bdd220 2026-05-09 06:20:10.007 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port f290e4b4-a306-4891-98e6-e9f2b4bdd220 2026-05-09 06:20:12.030 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port e4a03fb7-a552-4794-bcfc-9ff31f9e83df 2026-05-09 06:20:13.995 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port e4a03fb7-a552-4794-bcfc-9ff31f9e83df 2026-05-09 06:20:14.335 16 INFO neutron.plugins.ml2.plugin [None req-632a3b2e-efbb-4eef-8e2b-90a15145b951 - - - - - -] Attempt 1 to provision port f290e4b4-a306-4891-98e6-e9f2b4bdd220 2026-05-09 06:20:14.392 16 INFO neutron.plugins.ml2.plugin [None req-632a3b2e-efbb-4eef-8e2b-90a15145b951 - - - - - -] Attempt 1 to provision port 983be99d-299c-4da1-9266-71e593792bf5 2026-05-09 06:20:14.428 16 INFO neutron.plugins.ml2.plugin [None req-632a3b2e-efbb-4eef-8e2b-90a15145b951 - - - - - -] Attempt 1 to provision port 83da58bc-e088-4681-b614-3efb98525f5d 2026-05-09 06:20:14.784 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-a79338cf-c4cf-4753-9e58-c6a3cd77b477'] response: {'server_uuid': 'a7639d62-5330-43ad-b2d6-36accc3b7f4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'afcd3b53-0995-460e-a9f6-d35a505402fb', 'code': 200} 2026-05-09 06:20:16.539 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port afcd3b53-0995-460e-a9f6-d35a505402fb 2026-05-09 06:20:16.824 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4405789-aa7b-46a5-89d4-b2619dc17e87'] response: {'server_uuid': 'a7639d62-5330-43ad-b2d6-36accc3b7f4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'afcd3b53-0995-460e-a9f6-d35a505402fb', 'code': 200} 2026-05-09 06:20:18.082 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port afcd3b53-0995-460e-a9f6-d35a505402fb 2026-05-09 06:20:20.575 13 INFO neutron.plugins.ml2.plugin [None req-e53d220f-7dd0-4465-b83a-3f6254cda37a - - - - - -] Attempt 1 to provision port 83da58bc-e088-4681-b614-3efb98525f5d 2026-05-09 06:20:23.141 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 8be9e691-93a4-4277-9f68-2234ef980729 2026-05-09 06:20:23.235 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-738b7843-bb51-446b-88c3-f19a668b4e2c'] response: {'server_uuid': 'a66d58cf-a179-4797-9a12-e662eb8d8bc0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8be9e691-93a4-4277-9f68-2234ef980729', 'code': 200} 2026-05-09 06:20:24.050 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port cb4923a8-43f8-4d47-ad69-bd13ac9586bc 2026-05-09 06:20:24.407 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 8be9e691-93a4-4277-9f68-2234ef980729 2026-05-09 06:20:24.715 16 INFO neutron.plugins.ml2.plugin [None req-8c2c57c4-745b-4df1-8e2c-424b8432f4bd - - - - - -] Attempt 1 to provision port f94b9c59-a3e3-4f72-9bdd-5b0e33785025 2026-05-09 06:20:24.772 16 INFO neutron.plugins.ml2.plugin [None req-8c2c57c4-745b-4df1-8e2c-424b8432f4bd - - - - - -] Attempt 1 to provision port cb4923a8-43f8-4d47-ad69-bd13ac9586bc 2026-05-09 06:20:26.043 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port cb4923a8-43f8-4d47-ad69-bd13ac9586bc 2026-05-09 06:20:28.147 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 83da58bc-e088-4681-b614-3efb98525f5d 2026-05-09 06:20:28.489 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 983be99d-299c-4da1-9266-71e593792bf5 2026-05-09 06:20:30.280 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 83da58bc-e088-4681-b614-3efb98525f5d 2026-05-09 06:20:30.466 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 983be99d-299c-4da1-9266-71e593792bf5 2026-05-09 06:20:42.233 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b11ab68-a46d-4e9d-ab74-bb765ed9807e'] response: {'server_uuid': 'a7639d62-5330-43ad-b2d6-36accc3b7f4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'afcd3b53-0995-460e-a9f6-d35a505402fb', 'code': 200} 2026-05-09 06:20:56.090 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port f5df019f-1119-4d55-95fa-da41c2f8c919 2026-05-09 06:20:56.453 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 267862d4-33b4-43e8-b4d5-0631cb52fc63 2026-05-09 06:20:57.473 13 INFO neutron.plugins.ml2.plugin [None req-12c6131e-2161-4d37-a62e-b72dee1bd96f - - - - - -] Attempt 1 to provision port dca5f976-8110-4cf0-8ef0-c1696ad94f7a 2026-05-09 06:20:57.499 13 INFO neutron.plugins.ml2.plugin [None req-12c6131e-2161-4d37-a62e-b72dee1bd96f - - - - - -] Attempt 1 to provision port 267862d4-33b4-43e8-b4d5-0631cb52fc63 2026-05-09 06:20:57.540 13 INFO neutron.plugins.ml2.plugin [None req-12c6131e-2161-4d37-a62e-b72dee1bd96f - - - - - -] Attempt 1 to provision port e8cb6d4a-3de7-41b3-82fd-e61d3afc40a2 2026-05-09 06:20:57.993 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port f5df019f-1119-4d55-95fa-da41c2f8c919 2026-05-09 06:20:58.142 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 267862d4-33b4-43e8-b4d5-0631cb52fc63 2026-05-09 06:21:03.223 16 INFO neutron.plugins.ml2.plugin [None req-cb862d53-6c5c-4b2b-a011-a6e196c51d14 - - - - - -] Attempt 1 to provision port 267862d4-33b4-43e8-b4d5-0631cb52fc63 2026-05-09 06:21:03.295 16 INFO neutron.plugins.ml2.plugin [None req-cb862d53-6c5c-4b2b-a011-a6e196c51d14 - - - - - -] Attempt 1 to provision port e8cb6d4a-3de7-41b3-82fd-e61d3afc40a2 2026-05-09 06:21:04.977 16 INFO neutron.plugins.ml2.plugin [None req-9d10269b-0e63-4d8e-8b9b-24e6c70f7809 - - - - - -] Attempt 1 to provision port e8cb6d4a-3de7-41b3-82fd-e61d3afc40a2 2026-05-09 06:21:06.231 13 INFO neutron.plugins.ml2.plugin [None req-a3572629-9d16-4f7e-9f29-d441ec44c647 - - - - - -] Attempt 1 to provision port e8cb6d4a-3de7-41b3-82fd-e61d3afc40a2 2026-05-09 06:21:07.058 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port b03d9240-6785-4f79-982c-d9956498c7df 2026-05-09 06:21:07.152 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-51b15575-b4e4-4784-9fb3-3a18f7744f3c'] response: {'server_uuid': 'd16655e7-fa7b-4885-91b2-e4dd978715de', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b03d9240-6785-4f79-982c-d9956498c7df', 'code': 200} 2026-05-09 06:21:07.457 13 INFO neutron.plugins.ml2.plugin [None req-6f3605cd-1337-414c-b936-0c389fc3b4c3 - - - - - -] Attempt 1 to provision port b03d9240-6785-4f79-982c-d9956498c7df 2026-05-09 06:21:08.002 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port b03d9240-6785-4f79-982c-d9956498c7df 2026-05-09 06:21:12.115 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port dca5f976-8110-4cf0-8ef0-c1696ad94f7a 2026-05-09 06:21:12.326 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port e8cb6d4a-3de7-41b3-82fd-e61d3afc40a2 2026-05-09 06:21:12.591 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 7e0b574c-375c-4c87-a571-c814f7f29e21 2026-05-09 06:21:14.134 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port dca5f976-8110-4cf0-8ef0-c1696ad94f7a 2026-05-09 06:21:14.449 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port e8cb6d4a-3de7-41b3-82fd-e61d3afc40a2 2026-05-09 06:21:14.688 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 7e0b574c-375c-4c87-a571-c814f7f29e21 2026-05-09 06:21:16.024 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 72b902e3-4c5b-48d1-9d00-8fe1af9ea39b 2026-05-09 06:21:16.383 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 2c7b1667-5843-484d-9001-e286837a5f17 2026-05-09 06:21:18.259 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 72b902e3-4c5b-48d1-9d00-8fe1af9ea39b 2026-05-09 06:21:18.460 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 2c7b1667-5843-484d-9001-e286837a5f17 2026-05-09 06:21:18.631 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port ee00da25-bad7-41a5-a560-e68428836f6f 2026-05-09 06:21:20.529 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port ee00da25-bad7-41a5-a560-e68428836f6f 2026-05-09 06:21:23.986 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port b508e5e6-e786-4da5-8682-2740a2397c71 2026-05-09 06:21:26.083 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port b508e5e6-e786-4da5-8682-2740a2397c71 2026-05-09 06:21:26.439 16 INFO neutron.plugins.ml2.plugin [None req-93977dd2-e171-4d32-8a1a-a29b29703e41 - - - - - -] Attempt 1 to provision port cc8a4d89-77d1-466e-a61b-0c806f88d92c 2026-05-09 06:21:26.472 16 INFO neutron.plugins.ml2.plugin [None req-93977dd2-e171-4d32-8a1a-a29b29703e41 - - - - - -] Attempt 1 to provision port 72b902e3-4c5b-48d1-9d00-8fe1af9ea39b 2026-05-09 06:21:26.518 16 INFO neutron.plugins.ml2.plugin [None req-93977dd2-e171-4d32-8a1a-a29b29703e41 - - - - - -] Attempt 1 to provision port b508e5e6-e786-4da5-8682-2740a2397c71 2026-05-09 06:21:26.559 16 INFO neutron.plugins.ml2.plugin [None req-93977dd2-e171-4d32-8a1a-a29b29703e41 - - - - - -] Attempt 1 to provision port d8b3d46e-beb9-4f40-bd4c-884cfee3a7e9 2026-05-09 06:21:26.580 16 INFO neutron.plugins.ml2.plugin [None req-93977dd2-e171-4d32-8a1a-a29b29703e41 - - - - - -] Attempt 1 to provision port 4ccb5e57-5a2f-4799-9671-b13ff90abd07 2026-05-09 06:21:26.600 16 INFO neutron.plugins.ml2.plugin [None req-93977dd2-e171-4d32-8a1a-a29b29703e41 - - - - - -] Attempt 1 to provision port 8354e35b-7733-4e8f-9439-a6a299e234a0 2026-05-09 06:21:32.572 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 994c0869-b497-44da-987d-604d4e046e48 2026-05-09 06:21:32.691 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-82daff0c-6039-44a8-b183-ca7cb051c97d'] response: {'server_uuid': '54a58556-a38e-484a-9f54-53e212bb1767', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '994c0869-b497-44da-987d-604d4e046e48', 'code': 200} 2026-05-09 06:21:32.969 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 92766c6e-6e78-4365-ad6b-1c988732b684 2026-05-09 06:21:34.797 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 515f9332-ca8b-4df6-a890-3135a840dc76 2026-05-09 06:21:35.158 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 994c0869-b497-44da-987d-604d4e046e48 2026-05-09 06:21:35.371 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 92766c6e-6e78-4365-ad6b-1c988732b684 2026-05-09 06:21:35.565 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port c4277511-ce7d-476a-8319-c006bf7bb495 2026-05-09 06:21:35.670 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-82c18f7c-1e21-4da5-908b-b36641de4d87'] response: {'server_uuid': 'cb5e3e8b-cb0e-47ae-923f-5c5645530161', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c4277511-ce7d-476a-8319-c006bf7bb495', 'code': 200} 2026-05-09 06:21:36.410 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 515f9332-ca8b-4df6-a890-3135a840dc76 2026-05-09 06:21:36.595 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 4ccb5e57-5a2f-4799-9671-b13ff90abd07 2026-05-09 06:21:36.868 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port cc8a4d89-77d1-466e-a61b-0c806f88d92c 2026-05-09 06:21:37.107 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 8354e35b-7733-4e8f-9439-a6a299e234a0 2026-05-09 06:21:37.426 16 INFO neutron.plugins.ml2.plugin [None req-e309dfda-3baf-4c50-bc67-71dd0db41581 - - - - - -] Attempt 1 to provision port c4277511-ce7d-476a-8319-c006bf7bb495 2026-05-09 06:21:37.451 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port c4277511-ce7d-476a-8319-c006bf7bb495 2026-05-09 06:21:37.511 16 INFO neutron.plugins.ml2.plugin [None req-e309dfda-3baf-4c50-bc67-71dd0db41581 - - - - - -] Attempt 1 to provision port e7df64c6-3d22-4c01-84b2-c9658080ccf0 2026-05-09 06:21:37.744 16 INFO neutron.plugins.ml2.plugin [None req-e309dfda-3baf-4c50-bc67-71dd0db41581 - - - - - -] Attempt 1 to provision port 92766c6e-6e78-4365-ad6b-1c988732b684 2026-05-09 06:21:37.746 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port d8b3d46e-beb9-4f40-bd4c-884cfee3a7e9 2026-05-09 06:21:37.827 16 INFO neutron.plugins.ml2.plugin [None req-e309dfda-3baf-4c50-bc67-71dd0db41581 - - - - - -] Attempt 1 to provision port 8354e35b-7733-4e8f-9439-a6a299e234a0 2026-05-09 06:21:37.910 16 INFO neutron.plugins.ml2.plugin [None req-e309dfda-3baf-4c50-bc67-71dd0db41581 - - - - - -] Attempt 1 to provision port 994c0869-b497-44da-987d-604d4e046e48 2026-05-09 06:21:38.649 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 4ccb5e57-5a2f-4799-9671-b13ff90abd07 2026-05-09 06:21:38.873 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port e7df64c6-3d22-4c01-84b2-c9658080ccf0 2026-05-09 06:21:39.132 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port cc8a4d89-77d1-466e-a61b-0c806f88d92c 2026-05-09 06:21:39.456 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 8354e35b-7733-4e8f-9439-a6a299e234a0 2026-05-09 06:21:39.902 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port d8b3d46e-beb9-4f40-bd4c-884cfee3a7e9 2026-05-09 06:21:41.150 16 INFO neutron.plugins.ml2.plugin [None req-34a36924-1b86-412c-96d7-7e63225ac424 - - - - - -] Attempt 1 to provision port b508e5e6-e786-4da5-8682-2740a2397c71 2026-05-09 06:21:41.202 16 INFO neutron.plugins.ml2.plugin [None req-34a36924-1b86-412c-96d7-7e63225ac424 - - - - - -] Attempt 1 to provision port d8b3d46e-beb9-4f40-bd4c-884cfee3a7e9 2026-05-09 06:21:43.911 16 INFO neutron.plugins.ml2.plugin [None req-8cc04d22-6e36-446e-8fec-91012c46094f - - - - - -] Attempt 1 to provision port c4277511-ce7d-476a-8319-c006bf7bb495 2026-05-09 06:21:46.330 13 INFO neutron.plugins.ml2.plugin [None req-a145b68a-429f-420b-947a-ff7ad14f583e - - - - - -] Attempt 1 to provision port d8b3d46e-beb9-4f40-bd4c-884cfee3a7e9 2026-05-09 06:21:48.485 13 INFO neutron.plugins.ml2.plugin [None req-c7773cfa-5e62-4a83-9024-310130139415 - - - - - -] Attempt 1 to provision port d8b3d46e-beb9-4f40-bd4c-884cfee3a7e9 2026-05-09 06:21:48.750 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port de4db8e1-5ded-4183-b7c8-b26fbaed9c4e 2026-05-09 06:21:48.856 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3930889e-a3ed-47ff-aa0a-e9437738eb69'] response: {'server_uuid': '9bb60e9e-0b78-49aa-8a2b-30b0dcba65a2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'de4db8e1-5ded-4183-b7c8-b26fbaed9c4e', 'code': 200} 2026-05-09 06:21:50.772 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port de4db8e1-5ded-4183-b7c8-b26fbaed9c4e 2026-05-09 06:21:58.806 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port bc16ab6a-780d-427c-bc51-41b1db114203 2026-05-09 06:22:00.512 13 INFO neutron.plugins.ml2.plugin [None req-feca0a13-8570-49cc-98f2-0aa717392f14 - - - - - -] Attempt 1 to provision port 5e0698c8-746e-41ee-b27a-faee74859d7f 2026-05-09 06:22:00.540 13 INFO neutron.plugins.ml2.plugin [None req-feca0a13-8570-49cc-98f2-0aa717392f14 - - - - - -] Attempt 1 to provision port bc16ab6a-780d-427c-bc51-41b1db114203 2026-05-09 06:22:00.863 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port bc16ab6a-780d-427c-bc51-41b1db114203 2026-05-09 06:22:01.049 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 25b6d66c-ec26-4185-9c22-87985b799f03 2026-05-09 06:22:02.811 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 25b6d66c-ec26-4185-9c22-87985b799f03 2026-05-09 06:22:03.463 16 INFO neutron.plugins.ml2.plugin [None req-188e4e44-4fe3-49f3-b6ba-e1d87fa5edc4 - - - - - -] Attempt 1 to provision port 5e0698c8-746e-41ee-b27a-faee74859d7f 2026-05-09 06:22:03.489 16 INFO neutron.plugins.ml2.plugin [None req-188e4e44-4fe3-49f3-b6ba-e1d87fa5edc4 - - - - - -] Attempt 1 to provision port 3f3e27d5-78fc-402a-b7d9-dc5eae455943 2026-05-09 06:22:03.515 16 INFO neutron.plugins.ml2.plugin [None req-188e4e44-4fe3-49f3-b6ba-e1d87fa5edc4 - - - - - -] Attempt 1 to provision port bc16ab6a-780d-427c-bc51-41b1db114203 2026-05-09 06:22:06.779 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 7816ebaf-31c1-475a-bc25-75b080bf9a8d 2026-05-09 06:22:07.170 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port a979c707-5f83-46f5-b331-25fec2088367 2026-05-09 06:22:08.839 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 7816ebaf-31c1-475a-bc25-75b080bf9a8d 2026-05-09 06:22:09.032 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port a979c707-5f83-46f5-b331-25fec2088367 2026-05-09 06:22:11.957 13 INFO neutron.plugins.ml2.plugin [None req-a5d36326-42d2-4a5a-a091-2463704ed753 - - - - - -] Attempt 1 to provision port 5e0698c8-746e-41ee-b27a-faee74859d7f 2026-05-09 06:22:11.982 13 INFO neutron.plugins.ml2.plugin [None req-a5d36326-42d2-4a5a-a091-2463704ed753 - - - - - -] Attempt 1 to provision port 7816ebaf-31c1-475a-bc25-75b080bf9a8d 2026-05-09 06:22:12.042 13 INFO neutron.plugins.ml2.plugin [None req-a5d36326-42d2-4a5a-a091-2463704ed753 - - - - - -] Attempt 1 to provision port 362bc9cd-ba6c-4e96-b60d-c384bbe20001 2026-05-09 06:22:12.066 13 INFO neutron.plugins.ml2.plugin [None req-a5d36326-42d2-4a5a-a091-2463704ed753 - - - - - -] Attempt 1 to provision port dae18342-c29b-41aa-b1ac-308dfdd2d658 2026-05-09 06:22:13.907 16 INFO neutron.plugins.ml2.plugin [None req-1058e2b1-0e10-43b5-8483-0424f4e057fb - - - - - -] Attempt 1 to provision port 362bc9cd-ba6c-4e96-b60d-c384bbe20001 2026-05-09 06:22:15.302 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 97740c7f-f46e-4e0a-b48f-7a4b0a66f502 2026-05-09 06:22:15.436 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fe1b103-bd2a-4b45-a801-135c153b2318'] response: {'server_uuid': '33edfb4d-28d3-4176-80ab-712d18fdfbfb', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '97740c7f-f46e-4e0a-b48f-7a4b0a66f502', 'code': 200} 2026-05-09 06:22:15.892 13 INFO neutron.plugins.ml2.plugin [None req-0d4312fb-553b-4802-9228-cd5b509003b6 - - - - - -] Attempt 1 to provision port 362bc9cd-ba6c-4e96-b60d-c384bbe20001 2026-05-09 06:22:17.925 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 65f67966-944e-41ea-942f-5e2d4dd478be 2026-05-09 06:22:18.041 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e666c02-1ecb-4dc4-b8c8-3743739833e7'] response: {'server_uuid': '61414418-3a68-41df-acf5-a0ff40a23a3e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '65f67966-944e-41ea-942f-5e2d4dd478be', 'code': 200} 2026-05-09 06:22:18.245 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 97740c7f-f46e-4e0a-b48f-7a4b0a66f502 2026-05-09 06:22:19.045 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 3f3e27d5-78fc-402a-b7d9-dc5eae455943 2026-05-09 06:22:19.262 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 65f67966-944e-41ea-942f-5e2d4dd478be 2026-05-09 06:22:21.043 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 5e0698c8-746e-41ee-b27a-faee74859d7f 2026-05-09 06:22:21.339 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 3f3e27d5-78fc-402a-b7d9-dc5eae455943 2026-05-09 06:22:23.062 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 5e0698c8-746e-41ee-b27a-faee74859d7f 2026-05-09 06:22:23.252 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port dae18342-c29b-41aa-b1ac-308dfdd2d658 2026-05-09 06:22:23.484 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 362bc9cd-ba6c-4e96-b60d-c384bbe20001 2026-05-09 06:22:25.020 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port dae18342-c29b-41aa-b1ac-308dfdd2d658 2026-05-09 06:22:25.163 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 362bc9cd-ba6c-4e96-b60d-c384bbe20001 2026-05-09 06:22:37.569 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port fd53be8d-0f70-4989-be26-19ee810f6189 2026-05-09 06:22:37.681 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-f44516b1-2b0f-4e6f-97a5-cdcf2f314372'] response: {'server_uuid': '53520072-eec2-47ad-8a2c-399beb348a40', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fd53be8d-0f70-4989-be26-19ee810f6189', 'code': 200} 2026-05-09 06:22:39.156 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port fd53be8d-0f70-4989-be26-19ee810f6189 2026-05-09 06:23:50.939 16 INFO neutron.plugins.ml2.plugin [None req-88aa4c04-a2b0-466d-b57c-4bd0a3b0b54e - - - - - -] Attempt 1 to provision port 5d9c0d75-8227-4bc4-96ba-f7263d960458 2026-05-09 06:23:58.607 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 5d9c0d75-8227-4bc4-96ba-f7263d960458 2026-05-09 06:23:58.763 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-259ba0f9-1b73-453b-b87d-e421f2120574'] response: {'server_uuid': '53520072-eec2-47ad-8a2c-399beb348a40', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5d9c0d75-8227-4bc4-96ba-f7263d960458', 'code': 200} 2026-05-09 06:23:59.218 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 5d9c0d75-8227-4bc4-96ba-f7263d960458 2026-05-09 06:24:08.400 13 INFO neutron.plugins.ml2.plugin [None req-f6c8c7ab-b098-4e5c-aa28-c31035386428 - - - - - -] Attempt 1 to provision port 9077aed6-a800-419e-b207-362c3b58f3a3 2026-05-09 06:24:15.236 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 9077aed6-a800-419e-b207-362c3b58f3a3 2026-05-09 06:24:15.332 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3cb14d3-8aca-4014-96f3-3d385dfbcab6'] response: {'server_uuid': '53520072-eec2-47ad-8a2c-399beb348a40', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9077aed6-a800-419e-b207-362c3b58f3a3', 'code': 200} 2026-05-09 06:24:17.200 13 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 9077aed6-a800-419e-b207-362c3b58f3a3 2026-05-09 06:24:18.448 13 INFO neutron.plugins.ml2.plugin [None req-c52e7b03-48b0-40ad-9fc7-3f6a8227c0e4 - - - - - -] Attempt 1 to provision port 5d9c0d75-8227-4bc4-96ba-f7263d960458 2026-05-09 06:24:19.259 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 5d9c0d75-8227-4bc4-96ba-f7263d960458 2026-05-09 06:24:30.205 16 INFO neutron.plugins.ml2.plugin [None req-bb0ac551-c01b-4e1b-8d25-45447b4a664b - - - - - -] Attempt 1 to provision port 9077aed6-a800-419e-b207-362c3b58f3a3 2026-05-09 06:24:31.307 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 9077aed6-a800-419e-b207-362c3b58f3a3 2026-05-09 06:24:31.558 13 INFO neutron.plugins.ml2.plugin [None req-2712ea6c-72e6-4384-af36-4d1b9b800fe5 - - - - - -] Attempt 1 to provision port 9077aed6-a800-419e-b207-362c3b58f3a3 2026-05-09 06:24:40.250 13 INFO neutron.plugins.ml2.plugin [None req-bcd8b96a-905d-4bc0-ad8e-f0a5c309d77c - - - - - -] Attempt 1 to provision port 5d9c0d75-8227-4bc4-96ba-f7263d960458 2026-05-09 06:24:41.255 16 INFO neutron.plugins.ml2.plugin [None req-72126bc5-6e3a-4776-a1af-040d5a90afe4 - - - - - -] Attempt 1 to provision port 5d9c0d75-8227-4bc4-96ba-f7263d960458 2026-05-09 06:25:07.466 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-282d3aae-86b0-43ef-aec9-78739954365b'] response: {'server_uuid': '53520072-eec2-47ad-8a2c-399beb348a40', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fd53be8d-0f70-4989-be26-19ee810f6189', 'code': 200}