+ 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-04-28 23:10:11.241 1 INFO neutron.common.config [-] Logging enabled! 2026-04-28 23:10:11.241 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 28.1.0.dev161 2026-04-28 23:10:11.241 1 INFO neutron.server.rpc [-] AMQP RPC server starting... 2026-04-28 23:10:11.241 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-28 23:10:12.517 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 23:10:12.519 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-28 23:10:12.522 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-28 23:10:12.523 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 23:10:12.523 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-28 23:10:12.523 1 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-04-28 23:10:12.524 1 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-04-28 23:10:12.524 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 23:10:12.530 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 23:10:12.530 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 23:10:12.530 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 23:10:12.550 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-28 23:10:12.551 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 23:10:12.551 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-28 23:10:12.570 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-28 23:10:12.570 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-28 23:10:12.570 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-28 23:10:12.570 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-28 23:10:13.284 1 INFO neutron.plugins.ml2.managers [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] Initializing driver for type 'vlan' 2026-04-28 23:10:13.746 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] VlanTypeDriver initialization complete 2026-04-28 23:10:13.747 1 INFO neutron.plugins.ml2.managers [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] Initializing driver for type 'vxlan' 2026-04-28 23:10:13.747 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-28 23:10:13.964 1 INFO neutron.plugins.ml2.managers [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-28 23:10:13.964 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-28 23:10:13.964 1 INFO neutron.plugins.ml2.managers [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] Initializing extension driver 'port_security' 2026-04-28 23:10:13.965 1 INFO neutron.plugins.ml2.extensions.port_security [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-28 23:10:13.965 1 INFO neutron.plugins.ml2.managers [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] Initializing extension driver 'qos' 2026-04-28 23:10:13.965 1 INFO neutron.plugins.ml2.managers [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-28 23:10:13.965 1 INFO neutron.plugins.ml2.managers [None req-8e8881e4-4789-4ca6-9e5b-885075410b3f - - - - - -] Initializing mechanism driver 'l2population' 2026-04-28 23:10:13.982 1 INFO neutron.quota [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded quota_driver: . 2026-04-28 23:10:13.983 1 INFO neutron.plugins.ml2.plugin [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Modular L2 Plugin initialization complete 2026-04-28 23:10:13.983 1 INFO neutron.plugins.ml2.managers [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-28 23:10:13.983 1 INFO neutron.plugins.ml2.managers [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-28 23:10:13.983 1 INFO neutron.plugins.ml2.managers [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-28 23:10:13.984 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: qos 2026-04-28 23:10:13.999 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: router 2026-04-28 23:10:14.042 1 INFO neutron.services.service_base [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-28 23:10:14.043 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: segments 2026-04-28 23:10:14.126 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: trunk 2026-04-28 23:10:14.141 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: vpnaas 2026-04-28 23:10:14.179 1 WARNING stevedore.named [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 23:10:14.247 1 INFO neutron_vpnaas.services.vpn.plugin [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-28 23:10:14.247 1 INFO neutron.common.utils [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-28 23:10:14.247 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: taas 2026-04-28 23:10:14.269 1 WARNING stevedore.named [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 23:10:14.297 1 INFO neutron_taas.services.taas.taas_plugin [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-28 23:10:14.298 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: tapmirror 2026-04-28 23:10:14.449 1 WARNING stevedore.named [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 23:10:14.469 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-28 23:10:14.469 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: auto_allocate 2026-04-28 23:10:14.479 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: tag 2026-04-28 23:10:14.485 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: timestamp 2026-04-28 23:10:14.487 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: network_ip_availability 2026-04-28 23:10:14.491 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: flavors 2026-04-28 23:10:14.494 1 INFO neutron.manager [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loading Plugin: revisions 2026-04-28 23:10:14.497 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Initializing extension manager. 2026-04-28 23:10:14.498 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: address-group 2026-04-28 23:10:14.499 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: address-scope 2026-04-28 23:10:14.500 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-28 23:10:14.501 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: agent 2026-04-28 23:10:14.501 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: agent-resources-synced 2026-04-28 23:10:14.502 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-28 23:10:14.503 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-28 23:10:14.504 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: availability_zone 2026-04-28 23:10:14.504 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: availability_zone_filter 2026-04-28 23:10:14.505 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-28 23:10:14.505 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: default-subnetpools 2026-04-28 23:10:14.506 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-28 23:10:14.507 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: dns-integration 2026-04-28 23:10:14.507 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: dns-domain-ports 2026-04-28 23:10:14.508 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-28 23:10:14.508 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: dvr 2026-04-28 23:10:14.509 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-28 23:10:14.509 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: empty-string-filtering 2026-04-28 23:10:14.510 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 23:10:14.510 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-28 23:10:14.511 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: external-net 2026-04-28 23:10:14.512 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-28 23:10:14.512 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: extraroute 2026-04-28 23:10:14.513 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: extraroute-atomic 2026-04-28 23:10:14.513 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-28 23:10:14.514 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-28 23:10:14.514 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-28 23:10:14.515 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-28 23:10:14.515 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: fip-port-details 2026-04-28 23:10:14.516 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: flavors 2026-04-28 23:10:14.517 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-28 23:10:14.517 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: floatingip-pools 2026-04-28 23:10:14.518 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: ip_allocation 2026-04-28 23:10:14.518 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-28 23:10:14.518 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: l2_adjacency 2026-04-28 23:10:14.519 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: router 2026-04-28 23:10:14.521 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 23:10:14.521 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-28 23:10:14.522 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-28 23:10:14.522 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: ext-gw-mode 2026-04-28 23:10:14.522 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: l3-ha 2026-04-28 23:10:14.523 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-28 23:10:14.523 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-28 23:10:14.524 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: l3-flavors 2026-04-28 23:10:14.525 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-28 23:10:14.525 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-28 23:10:14.527 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-28 23:10:14.528 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-28 23:10:14.529 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-28 23:10:14.529 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-28 23:10:14.530 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-28 23:10:14.530 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: multi-provider 2026-04-28 23:10:14.531 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: net-mtu 2026-04-28 23:10:14.531 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: net-mtu-writable 2026-04-28 23:10:14.532 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: network_availability_zone 2026-04-28 23:10:14.532 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: network_ha 2026-04-28 23:10:14.533 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: network-ip-availability 2026-04-28 23:10:14.534 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: network-ip-availability-details 2026-04-28 23:10:14.535 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-28 23:10:14.535 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: pagination 2026-04-28 23:10:14.536 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-device-profile 2026-04-28 23:10:14.536 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-28 23:10:14.537 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-28 23:10:14.537 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-28 23:10:14.537 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-mac-override 2026-04-28 23:10:14.538 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-28 23:10:14.538 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-28 23:10:14.539 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-28 23:10:14.539 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-resource-request 2026-04-28 23:10:14.539 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-28 23:10:14.540 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-28 23:10:14.540 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: binding 2026-04-28 23:10:14.541 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: binding-extended 2026-04-28 23:10:14.541 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-security 2026-04-28 23:10:14.542 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: project-id 2026-04-28 23:10:14.542 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: provider 2026-04-28 23:10:14.542 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-28 23:10:14.544 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos 2026-04-28 23:10:14.545 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-28 23:10:14.546 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-28 23:10:14.546 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-default 2026-04-28 23:10:14.546 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-fip 2026-04-28 23:10:14.547 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-28 23:10:14.547 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-28 23:10:14.548 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-28 23:10:14.548 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-28 23:10:14.549 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-28 23:10:14.550 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-pps 2026-04-28 23:10:14.550 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-28 23:10:14.550 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-28 23:10:14.551 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: qos-rules-alias 2026-04-28 23:10:14.552 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: quota-check-limit 2026-04-28 23:10:14.552 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-28 23:10:14.554 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: quotas 2026-04-28 23:10:14.557 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: quota_details 2026-04-28 23:10:14.558 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: rbac-policies 2026-04-28 23:10:14.558 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: rbac-address-group 2026-04-28 23:10:14.559 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: rbac-address-scope 2026-04-28 23:10:14.559 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: rbac-security-groups 2026-04-28 23:10:14.560 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-28 23:10:14.560 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: revision-if-match 2026-04-28 23:10:14.561 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-28 23:10:14.561 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: router_availability_zone 2026-04-28 23:10:14.562 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-04-28 23:10:14.562 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-28 23:10:14.563 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-28 23:10:14.564 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-28 23:10:14.564 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-28 23:10:14.565 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-28 23:10:14.565 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-28 23:10:14.566 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-28 23:10:14.569 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: security-group 2026-04-28 23:10:14.571 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: segment 2026-04-28 23:10:14.571 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-28 23:10:14.572 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: service-type 2026-04-28 23:10:14.572 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: sorting 2026-04-28 23:10:14.573 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: standard-attr-segment 2026-04-28 23:10:14.573 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: standard-attr-description 2026-04-28 23:10:14.574 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: stateful-security-group 2026-04-28 23:10:14.574 1 WARNING neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-28 23:10:14.575 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-28 23:10:14.575 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: subnet-external-network 2026-04-28 23:10:14.576 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: subnet_onboard 2026-04-28 23:10:14.577 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-28 23:10:14.577 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: subnet-service-types 2026-04-28 23:10:14.578 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: subnet_allocation 2026-04-28 23:10:14.578 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-28 23:10:14.579 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: tag-creation 2026-04-28 23:10:14.579 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-28 23:10:14.583 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: standard-attr-tag 2026-04-28 23:10:14.584 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-28 23:10:14.584 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: trunk 2026-04-28 23:10:14.585 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: trunk-details 2026-04-28 23:10:14.585 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-28 23:10:14.586 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-28 23:10:14.586 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-28 23:10:14.587 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-28 23:10:14.588 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-28 23:10:14.589 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-28 23:10:14.590 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: vpn-flavors 2026-04-28 23:10:14.591 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: vpnaas 2026-04-28 23:10:14.592 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: taas 2026-04-28 23:10:14.593 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: tap-mirror 2026-04-28 23:10:14.594 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-04-28 23:10:14.594 1 INFO neutron.api.extensions [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-28 23:10:14.597 1 WARNING oslo_service.backend._threading.service [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Service RpcWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-04-28 23:10:14.603 1 WARNING oslo_service.backend._threading.service [None req-991a043d-a45e-4da2-aa6a-f2feccad1b86 - - - - - -] Service RpcReportsWorker is not picklable with spawn; falling back to fork. Please make the service spawn-safe to avoid this fallback. 2026-04-28 23:10:44.709 19 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-28 23:10:44.750 16 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-28 23:10:44.754 13 WARNING oslo_messaging.server [-] Possible hang: wait is waiting for stop to complete 2026-04-28 23:10:59.440 13 INFO neutron.db.l3_hamode_db [None req-fe249a24-cb4f-4f18-b31b-5c8e19f95119 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 23:11:31.613 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 275f5bf4-45b7-48c6-92a0-8c65e6c97381 2026-04-28 23:11:32.260 13 INFO neutron.plugins.ml2.plugin [None req-035d844d-1aa4-4028-b83c-6ae85b43ea8a - - - - - -] Attempt 1 to provision port 275f5bf4-45b7-48c6-92a0-8c65e6c97381 2026-04-28 23:11:33.559 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 275f5bf4-45b7-48c6-92a0-8c65e6c97381 2026-04-28 23:11:33.927 13 INFO neutron.plugins.ml2.plugin [None req-7d9a86eb-8ef5-451c-8a37-55a504a32307 - - - - - -] Attempt 1 to provision port 275f5bf4-45b7-48c6-92a0-8c65e6c97381 2026-04-28 23:16:39.750 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 1f030139-1203-4ccf-939e-d7fd57ea41de 2026-04-28 23:16:41.066 16 INFO neutron.plugins.ml2.plugin [None req-f6829f10-a50d-4c39-bd00-0bcb5939059a - - - - - -] Attempt 1 to provision port 1f030139-1203-4ccf-939e-d7fd57ea41de 2026-04-28 23:16:41.607 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 1f030139-1203-4ccf-939e-d7fd57ea41de 2026-04-28 23:16:42.712 16 INFO neutron.plugins.ml2.plugin [None req-92ba96b3-b1d7-46c3-9f82-cd84b3694aa4 - - - - - -] Attempt 1 to provision port 1f030139-1203-4ccf-939e-d7fd57ea41de 2026-04-28 23:16:47.011 16 INFO neutron.plugins.ml2.plugin [None req-64407b78-da7c-4e63-85d1-17827e6e8ca6 - - - - - -] Attempt 1 to provision port 29e6a7bb-9ada-43da-812f-ab49f4047d87 2026-04-28 23:22:36.303 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 29e6a7bb-9ada-43da-812f-ab49f4047d87 2026-04-28 23:22:37.727 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 29e6a7bb-9ada-43da-812f-ab49f4047d87 2026-04-28 23:36:36.057 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port fbbe05bf-d8c4-45f0-a323-44fdf7f1d216 2026-04-28 23:36:38.054 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port fbbe05bf-d8c4-45f0-a323-44fdf7f1d216 2026-04-28 23:37:51.146 13 INFO neutron.plugins.ml2.plugin [None req-bf1280f4-b10f-4d69-b423-cda4300ab2aa - - - - - -] Attempt 1 to provision port 29e6a7bb-9ada-43da-812f-ab49f4047d87 2026-04-28 23:37:51.196 13 INFO neutron.plugins.ml2.plugin [None req-bf1280f4-b10f-4d69-b423-cda4300ab2aa - - - - - -] Attempt 1 to provision port 1f030139-1203-4ccf-939e-d7fd57ea41de 2026-04-28 23:37:51.250 13 INFO neutron.plugins.ml2.plugin [None req-bf1280f4-b10f-4d69-b423-cda4300ab2aa - - - - - -] Attempt 1 to provision port 275f5bf4-45b7-48c6-92a0-8c65e6c97381 2026-04-28 23:52:34.350 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 8755e98c-73f5-4d61-a7d6-4194a327570c 2026-04-28 23:52:36.322 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 8755e98c-73f5-4d61-a7d6-4194a327570c 2026-04-28 23:52:38.397 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 68dc6e6a-0216-41a1-9450-39e746899fee 2026-04-28 23:52:40.347 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 68dc6e6a-0216-41a1-9450-39e746899fee 2026-04-28 23:52:42.441 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 0e6fed97-53d7-4261-acb8-1a598b4007ca 2026-04-28 23:52:42.822 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 32520851-ae08-4595-8c3c-4d4db18bcf02 2026-04-28 23:52:44.386 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 0e6fed97-53d7-4261-acb8-1a598b4007ca 2026-04-28 23:52:44.771 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 32520851-ae08-4595-8c3c-4d4db18bcf02 2026-04-28 23:52:46.335 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 2747b5e5-8604-426c-b134-2992f3e54aa8 2026-04-28 23:52:46.769 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 319d12e2-4643-4a78-836b-ba68db5fa2a8 2026-04-28 23:52:48.428 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 2747b5e5-8604-426c-b134-2992f3e54aa8 2026-04-28 23:52:48.863 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 319d12e2-4643-4a78-836b-ba68db5fa2a8 2026-04-28 23:52:50.644 16 INFO neutron.plugins.ml2.plugin [None req-3959155d-446f-40b5-9155-a8b0d795259b - - - - - -] Attempt 1 to provision port 3f9119a2-6f66-4c79-a996-9e5cda5928d0 2026-04-28 23:52:50.671 16 INFO neutron.plugins.ml2.plugin [None req-3959155d-446f-40b5-9155-a8b0d795259b - - - - - -] Attempt 1 to provision port ead16cd8-d03f-420f-8d18-9d6d8a69f937 2026-04-28 23:52:50.708 16 INFO neutron.plugins.ml2.plugin [None req-3959155d-446f-40b5-9155-a8b0d795259b - - - - - -] Attempt 1 to provision port 68dc6e6a-0216-41a1-9450-39e746899fee 2026-04-28 23:52:50.749 16 INFO neutron.plugins.ml2.plugin [None req-3959155d-446f-40b5-9155-a8b0d795259b - - - - - -] Attempt 1 to provision port 13d6f089-35b1-443c-80cb-f79802432fff 2026-04-28 23:52:50.771 16 INFO neutron.plugins.ml2.plugin [None req-3959155d-446f-40b5-9155-a8b0d795259b - - - - - -] Attempt 1 to provision port 8755e98c-73f5-4d61-a7d6-4194a327570c 2026-04-28 23:52:52.271 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f234e2f0-03be-41d8-a0b8-3d23b461b728 2026-04-28 23:52:52.680 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port a50b06b5-c799-4a08-adde-6852052f4bf9 2026-04-28 23:52:52.749 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-62cb9888-ec6c-41fc-9acc-2e0a67f990ec'] response: {'server_uuid': 'a4e2f7c8-9412-4c20-b22b-4d83e7a0516e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f234e2f0-03be-41d8-a0b8-3d23b461b728', 'code': 200} 2026-04-28 23:52:53.690 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f234e2f0-03be-41d8-a0b8-3d23b461b728 2026-04-28 23:52:53.924 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port a50b06b5-c799-4a08-adde-6852052f4bf9 2026-04-28 23:52:54.137 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port df5b6372-f635-4fa8-8ccb-db030f83e9cd 2026-04-28 23:52:54.796 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2b7457d-4600-4c30-8f90-35f934411530'] response: {'server_uuid': '3f65ced9-9069-4a1d-b070-cf72635a2d24', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a50b06b5-c799-4a08-adde-6852052f4bf9', 'code': 200} 2026-04-28 23:52:55.949 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port df5b6372-f635-4fa8-8ccb-db030f83e9cd 2026-04-28 23:52:59.413 13 INFO neutron.plugins.ml2.plugin [None req-f6b00951-e1aa-460d-a081-5dffff5b989b - - - - - -] Attempt 1 to provision port 7397171e-bf0e-4db2-a985-dfe21596f365 2026-04-28 23:52:59.440 13 INFO neutron.plugins.ml2.plugin [None req-f6b00951-e1aa-460d-a081-5dffff5b989b - - - - - -] Attempt 1 to provision port 3f9119a2-6f66-4c79-a996-9e5cda5928d0 2026-04-28 23:52:59.475 13 INFO neutron.plugins.ml2.plugin [None req-f6b00951-e1aa-460d-a081-5dffff5b989b - - - - - -] Attempt 1 to provision port df5b6372-f635-4fa8-8ccb-db030f83e9cd 2026-04-28 23:53:00.552 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f15ecf03-2171-4aaf-a9c8-ef88ee1620a0 2026-04-28 23:53:01.064 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-70caef8e-0b7a-4221-8392-52b1d215686e'] response: {'server_uuid': 'aed5ffe3-eacc-4a54-9611-cbbf167cfeb2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f15ecf03-2171-4aaf-a9c8-ef88ee1620a0', 'code': 200} 2026-04-28 23:53:02.188 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f15ecf03-2171-4aaf-a9c8-ef88ee1620a0 2026-04-28 23:53:04.080 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port dda2efa6-3a7f-4b99-83b6-c15a1b788aa9 2026-04-28 23:53:06.448 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port dda2efa6-3a7f-4b99-83b6-c15a1b788aa9 2026-04-28 23:53:08.733 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 88cbe5da-b83f-4547-828c-ad5d5ab5c541 2026-04-28 23:53:08.855 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-802f0c1e-ff87-4b5d-9f26-69ba8431e950'] response: {'server_uuid': '76c4c938-6631-4a1f-9bfa-5ed509bdbe9f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '88cbe5da-b83f-4547-828c-ad5d5ab5c541', 'code': 200} 2026-04-28 23:53:09.637 13 INFO neutron.plugins.ml2.plugin [None req-cb7cc29b-c33c-4f96-a780-1cef91254acd - - - - - -] Attempt 1 to provision port b95b44d1-7ab2-44f4-a7de-d240d12b8195 2026-04-28 23:53:09.670 13 INFO neutron.plugins.ml2.plugin [None req-cb7cc29b-c33c-4f96-a780-1cef91254acd - - - - - -] Attempt 1 to provision port dda2efa6-3a7f-4b99-83b6-c15a1b788aa9 2026-04-28 23:53:09.732 13 INFO neutron.plugins.ml2.plugin [None req-cb7cc29b-c33c-4f96-a780-1cef91254acd - - - - - -] Attempt 1 to provision port 88cbe5da-b83f-4547-828c-ad5d5ab5c541 2026-04-28 23:53:09.778 13 INFO neutron.plugins.ml2.plugin [None req-cb7cc29b-c33c-4f96-a780-1cef91254acd - - - - - -] Attempt 1 to provision port b2cef848-e57b-4fdb-bddc-36c9955b73ee 2026-04-28 23:53:10.075 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 88cbe5da-b83f-4547-828c-ad5d5ab5c541 2026-04-28 23:53:12.363 13 INFO neutron.plugins.ml2.plugin [None req-a476b38b-b611-442e-bde8-d01a9c4599ee - - - - - -] Attempt 1 to provision port b2cef848-e57b-4fdb-bddc-36c9955b73ee 2026-04-28 23:53:22.227 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 13d6f089-35b1-443c-80cb-f79802432fff 2026-04-28 23:53:22.288 16 INFO neutron.plugins.ml2.plugin [None req-d0f05ce2-fde6-472e-becb-6236f235081d - - - - - -] Attempt 1 to provision port b95b44d1-7ab2-44f4-a7de-d240d12b8195 2026-04-28 23:53:22.443 16 INFO neutron.plugins.ml2.plugin [None req-d0f05ce2-fde6-472e-becb-6236f235081d - - - - - -] Attempt 1 to provision port 275f5bf4-45b7-48c6-92a0-8c65e6c97381 2026-04-28 23:53:22.496 16 INFO neutron.plugins.ml2.plugin [None req-d0f05ce2-fde6-472e-becb-6236f235081d - - - - - -] Attempt 1 to provision port 082d8bd8-50cf-4db2-81bc-98c973139823 2026-04-28 23:53:24.072 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port b95b44d1-7ab2-44f4-a7de-d240d12b8195 2026-04-28 23:53:24.251 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 13d6f089-35b1-443c-80cb-f79802432fff 2026-04-28 23:53:30.184 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 9a9226e4-f1d5-4fd9-8b08-50667fb1d2b3 2026-04-28 23:53:30.647 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 30c393fd-17f0-4af1-af5a-6bc1d60a4db3 2026-04-28 23:53:32.345 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 9a9226e4-f1d5-4fd9-8b08-50667fb1d2b3 2026-04-28 23:53:32.559 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 30c393fd-17f0-4af1-af5a-6bc1d60a4db3 2026-04-28 23:53:34.115 13 INFO neutron.plugins.ml2.plugin [None req-435353e0-e380-42f6-adb4-785bf8ff8bee - - - - - -] Attempt 1 to provision port 9a9226e4-f1d5-4fd9-8b08-50667fb1d2b3 2026-04-28 23:53:34.196 13 INFO neutron.plugins.ml2.plugin [None req-435353e0-e380-42f6-adb4-785bf8ff8bee - - - - - -] Attempt 1 to provision port 10d05ac9-7773-4b06-b801-3bc74b08c1b4 2026-04-28 23:53:34.223 13 INFO neutron.plugins.ml2.plugin [None req-435353e0-e380-42f6-adb4-785bf8ff8bee - - - - - -] Attempt 1 to provision port f234e2f0-03be-41d8-a0b8-3d23b461b728 2026-04-28 23:53:42.652 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port fdbdde0c-785a-4c82-8f0d-ae827574612e 2026-04-28 23:53:42.777 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-728d1d52-5c78-4f38-ad8c-da0c26a24a9f'] response: {'server_uuid': '2b81c80d-5c94-4eed-9c62-5c51054df7e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fdbdde0c-785a-4c82-8f0d-ae827574612e', 'code': 200} 2026-04-28 23:53:44.263 16 INFO neutron.plugins.ml2.plugin [None req-ef63e3bd-745c-4fd7-8e92-db2cba28295b - - - - - -] Attempt 1 to provision port 30f2a467-d4cd-43b0-8dc8-dc3d68f6b8f3 2026-04-28 23:53:44.293 16 INFO neutron.plugins.ml2.plugin [None req-ef63e3bd-745c-4fd7-8e92-db2cba28295b - - - - - -] Attempt 1 to provision port 10d05ac9-7773-4b06-b801-3bc74b08c1b4 2026-04-28 23:53:44.312 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port fdbdde0c-785a-4c82-8f0d-ae827574612e 2026-04-28 23:53:44.315 16 INFO neutron.plugins.ml2.plugin [None req-ef63e3bd-745c-4fd7-8e92-db2cba28295b - - - - - -] Attempt 1 to provision port 9a9226e4-f1d5-4fd9-8b08-50667fb1d2b3 2026-04-28 23:53:46.096 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 10d05ac9-7773-4b06-b801-3bc74b08c1b4 2026-04-28 23:53:47.570 13 INFO neutron.plugins.ml2.plugin [None req-631ad8dd-460a-468d-97f8-ed8ddd015d78 - - - - - -] Attempt 1 to provision port 10d05ac9-7773-4b06-b801-3bc74b08c1b4 2026-04-28 23:53:48.152 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 30f2a467-d4cd-43b0-8dc8-dc3d68f6b8f3 2026-04-28 23:53:48.820 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 10d05ac9-7773-4b06-b801-3bc74b08c1b4 2026-04-28 23:53:50.123 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 30f2a467-d4cd-43b0-8dc8-dc3d68f6b8f3 2026-04-28 23:53:52.107 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 03b876b4-66d4-4156-b989-f7fe6d8c32c3 2026-04-28 23:53:52.474 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e154d984-3b2f-4fb1-b38c-19b8067447aa 2026-04-28 23:53:53.409 16 INFO neutron.plugins.ml2.plugin [None req-1b1dd25d-78b9-49f1-af5a-e2ca35124b40 - - - - - -] Attempt 1 to provision port fdbdde0c-785a-4c82-8f0d-ae827574612e 2026-04-28 23:53:53.478 16 INFO neutron.plugins.ml2.plugin [None req-1b1dd25d-78b9-49f1-af5a-e2ca35124b40 - - - - - -] Attempt 1 to provision port 03b876b4-66d4-4156-b989-f7fe6d8c32c3 2026-04-28 23:53:53.527 16 INFO neutron.plugins.ml2.plugin [None req-1b1dd25d-78b9-49f1-af5a-e2ca35124b40 - - - - - -] Attempt 1 to provision port e76071e3-4d9e-4a1f-8275-8dc9153767f3 2026-04-28 23:53:54.066 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 03b876b4-66d4-4156-b989-f7fe6d8c32c3 2026-04-28 23:53:54.306 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e154d984-3b2f-4fb1-b38c-19b8067447aa 2026-04-28 23:53:56.672 16 INFO neutron.plugins.ml2.plugin [None req-726f4ba4-bebb-4fd5-b7cf-645b0424a106 - - - - - -] Attempt 1 to provision port 2dc5e5ff-fb0f-4d74-8e97-62d7ef9d86ff 2026-04-28 23:54:01.513 16 INFO neutron.plugins.ml2.plugin [None req-2d458c35-0c03-4408-98c7-dd57a9b9c803 - - - - - -] Attempt 1 to provision port e76071e3-4d9e-4a1f-8275-8dc9153767f3 2026-04-28 23:54:01.547 16 INFO neutron.plugins.ml2.plugin [None req-2d458c35-0c03-4408-98c7-dd57a9b9c803 - - - - - -] Attempt 1 to provision port 03b876b4-66d4-4156-b989-f7fe6d8c32c3 2026-04-28 23:54:04.621 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 538ccf9b-88e2-4fe9-93e1-27afe2e39ad7 2026-04-28 23:54:04.723 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-16055d9a-b908-4585-b7ce-9a171ff44824'] response: {'server_uuid': 'c9998a95-57e3-46f5-b976-02f6d21ceaa6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '538ccf9b-88e2-4fe9-93e1-27afe2e39ad7', 'code': 200} 2026-04-28 23:54:04.745 13 INFO neutron.plugins.ml2.plugin [None req-86284cb5-b537-4ea8-b9e6-66ad15dbe50b - - - - - -] Attempt 1 to provision port e76071e3-4d9e-4a1f-8275-8dc9153767f3 2026-04-28 23:54:06.104 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 538ccf9b-88e2-4fe9-93e1-27afe2e39ad7 2026-04-28 23:54:08.084 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 2dc5e5ff-fb0f-4d74-8e97-62d7ef9d86ff 2026-04-28 23:54:10.241 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e76071e3-4d9e-4a1f-8275-8dc9153767f3 2026-04-28 23:54:10.511 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 2dc5e5ff-fb0f-4d74-8e97-62d7ef9d86ff 2026-04-28 23:54:12.293 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 7da99710-f89d-43a4-bc92-0e4866ffd56b 2026-04-28 23:54:12.687 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e76071e3-4d9e-4a1f-8275-8dc9153767f3 2026-04-28 23:54:14.356 13 INFO neutron.plugins.ml2.plugin [None req-6e359763-17e5-4480-998c-d0437795f830 - - - - - -] Attempt 1 to provision port e76071e3-4d9e-4a1f-8275-8dc9153767f3 2026-04-28 23:54:18.159 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port c9ae55c6-52e1-4711-bd8f-23c8aa800ae0 2026-04-28 23:54:19.001 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a296b8b-3994-421b-b1a9-b90c6fbad944'] response: {'server_uuid': '2b81c80d-5c94-4eed-9c62-5c51054df7e4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fdbdde0c-785a-4c82-8f0d-ae827574612e', 'code': 200} 2026-04-28 23:54:21.074 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port fdbdde0c-785a-4c82-8f0d-ae827574612e 2026-04-28 23:54:21.207 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb15a8bf-49a9-4526-b6b2-c156634bec7f'] response: {'server_uuid': '2b81c80d-5c94-4eed-9c62-5c51054df7e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fdbdde0c-785a-4c82-8f0d-ae827574612e', 'code': 200} 2026-04-28 23:54:22.446 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port fdbdde0c-785a-4c82-8f0d-ae827574612e 2026-04-28 23:54:56.079 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 893d5386-9183-4d4a-a4e1-5f3610c910e1 2026-04-28 23:54:58.445 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 893d5386-9183-4d4a-a4e1-5f3610c910e1 2026-04-28 23:55:12.219 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 126dc8c9-e7df-4153-8873-74c2a1b8525d 2026-04-28 23:55:12.730 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port a7353316-7fba-4430-a008-e52c6ee7c3f5 2026-04-28 23:55:14.140 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 126dc8c9-e7df-4153-8873-74c2a1b8525d 2026-04-28 23:55:14.331 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port a7353316-7fba-4430-a008-e52c6ee7c3f5 2026-04-28 23:55:16.343 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 636a0987-2990-4819-b31e-07b9bd880b1f 2026-04-28 23:55:18.074 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 636a0987-2990-4819-b31e-07b9bd880b1f 2026-04-28 23:55:22.106 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port a7ad224c-1aa0-4751-b6ca-d5382d73685e 2026-04-28 23:55:24.143 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port a7ad224c-1aa0-4751-b6ca-d5382d73685e 2026-04-28 23:55:28.227 16 INFO neutron.plugins.ml2.plugin [None req-f916aad4-afba-45a3-a0a9-70a4040511b9 - - - - - -] Attempt 1 to provision port b3110a17-3ac2-45b9-bd0f-601f60663f26 2026-04-28 23:55:28.259 16 INFO neutron.plugins.ml2.plugin [None req-f916aad4-afba-45a3-a0a9-70a4040511b9 - - - - - -] Attempt 1 to provision port 6e57454d-960d-4047-b24c-0a90bd0f3376 2026-04-28 23:55:28.315 16 INFO neutron.plugins.ml2.plugin [None req-f916aad4-afba-45a3-a0a9-70a4040511b9 - - - - - -] Attempt 1 to provision port a7ad224c-1aa0-4751-b6ca-d5382d73685e 2026-04-28 23:55:28.389 16 INFO neutron.plugins.ml2.plugin [None req-f916aad4-afba-45a3-a0a9-70a4040511b9 - - - - - -] Attempt 1 to provision port 80dcedad-dd25-4f29-b4e1-3139c9267083 2026-04-28 23:55:28.420 16 INFO neutron.plugins.ml2.plugin [None req-f916aad4-afba-45a3-a0a9-70a4040511b9 - - - - - -] Attempt 1 to provision port a7353316-7fba-4430-a008-e52c6ee7c3f5 2026-04-28 23:55:28.489 16 INFO neutron.plugins.ml2.plugin [None req-f916aad4-afba-45a3-a0a9-70a4040511b9 - - - - - -] Attempt 1 to provision port 636a0987-2990-4819-b31e-07b9bd880b1f 2026-04-28 23:55:28.743 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 4d4ea9b2-3a62-46ad-8f95-d22b29875f23 2026-04-28 23:55:28.936 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-d07b51eb-8f9e-4f83-ac1e-e50a48fbe2d3'] response: {'server_uuid': 'b3a6edc3-3261-4e09-9c8d-f685298bdb88', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4d4ea9b2-3a62-46ad-8f95-d22b29875f23', 'code': 200} 2026-04-28 23:55:30.361 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port b3110a17-3ac2-45b9-bd0f-601f60663f26 2026-04-28 23:55:30.739 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 4d4ea9b2-3a62-46ad-8f95-d22b29875f23 2026-04-28 23:55:30.969 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 6e57454d-960d-4047-b24c-0a90bd0f3376 2026-04-28 23:55:31.386 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 80dcedad-dd25-4f29-b4e1-3139c9267083 2026-04-28 23:55:31.730 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e432de90-e5b4-4c75-8832-a3686632c1f7 2026-04-28 23:55:32.510 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port b3110a17-3ac2-45b9-bd0f-601f60663f26 2026-04-28 23:55:32.793 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 6e57454d-960d-4047-b24c-0a90bd0f3376 2026-04-28 23:55:33.052 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 80dcedad-dd25-4f29-b4e1-3139c9267083 2026-04-28 23:55:33.258 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e432de90-e5b4-4c75-8832-a3686632c1f7 2026-04-28 23:55:36.479 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port cf25a9b3-f2eb-4d7c-b26d-908721b7516b 2026-04-28 23:55:38.473 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port cf25a9b3-f2eb-4d7c-b26d-908721b7516b 2026-04-28 23:55:38.772 13 INFO neutron.plugins.ml2.plugin [None req-f168a298-5676-4ea7-b764-f804dbac3f86 - - - - - -] Attempt 1 to provision port b3110a17-3ac2-45b9-bd0f-601f60663f26 2026-04-28 23:55:38.848 13 INFO neutron.plugins.ml2.plugin [None req-f168a298-5676-4ea7-b764-f804dbac3f86 - - - - - -] Attempt 1 to provision port 4d4ea9b2-3a62-46ad-8f95-d22b29875f23 2026-04-28 23:55:38.905 13 INFO neutron.plugins.ml2.plugin [None req-f168a298-5676-4ea7-b764-f804dbac3f86 - - - - - -] Attempt 1 to provision port a7ad224c-1aa0-4751-b6ca-d5382d73685e 2026-04-28 23:55:38.981 13 INFO neutron.plugins.ml2.plugin [None req-f168a298-5676-4ea7-b764-f804dbac3f86 - - - - - -] Attempt 1 to provision port 80dcedad-dd25-4f29-b4e1-3139c9267083 2026-04-28 23:55:39.054 13 INFO neutron.plugins.ml2.plugin [None req-f168a298-5676-4ea7-b764-f804dbac3f86 - - - - - -] Attempt 1 to provision port 636a0987-2990-4819-b31e-07b9bd880b1f 2026-04-28 23:55:39.108 13 INFO neutron.plugins.ml2.plugin [None req-f168a298-5676-4ea7-b764-f804dbac3f86 - - - - - -] Attempt 1 to provision port 6e57454d-960d-4047-b24c-0a90bd0f3376 2026-04-28 23:55:39.156 13 INFO neutron.plugins.ml2.plugin [None req-f168a298-5676-4ea7-b764-f804dbac3f86 - - - - - -] Attempt 1 to provision port a7353316-7fba-4430-a008-e52c6ee7c3f5 2026-04-28 23:55:39.203 13 INFO neutron.plugins.ml2.plugin [None req-f168a298-5676-4ea7-b764-f804dbac3f86 - - - - - -] Attempt 1 to provision port e432de90-e5b4-4c75-8832-a3686632c1f7 2026-04-28 23:55:46.524 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port eb4c867b-02fe-4f2c-93cc-823e9be00899 2026-04-28 23:55:47.617 13 INFO neutron.plugins.ml2.plugin [None req-459ecb32-f875-4bc7-9526-39ae4eb9080f - - - - - -] Attempt 1 to provision port b3110a17-3ac2-45b9-bd0f-601f60663f26 2026-04-28 23:55:47.681 13 INFO neutron.plugins.ml2.plugin [None req-459ecb32-f875-4bc7-9526-39ae4eb9080f - - - - - -] Attempt 1 to provision port 176d2979-8d43-47be-96f8-4b063452981f 2026-04-28 23:55:47.703 13 INFO neutron.plugins.ml2.plugin [None req-459ecb32-f875-4bc7-9526-39ae4eb9080f - - - - - -] Attempt 1 to provision port 4d4ea9b2-3a62-46ad-8f95-d22b29875f23 2026-04-28 23:55:47.755 13 INFO neutron.plugins.ml2.plugin [None req-459ecb32-f875-4bc7-9526-39ae4eb9080f - - - - - -] Attempt 1 to provision port eb4c867b-02fe-4f2c-93cc-823e9be00899 2026-04-28 23:55:47.808 13 INFO neutron.plugins.ml2.plugin [None req-459ecb32-f875-4bc7-9526-39ae4eb9080f - - - - - -] Attempt 1 to provision port 80dcedad-dd25-4f29-b4e1-3139c9267083 2026-04-28 23:55:47.859 13 INFO neutron.plugins.ml2.plugin [None req-459ecb32-f875-4bc7-9526-39ae4eb9080f - - - - - -] Attempt 1 to provision port 636a0987-2990-4819-b31e-07b9bd880b1f 2026-04-28 23:55:47.913 13 INFO neutron.plugins.ml2.plugin [None req-459ecb32-f875-4bc7-9526-39ae4eb9080f - - - - - -] Attempt 1 to provision port a7353316-7fba-4430-a008-e52c6ee7c3f5 2026-04-28 23:55:48.611 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 607327a1-6097-4ed5-aa09-f0e577c3e7bf 2026-04-28 23:55:48.715 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f4cd542-367b-4d50-a0b2-c212238bc95a'] response: {'server_uuid': 'bc2b1d9c-5482-4a63-9813-fa67ac671698', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '607327a1-6097-4ed5-aa09-f0e577c3e7bf', 'code': 200} 2026-04-28 23:55:48.986 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port eb4c867b-02fe-4f2c-93cc-823e9be00899 2026-04-28 23:55:51.765 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 607327a1-6097-4ed5-aa09-f0e577c3e7bf 2026-04-28 23:55:52.012 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 61aad7fe-27f5-4c13-8701-333acae4d862 2026-04-28 23:55:52.139 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-3db19e4f-4c5c-4eca-b42c-52ee3bb0cb1e'] response: {'server_uuid': '4585fe15-4ce2-4a6b-865a-d4fb5a0e9ec5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '61aad7fe-27f5-4c13-8701-333acae4d862', 'code': 200} 2026-04-28 23:55:52.949 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 61aad7fe-27f5-4c13-8701-333acae4d862 2026-04-28 23:55:53.230 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 176d2979-8d43-47be-96f8-4b063452981f 2026-04-28 23:55:53.851 16 INFO neutron.plugins.ml2.plugin [None req-70945433-8245-4f51-94c8-91d4b7266a13 - - - - - -] Attempt 1 to provision port b3110a17-3ac2-45b9-bd0f-601f60663f26 2026-04-28 23:55:53.920 16 INFO neutron.plugins.ml2.plugin [None req-70945433-8245-4f51-94c8-91d4b7266a13 - - - - - -] Attempt 1 to provision port 176d2979-8d43-47be-96f8-4b063452981f 2026-04-28 23:55:53.972 16 INFO neutron.plugins.ml2.plugin [None req-70945433-8245-4f51-94c8-91d4b7266a13 - - - - - -] Attempt 1 to provision port 61aad7fe-27f5-4c13-8701-333acae4d862 2026-04-28 23:55:54.053 16 INFO neutron.plugins.ml2.plugin [None req-70945433-8245-4f51-94c8-91d4b7266a13 - - - - - -] Attempt 1 to provision port eb4c867b-02fe-4f2c-93cc-823e9be00899 2026-04-28 23:55:54.170 16 INFO neutron.plugins.ml2.plugin [None req-70945433-8245-4f51-94c8-91d4b7266a13 - - - - - -] Attempt 1 to provision port 607327a1-6097-4ed5-aa09-f0e577c3e7bf 2026-04-28 23:55:54.223 16 INFO neutron.plugins.ml2.plugin [None req-70945433-8245-4f51-94c8-91d4b7266a13 - - - - - -] Attempt 1 to provision port 80dcedad-dd25-4f29-b4e1-3139c9267083 2026-04-28 23:55:54.953 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 176d2979-8d43-47be-96f8-4b063452981f 2026-04-28 23:55:55.284 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port ed1f9521-a463-42de-ab3d-1c0f4c827182 2026-04-28 23:55:56.879 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port ed1f9521-a463-42de-ab3d-1c0f4c827182 2026-04-28 23:55:57.793 16 INFO neutron.plugins.ml2.plugin [None req-7d060435-94df-423d-8de9-02173647621f - - - - - -] Attempt 1 to provision port 176d2979-8d43-47be-96f8-4b063452981f 2026-04-28 23:55:57.863 16 INFO neutron.plugins.ml2.plugin [None req-7d060435-94df-423d-8de9-02173647621f - - - - - -] Attempt 1 to provision port 80dcedad-dd25-4f29-b4e1-3139c9267083 2026-04-28 23:56:01.163 16 INFO neutron.plugins.ml2.plugin [None req-a14b03e8-4031-4a75-88c7-e20bedd33e56 - - - - - -] Attempt 1 to provision port b3110a17-3ac2-45b9-bd0f-601f60663f26 2026-04-28 23:56:01.232 16 INFO neutron.plugins.ml2.plugin [None req-a14b03e8-4031-4a75-88c7-e20bedd33e56 - - - - - -] Attempt 1 to provision port ed1f9521-a463-42de-ab3d-1c0f4c827182 2026-04-28 23:56:01.288 16 INFO neutron.plugins.ml2.plugin [None req-a14b03e8-4031-4a75-88c7-e20bedd33e56 - - - - - -] Attempt 1 to provision port 176d2979-8d43-47be-96f8-4b063452981f 2026-04-28 23:56:04.942 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port c5cbf756-cbdd-4517-a7b9-4dda1544341a 2026-04-28 23:56:05.916 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port b717eb7a-13de-4d5c-95ba-ec69a0eae1ea 2026-04-28 23:56:07.219 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port c5cbf756-cbdd-4517-a7b9-4dda1544341a 2026-04-28 23:56:07.686 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port b717eb7a-13de-4d5c-95ba-ec69a0eae1ea 2026-04-28 23:56:07.786 13 INFO neutron.plugins.ml2.plugin [None req-2d99c6d7-7f15-446f-b810-8f6d4f3b923a - - - - - -] Attempt 1 to provision port b717eb7a-13de-4d5c-95ba-ec69a0eae1ea 2026-04-28 23:56:07.978 13 INFO neutron.plugins.ml2.plugin [None req-2d99c6d7-7f15-446f-b810-8f6d4f3b923a - - - - - -] Attempt 1 to provision port f2908773-0aeb-478b-a41a-ec2113cc6d85 2026-04-28 23:56:08.078 13 INFO neutron.plugins.ml2.plugin [None req-2d99c6d7-7f15-446f-b810-8f6d4f3b923a - - - - - -] Attempt 1 to provision port 4d4ea9b2-3a62-46ad-8f95-d22b29875f23 2026-04-28 23:56:09.826 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port af7c7e29-3993-4d13-a7f9-cb0c929e67ce 2026-04-28 23:56:11.629 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port af7c7e29-3993-4d13-a7f9-cb0c929e67ce 2026-04-28 23:56:12.131 13 INFO neutron.plugins.ml2.plugin [None req-8d186aa4-ad5a-4bd8-a504-d851936f1ad7 - - - - - -] Attempt 1 to provision port 141b89d9-ea51-46f5-89d0-997e5e48a6e6 2026-04-28 23:56:12.155 13 INFO neutron.plugins.ml2.plugin [None req-8d186aa4-ad5a-4bd8-a504-d851936f1ad7 - - - - - -] Attempt 1 to provision port a99e470a-d350-49f2-a4e5-13140cf3ce5f 2026-04-28 23:56:12.190 13 INFO neutron.plugins.ml2.plugin [None req-8d186aa4-ad5a-4bd8-a504-d851936f1ad7 - - - - - -] Attempt 1 to provision port b717eb7a-13de-4d5c-95ba-ec69a0eae1ea 2026-04-28 23:56:12.263 13 INFO neutron.plugins.ml2.plugin [None req-8d186aa4-ad5a-4bd8-a504-d851936f1ad7 - - - - - -] Attempt 1 to provision port f2908773-0aeb-478b-a41a-ec2113cc6d85 2026-04-28 23:56:17.582 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 9a8f12fa-7ce7-46b4-8c5a-5005ac499c8d 2026-04-28 23:56:18.083 13 INFO neutron.plugins.ml2.plugin [None req-c30cad8a-5177-4220-84d7-164a6e475f33 - - - - - -] Attempt 1 to provision port 9cdbfb6f-e5dd-466e-a2c6-d6e09fbc8fca 2026-04-28 23:56:18.116 13 INFO neutron.plugins.ml2.plugin [None req-c30cad8a-5177-4220-84d7-164a6e475f33 - - - - - -] Attempt 1 to provision port f2908773-0aeb-478b-a41a-ec2113cc6d85 2026-04-28 23:56:18.145 13 INFO neutron.plugins.ml2.plugin [None req-c30cad8a-5177-4220-84d7-164a6e475f33 - - - - - -] Attempt 1 to provision port 9a8f12fa-7ce7-46b4-8c5a-5005ac499c8d 2026-04-28 23:56:19.545 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 9a8f12fa-7ce7-46b4-8c5a-5005ac499c8d 2026-04-28 23:56:21.377 13 INFO neutron.plugins.ml2.plugin [None req-70993215-5c23-496b-8b38-b4c59da03b9a - - - - - -] Attempt 1 to provision port 9cdbfb6f-e5dd-466e-a2c6-d6e09fbc8fca 2026-04-28 23:56:21.405 13 INFO neutron.plugins.ml2.plugin [None req-70993215-5c23-496b-8b38-b4c59da03b9a - - - - - -] Attempt 1 to provision port f2908773-0aeb-478b-a41a-ec2113cc6d85 2026-04-28 23:56:21.432 13 INFO neutron.plugins.ml2.plugin [None req-70993215-5c23-496b-8b38-b4c59da03b9a - - - - - -] Attempt 1 to provision port 9a8f12fa-7ce7-46b4-8c5a-5005ac499c8d 2026-04-28 23:56:23.606 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 141b89d9-ea51-46f5-89d0-997e5e48a6e6 2026-04-28 23:56:23.915 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f2908773-0aeb-478b-a41a-ec2113cc6d85 2026-04-28 23:56:24.111 16 INFO neutron.plugins.ml2.plugin [None req-42679234-101b-4566-a15a-585a3264e663 - - - - - -] Attempt 1 to provision port 9cdbfb6f-e5dd-466e-a2c6-d6e09fbc8fca 2026-04-28 23:56:26.242 13 INFO neutron.plugins.ml2.plugin [None req-85c5ab08-868d-48eb-9d78-55180953bac0 - - - - - -] Attempt 1 to provision port a8f76047-be4f-43a1-8ee6-83f32dae6094 2026-04-28 23:56:26.267 13 INFO neutron.plugins.ml2.plugin [None req-85c5ab08-868d-48eb-9d78-55180953bac0 - - - - - -] Attempt 1 to provision port 9cdbfb6f-e5dd-466e-a2c6-d6e09fbc8fca 2026-04-28 23:56:26.696 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 141b89d9-ea51-46f5-89d0-997e5e48a6e6 2026-04-28 23:56:26.846 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e9cdabdf-2190-4e07-8997-15a035a77af4 2026-04-28 23:56:26.944 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-175a4d8f-384a-4379-ad20-b87b98a2fc44'] response: {'server_uuid': '994e37f7-f866-4f1d-b993-32b1818a16b9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e9cdabdf-2190-4e07-8997-15a035a77af4', 'code': 200} 2026-04-28 23:56:27.149 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f2908773-0aeb-478b-a41a-ec2113cc6d85 2026-04-28 23:56:27.892 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e9cdabdf-2190-4e07-8997-15a035a77af4 2026-04-28 23:56:28.111 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port a99e470a-d350-49f2-a4e5-13140cf3ce5f 2026-04-28 23:56:28.425 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 9cdbfb6f-e5dd-466e-a2c6-d6e09fbc8fca 2026-04-28 23:56:29.212 13 INFO neutron.plugins.ml2.plugin [None req-1ef64001-8be5-41fd-992d-70c2b3b9ed0d - - - - - -] Attempt 1 to provision port ddb5fbac-5b17-48c9-a585-7a518536d1ee 2026-04-28 23:56:29.885 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port a99e470a-d350-49f2-a4e5-13140cf3ce5f 2026-04-28 23:56:31.874 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 8b89c25a-ab50-44a9-b75f-66e43c5881bc 2026-04-28 23:56:32.267 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 68a3865c-edb9-4631-aa49-24c15af0a8aa 2026-04-28 23:56:32.839 16 INFO neutron.plugins.ml2.plugin [None req-f19a1ccc-6133-43c3-ab89-163c756cef55 - - - - - -] Attempt 1 to provision port 849e52cf-8226-4e57-b059-2ef34de89b8a 2026-04-28 23:56:32.886 16 INFO neutron.plugins.ml2.plugin [None req-f19a1ccc-6133-43c3-ab89-163c756cef55 - - - - - -] Attempt 1 to provision port 8b89c25a-ab50-44a9-b75f-66e43c5881bc 2026-04-28 23:56:33.807 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 8b89c25a-ab50-44a9-b75f-66e43c5881bc 2026-04-28 23:56:34.087 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 68a3865c-edb9-4631-aa49-24c15af0a8aa 2026-04-28 23:56:34.595 16 INFO neutron.plugins.ml2.plugin [None req-be221e27-72be-4043-8280-d627dbcfebc7 - - - - - -] Attempt 1 to provision port 849e52cf-8226-4e57-b059-2ef34de89b8a 2026-04-28 23:56:34.623 16 INFO neutron.plugins.ml2.plugin [None req-be221e27-72be-4043-8280-d627dbcfebc7 - - - - - -] Attempt 1 to provision port 8b89c25a-ab50-44a9-b75f-66e43c5881bc 2026-04-28 23:56:36.574 13 INFO neutron.plugins.ml2.plugin [None req-d0830ec9-1c62-4599-9ab4-b4551b430692 - - - - - -] Attempt 1 to provision port 849e52cf-8226-4e57-b059-2ef34de89b8a 2026-04-28 23:56:44.375 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 98b3f66b-eebc-4c9f-b4b2-00280ddc8b88 2026-04-28 23:56:44.478 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-12a61e19-2490-45a3-8450-e4aafac2c377'] response: {'server_uuid': '010e3110-23c0-4de3-8ea7-c9b459ab16d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '98b3f66b-eebc-4c9f-b4b2-00280ddc8b88', 'code': 200} 2026-04-28 23:56:46.582 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 4e2f87a9-8168-4563-b2a5-bebe270a362a 2026-04-28 23:56:46.681 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-36d3fc1b-0b08-4525-a3e1-7bb79ba2123a'] response: {'server_uuid': '9d32c9cd-57c5-4bb1-9445-5e41c104b6ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e2f87a9-8168-4563-b2a5-bebe270a362a', 'code': 200} 2026-04-28 23:56:46.873 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 98b3f66b-eebc-4c9f-b4b2-00280ddc8b88 2026-04-28 23:56:47.868 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 4e2f87a9-8168-4563-b2a5-bebe270a362a 2026-04-28 23:56:48.217 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 849e52cf-8226-4e57-b059-2ef34de89b8a 2026-04-28 23:56:49.989 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port ddb5fbac-5b17-48c9-a585-7a518536d1ee 2026-04-28 23:56:50.539 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 849e52cf-8226-4e57-b059-2ef34de89b8a 2026-04-28 23:56:51.870 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port ddb5fbac-5b17-48c9-a585-7a518536d1ee 2026-04-28 23:57:22.389 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port ec4e6891-f4f0-4656-ab0d-02e871c2cb65 2026-04-28 23:57:22.525 16 INFO neutron.plugins.ml2.plugin [None req-403a0e96-3ba7-4f52-aab0-9d16423918ff - - - - - -] Attempt 1 to provision port ec4e6891-f4f0-4656-ab0d-02e871c2cb65 2026-04-28 23:57:22.727 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port dff11740-3e3e-4088-a2cd-a2f1553d6335 2026-04-28 23:57:22.846 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-046dd3b2-3ba8-407f-9429-87de87d55554'] response: {'server_uuid': 'ab502dd8-5bc9-4059-b709-4cc032857e5b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dff11740-3e3e-4088-a2cd-a2f1553d6335', 'code': 200} 2026-04-28 23:57:24.106 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port dff11740-3e3e-4088-a2cd-a2f1553d6335 2026-04-28 23:57:33.886 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 79cf64f2-424c-47f8-a882-da4969caf368 2026-04-28 23:57:34.023 16 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ac819a0-68f2-4a29-902b-a6c62c51cbac'] response: {'server_uuid': '9d32c9cd-57c5-4bb1-9445-5e41c104b6ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '79cf64f2-424c-47f8-a882-da4969caf368', 'code': 200} 2026-04-28 23:57:35.839 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 79cf64f2-424c-47f8-a882-da4969caf368 2026-04-28 23:57:38.367 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port 79cf64f2-424c-47f8-a882-da4969caf368 2026-04-28 23:58:03.352 16 INFO neutron_taas.services.taas.taas_plugin [None req-8e917730-439f-4f2f-9b12-67a1a5b780ec - - - - - -] TaaS: Handle Delete Port: 8b89c25a-ab50-44a9-b75f-66e43c5881bc 2026-04-28 23:58:03.362 16 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e917730-439f-4f2f-9b12-67a1a5b780ec - - - - - -] Tap Mirror: Handle Delete Port: 8b89c25a-ab50-44a9-b75f-66e43c5881bc 2026-04-28 23:58:06.445 13 INFO neutron.plugins.ml2.plugin [None req-9f3d9d89-d6ac-44bc-b774-b11ea80a742f - - - - - -] Attempt 1 to provision port f03c8225-11c8-4091-b07f-76d4c7c094a0 2026-04-28 23:58:15.415 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f03c8225-11c8-4091-b07f-76d4c7c094a0 2026-04-28 23:58:15.973 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-48d92eb0-3428-4d82-a143-5f084c459715'] response: {'server_uuid': '9d32c9cd-57c5-4bb1-9445-5e41c104b6ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f03c8225-11c8-4091-b07f-76d4c7c094a0', 'code': 200} 2026-04-28 23:58:16.519 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f03c8225-11c8-4091-b07f-76d4c7c094a0 2026-04-28 23:58:25.491 16 INFO neutron.plugins.ml2.plugin [None req-68e217e9-14a6-46ac-857a-387ecd3920ac - - - - - -] Attempt 1 to provision port e01e6781-4668-42cf-8029-3c76820909da 2026-04-28 23:58:32.555 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e01e6781-4668-42cf-8029-3c76820909da 2026-04-28 23:58:32.655 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7ab72e7-53cc-4f9f-b8dc-732b562780a9'] response: {'server_uuid': '9d32c9cd-57c5-4bb1-9445-5e41c104b6ab', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e01e6781-4668-42cf-8029-3c76820909da', 'code': 200} 2026-04-28 23:58:34.531 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e01e6781-4668-42cf-8029-3c76820909da 2026-04-28 23:58:35.294 16 INFO neutron.plugins.ml2.plugin [None req-a26b0a5c-fed4-4b18-aed6-68642f44d17d - - - - - -] Attempt 1 to provision port f03c8225-11c8-4091-b07f-76d4c7c094a0 2026-04-28 23:58:36.551 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f03c8225-11c8-4091-b07f-76d4c7c094a0 2026-04-28 23:58:48.624 13 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port e01e6781-4668-42cf-8029-3c76820909da 2026-04-28 23:58:48.719 16 INFO neutron.plugins.ml2.plugin [None req-be8d6a0e-3039-4e34-83dc-b95805cf429e - - - - - -] Attempt 1 to provision port e01e6781-4668-42cf-8029-3c76820909da 2026-04-28 23:58:50.078 16 INFO neutron.plugins.ml2.plugin [None req-268bcb0b-9eef-4e6f-b23d-6ce9a93ffe2e - - - - - -] Attempt 1 to provision port e01e6781-4668-42cf-8029-3c76820909da 2026-04-28 23:58:58.578 16 INFO neutron.plugins.ml2.plugin [None req-0054f0fb-c907-4949-ab17-52760d25194c - - - - - -] Attempt 1 to provision port f03c8225-11c8-4091-b07f-76d4c7c094a0 2026-04-28 23:58:58.824 13 INFO neutron.plugins.ml2.plugin [None req-11c72973-de2f-4369-a88d-48fe47a46cd6 - - - - - -] Attempt 1 to provision port f03c8225-11c8-4091-b07f-76d4c7c094a0 2026-04-28 23:59:26.756 13 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bb786a8-f2c2-4f72-95bf-eccc6aafbd05'] response: {'server_uuid': '9d32c9cd-57c5-4bb1-9445-5e41c104b6ab', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4e2f87a9-8168-4563-b2a5-bebe270a362a', 'code': 200}