+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-02 22:06:34.287 1 INFO neutron.common.config [-] Logging enabled! 2026-06-02 22:06:34.287 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev15 2026-06-02 22:06:34.288 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-02 22:06:34.288 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-02 22:06:35.340 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-02 22:06:35.343 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-02 22:06:35.346 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-02 22:06:35.347 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-02 22:06:35.347 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-02 22:06:35.347 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-02 22:06:35.348 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-02 22:06:35.354 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-02 22:06:35.354 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-02 22:06:35.354 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-02 22:06:35.373 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-02 22:06:35.374 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-02 22:06:35.374 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-02 22:06:35.413 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-02 22:06:35.414 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-02 22:06:35.414 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-02 22:06:35.414 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-02 22:06:35.716 1 INFO neutron.plugins.ml2.managers [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] Initializing driver for type 'vlan' 2026-06-02 22:06:35.916 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] VlanTypeDriver initialization complete 2026-06-02 22:06:35.916 1 INFO neutron.plugins.ml2.managers [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] Initializing driver for type 'vxlan' 2026-06-02 22:06:35.917 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-02 22:06:35.965 1 INFO neutron.plugins.ml2.managers [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-02 22:06:35.965 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-02 22:06:35.965 1 INFO neutron.plugins.ml2.managers [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] Initializing extension driver 'port_security' 2026-06-02 22:06:35.965 1 INFO neutron.plugins.ml2.extensions.port_security [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-02 22:06:35.965 1 INFO neutron.plugins.ml2.managers [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] Initializing extension driver 'qos' 2026-06-02 22:06:35.966 1 INFO neutron.plugins.ml2.managers [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-02 22:06:35.966 1 INFO neutron.plugins.ml2.managers [None req-d82d8e3e-c154-4d36-bcc9-a5208d2f571a - - - - - -] Initializing mechanism driver 'l2population' 2026-06-02 22:06:35.983 1 INFO neutron.quota [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded quota_driver: . 2026-06-02 22:06:35.984 1 INFO neutron.plugins.ml2.plugin [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Modular L2 Plugin initialization complete 2026-06-02 22:06:35.984 1 INFO neutron.plugins.ml2.managers [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-02 22:06:35.984 1 INFO neutron.plugins.ml2.managers [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-02 22:06:35.985 1 INFO neutron.plugins.ml2.managers [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-02 22:06:35.985 1 INFO neutron.extensions.vlantransparent [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Disabled vlantransparent extension. 2026-06-02 22:06:35.985 1 INFO neutron.extensions.qinq [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Disabled VLAN QinQ extension. 2026-06-02 22:06:35.986 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: qos 2026-06-02 22:06:36.001 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: router 2026-06-02 22:06:36.034 1 INFO neutron.services.service_base [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-02 22:06:36.034 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: segments 2026-06-02 22:06:36.099 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: trunk 2026-06-02 22:06:36.112 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: vpnaas 2026-06-02 22:06:36.142 1 WARNING stevedore.named [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-02 22:06:36.142 1 WARNING stevedore.named [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-02 22:06:36.345 1 INFO neutron_vpnaas.services.vpn.plugin [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-02 22:06:36.345 1 INFO neutron.common.utils [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-02 22:06:36.345 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: taas 2026-06-02 22:06:36.366 1 WARNING stevedore.named [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-02 22:06:36.392 1 INFO neutron_taas.services.taas.taas_plugin [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-02 22:06:36.393 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: tapmirror 2026-06-02 22:06:36.401 1 WARNING stevedore.named [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-02 22:06:36.423 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-02 22:06:36.424 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: auto_allocate 2026-06-02 22:06:36.431 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: tag 2026-06-02 22:06:36.440 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: timestamp 2026-06-02 22:06:36.443 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: network_ip_availability 2026-06-02 22:06:36.447 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: flavors 2026-06-02 22:06:36.451 1 INFO neutron.manager [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loading Plugin: revisions 2026-06-02 22:06:36.456 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Initializing extension manager. 2026-06-02 22:06:36.458 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: address-group 2026-06-02 22:06:36.460 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: address-scope 2026-06-02 22:06:36.461 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-02 22:06:36.463 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: agent 2026-06-02 22:06:36.465 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: agent-resources-synced 2026-06-02 22:06:36.466 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-02 22:06:36.467 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-02 22:06:36.468 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: availability_zone 2026-06-02 22:06:36.468 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: availability_zone_filter 2026-06-02 22:06:36.469 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-02 22:06:36.469 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: default-subnetpools 2026-06-02 22:06:36.471 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-02 22:06:36.471 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: dns-integration 2026-06-02 22:06:36.472 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: dns-domain-ports 2026-06-02 22:06:36.472 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-02 22:06:36.473 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: dvr 2026-06-02 22:06:36.473 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-02 22:06:36.474 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: empty-string-filtering 2026-06-02 22:06:36.474 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-02 22:06:36.475 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-02 22:06:36.475 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: external-net 2026-06-02 22:06:36.476 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-02 22:06:36.476 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: extraroute 2026-06-02 22:06:36.477 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: extraroute-atomic 2026-06-02 22:06:36.478 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-02 22:06:36.478 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-02 22:06:36.479 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-02 22:06:36.479 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-02 22:06:36.480 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: fip-port-details 2026-06-02 22:06:36.481 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: flavors 2026-06-02 22:06:36.482 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-02 22:06:36.483 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: floatingip-pools 2026-06-02 22:06:36.484 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: ip_allocation 2026-06-02 22:06:36.485 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-02 22:06:36.485 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: l2_adjacency 2026-06-02 22:06:36.487 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: router 2026-06-02 22:06:36.489 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-02 22:06:36.490 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-02 22:06:36.491 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-02 22:06:36.492 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: ext-gw-mode 2026-06-02 22:06:36.493 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: l3-ha 2026-06-02 22:06:36.493 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-02 22:06:36.494 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-02 22:06:36.494 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: l3-flavors 2026-06-02 22:06:36.495 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-02 22:06:36.496 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-02 22:06:36.499 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-02 22:06:36.500 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-02 22:06:36.501 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-02 22:06:36.502 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-02 22:06:36.503 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-02 22:06:36.504 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: multi-provider 2026-06-02 22:06:36.505 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: net-mtu 2026-06-02 22:06:36.506 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: net-mtu-writable 2026-06-02 22:06:36.506 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: network_availability_zone 2026-06-02 22:06:36.507 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: network_ha 2026-06-02 22:06:36.508 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: network-ip-availability 2026-06-02 22:06:36.510 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-02 22:06:36.510 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: pagination 2026-06-02 22:06:36.511 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-device-profile 2026-06-02 22:06:36.511 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-02 22:06:36.512 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-02 22:06:36.513 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-02 22:06:36.514 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-mac-override 2026-06-02 22:06:36.514 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-02 22:06:36.515 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-02 22:06:36.515 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-02 22:06:36.516 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-resource-request 2026-06-02 22:06:36.517 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-02 22:06:36.517 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-02 22:06:36.518 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: binding 2026-06-02 22:06:36.519 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: binding-extended 2026-06-02 22:06:36.519 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-security 2026-06-02 22:06:36.519 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: project-id 2026-06-02 22:06:36.520 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: provider 2026-06-02 22:06:36.521 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-02 22:06:36.522 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos 2026-06-02 22:06:36.523 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-02 22:06:36.524 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-02 22:06:36.524 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-default 2026-06-02 22:06:36.525 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-fip 2026-06-02 22:06:36.525 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-02 22:06:36.526 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-02 22:06:36.526 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-02 22:06:36.527 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-02 22:06:36.528 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-02 22:06:36.529 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-pps 2026-06-02 22:06:36.530 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-02 22:06:36.530 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-02 22:06:36.531 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: qos-rules-alias 2026-06-02 22:06:36.531 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: quota-check-limit 2026-06-02 22:06:36.532 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-02 22:06:36.534 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: quotas 2026-06-02 22:06:36.537 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: quota_details 2026-06-02 22:06:36.538 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: rbac-policies 2026-06-02 22:06:36.539 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: rbac-address-group 2026-06-02 22:06:36.539 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: rbac-address-scope 2026-06-02 22:06:36.540 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: rbac-security-groups 2026-06-02 22:06:36.540 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-02 22:06:36.541 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: revision-if-match 2026-06-02 22:06:36.542 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-02 22:06:36.542 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: router_availability_zone 2026-06-02 22:06:36.542 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-02 22:06:36.544 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-02 22:06:36.545 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-02 22:06:36.545 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-02 22:06:36.546 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-02 22:06:36.546 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-02 22:06:36.547 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-02 22:06:36.552 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: security-group 2026-06-02 22:06:36.554 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: segment 2026-06-02 22:06:36.554 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-02 22:06:36.555 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: service-type 2026-06-02 22:06:36.555 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: sorting 2026-06-02 22:06:36.555 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: standard-attr-segment 2026-06-02 22:06:36.556 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: standard-attr-description 2026-06-02 22:06:36.557 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: stateful-security-group 2026-06-02 22:06:36.557 1 WARNING neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-02 22:06:36.558 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-02 22:06:36.558 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: subnet-external-network 2026-06-02 22:06:36.559 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: subnet_onboard 2026-06-02 22:06:36.560 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-02 22:06:36.560 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: subnet-service-types 2026-06-02 22:06:36.561 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: subnet_allocation 2026-06-02 22:06:36.562 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-02 22:06:36.562 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: tag-creation 2026-06-02 22:06:36.563 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-02 22:06:36.568 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: standard-attr-tag 2026-06-02 22:06:36.570 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-02 22:06:36.571 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: trunk 2026-06-02 22:06:36.571 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: trunk-details 2026-06-02 22:06:36.572 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-02 22:06:36.572 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-02 22:06:36.573 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-02 22:06:36.574 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-02 22:06:36.576 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-02 22:06:36.577 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-02 22:06:36.578 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: vpn-flavors 2026-06-02 22:06:36.580 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: vpnaas 2026-06-02 22:06:36.581 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: taas 2026-06-02 22:06:36.583 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: tap-mirror 2026-06-02 22:06:36.583 1 INFO neutron.api.extensions [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-02 22:06:36.587 1 INFO oslo_service.backend.eventlet.service [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Starting 2 workers 2026-06-02 22:06:36.596 1 INFO oslo_service.backend.eventlet.service [None req-cee9083c-df75-4045-8ec0-146a4f17f483 - - - - - -] Starting 1 workers 2026-06-02 22:07:22.603 11 INFO neutron.db.l3_hamode_db [None req-bfa3f83e-2e9b-436d-a1c0-c4dca8e679e5 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-02 22:07:34.382 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3b654af3-28a2-4b15-9e62-3f7ec2f2b96b 2026-06-02 22:07:35.784 12 INFO neutron.plugins.ml2.plugin [None req-06bfbce5-1547-405d-860d-5fc292501a7b - - - - - -] Attempt 1 to provision port 3b654af3-28a2-4b15-9e62-3f7ec2f2b96b 2026-06-02 22:07:36.369 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3b654af3-28a2-4b15-9e62-3f7ec2f2b96b 2026-06-02 22:07:37.462 12 INFO neutron.plugins.ml2.plugin [None req-1d3f403c-651b-4f1e-aa68-f05eb84e4b92 - - - - - -] Attempt 1 to provision port 3b654af3-28a2-4b15-9e62-3f7ec2f2b96b 2026-06-02 22:12:00.521 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 1968a476-6ee4-4dd9-ac9b-8c89ba44e939 2026-06-02 22:12:01.324 12 INFO neutron.plugins.ml2.plugin [None req-e5716253-e0a7-4fa8-8095-49b0bade6c0b - - - - - -] Attempt 1 to provision port 1968a476-6ee4-4dd9-ac9b-8c89ba44e939 2026-06-02 22:12:02.484 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 1968a476-6ee4-4dd9-ac9b-8c89ba44e939 2026-06-02 22:12:02.978 12 INFO neutron.plugins.ml2.plugin [None req-126373a6-b105-477e-9ed7-311e1b9b397d - - - - - -] Attempt 1 to provision port 1968a476-6ee4-4dd9-ac9b-8c89ba44e939 2026-06-02 22:12:08.043 12 INFO neutron.plugins.ml2.plugin [None req-38c7a383-54aa-491f-af50-192f6cbdbff9 - - - - - -] Attempt 1 to provision port d3c7c975-2f2d-4d52-b452-5bf26976786a 2026-06-02 22:15:59.206 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port d3c7c975-2f2d-4d52-b452-5bf26976786a 2026-06-02 22:16:00.621 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port d3c7c975-2f2d-4d52-b452-5bf26976786a 2026-06-02 22:25:44.994 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port c36717ed-a420-4e92-87e6-5a9e91a70545 2026-06-02 22:25:46.963 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port c36717ed-a420-4e92-87e6-5a9e91a70545 2026-06-02 22:41:39.526 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port cb5ce29a-4cfb-4540-9cbe-b21da40ce99a 2026-06-02 22:41:41.525 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port cb5ce29a-4cfb-4540-9cbe-b21da40ce99a 2026-06-02 22:41:43.535 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port a3fb7acd-bfbb-4aa5-871b-98c8a3c1cd80 2026-06-02 22:41:45.543 12 INFO neutron.plugins.ml2.plugin [None req-ff4d36a4-a635-49d7-8d72-a0d222c31d33 - - - - - -] Attempt 1 to provision port 3c1e9164-2d18-44be-93ad-6dce1f63c71e 2026-06-02 22:41:45.563 12 INFO neutron.plugins.ml2.plugin [None req-ff4d36a4-a635-49d7-8d72-a0d222c31d33 - - - - - -] Attempt 1 to provision port cb5ce29a-4cfb-4540-9cbe-b21da40ce99a 2026-06-02 22:41:45.608 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port a3fb7acd-bfbb-4aa5-871b-98c8a3c1cd80 2026-06-02 22:41:45.631 12 INFO neutron.plugins.ml2.plugin [None req-ff4d36a4-a635-49d7-8d72-a0d222c31d33 - - - - - -] Attempt 1 to provision port a3fb7acd-bfbb-4aa5-871b-98c8a3c1cd80 2026-06-02 22:41:45.688 12 INFO neutron.plugins.ml2.plugin [None req-ff4d36a4-a635-49d7-8d72-a0d222c31d33 - - - - - -] Attempt 1 to provision port 19b017c2-d114-4472-817c-ec920ceacdca 2026-06-02 22:41:45.842 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 19b017c2-d114-4472-817c-ec920ceacdca 2026-06-02 22:41:47.579 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 19b017c2-d114-4472-817c-ec920ceacdca 2026-06-02 22:41:51.640 12 INFO neutron.plugins.ml2.plugin [None req-d1af5ab0-d9d8-428f-8769-675d76c6892f - - - - - -] Attempt 1 to provision port cb5ce29a-4cfb-4540-9cbe-b21da40ce99a 2026-06-02 22:41:51.692 12 INFO neutron.plugins.ml2.plugin [None req-d1af5ab0-d9d8-428f-8769-675d76c6892f - - - - - -] Attempt 1 to provision port a3fb7acd-bfbb-4aa5-871b-98c8a3c1cd80 2026-06-02 22:41:51.771 12 INFO neutron.plugins.ml2.plugin [None req-d1af5ab0-d9d8-428f-8769-675d76c6892f - - - - - -] Attempt 1 to provision port 9b7084c3-6a3a-418f-bbc2-1832645e3884 2026-06-02 22:41:51.797 12 INFO neutron.plugins.ml2.plugin [None req-d1af5ab0-d9d8-428f-8769-675d76c6892f - - - - - -] Attempt 1 to provision port b8a29615-c38c-4dd5-9c86-39f36a24fc23 2026-06-02 22:41:51.825 12 INFO neutron.plugins.ml2.plugin [None req-d1af5ab0-d9d8-428f-8769-675d76c6892f - - - - - -] Attempt 1 to provision port 2ec1bc29-b98b-4ab5-8c2c-7f9cb1566ba4 2026-06-02 22:41:53.610 12 INFO neutron.plugins.ml2.plugin [None req-3d331eb5-1541-4678-be19-3b8a7f99ebe0 - - - - - -] Attempt 1 to provision port 99582e63-572c-4323-aef5-ce7eef8ec616 2026-06-02 22:41:54.027 12 INFO neutron.plugins.ml2.plugin [None req-b26b5c7d-18ff-44a3-ab25-330e337927a2 - - - - - -] Attempt 1 to provision port 2c5451f3-9d4e-4764-a618-362df932a8a6 2026-06-02 22:41:55.600 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 2c5451f3-9d4e-4764-a618-362df932a8a6 2026-06-02 22:41:55.835 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 1b1b0de8-c3c6-4cb0-a6da-bb6b3d1376eb 2026-06-02 22:41:56.351 11 INFO neutron.plugins.ml2.plugin [None req-7c7a61af-e724-4990-9142-9665a0621b15 - - - - - -] Attempt 1 to provision port 99582e63-572c-4323-aef5-ce7eef8ec616 2026-06-02 22:41:57.003 12 INFO neutron.plugins.ml2.plugin [None req-5c5f36ea-a017-4fa8-b935-6cb4f237d154 - - - - - -] Attempt 1 to provision port f102b2dc-5b56-4405-aa67-a680d224cc8d 2026-06-02 22:41:57.024 12 INFO neutron.plugins.ml2.plugin [None req-5c5f36ea-a017-4fa8-b935-6cb4f237d154 - - - - - -] Attempt 1 to provision port b8a29615-c38c-4dd5-9c86-39f36a24fc23 2026-06-02 22:41:57.048 12 INFO neutron.plugins.ml2.plugin [None req-5c5f36ea-a017-4fa8-b935-6cb4f237d154 - - - - - -] Attempt 1 to provision port 9b7084c3-6a3a-418f-bbc2-1832645e3884 2026-06-02 22:41:57.634 12 INFO neutron.plugins.ml2.plugin [None req-752089d7-7d82-42ee-93a2-4394b8e24046 - - - - - -] Attempt 1 to provision port 24518939-77af-47c7-a051-6a16e9b23020 2026-06-02 22:41:58.050 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 1b1b0de8-c3c6-4cb0-a6da-bb6b3d1376eb 2026-06-02 22:42:01.269 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 7d738c25-6011-45bf-ba57-7332a34e3dac 2026-06-02 22:42:01.645 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 24518939-77af-47c7-a051-6a16e9b23020 2026-06-02 22:42:01.820 12 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-922a0605-072e-4645-b907-eea56ea60a8a'] response: {'server_uuid': 'f744d942-5158-4f8a-b500-8f21650d5822', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7d738c25-6011-45bf-ba57-7332a34e3dac', 'code': 200} 2026-06-02 22:42:01.974 12 INFO neutron.plugins.ml2.plugin [None req-75af14c1-d56d-4b5b-9f73-5b56209f94c2 - - - - - -] Attempt 1 to provision port fbbf43f9-5b19-46f5-a553-0928f631e712 2026-06-02 22:42:02.458 12 INFO neutron.plugins.ml2.plugin [None req-75af14c1-d56d-4b5b-9f73-5b56209f94c2 - - - - - -] Attempt 1 to provision port cd0469a6-e776-4763-831d-645f17d5972a 2026-06-02 22:42:03.861 12 INFO neutron.notifiers.nova [None req-86a6e481-93da-48e0-8e4b-b654cb6bcec0 - - - - - -] Nova event matching ['req-adfa878b-0f3f-4713-8349-47499ec31ad6'] response: {'server_uuid': '9a98cbed-353c-4e73-8c79-bbd01c1111a8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fbbf43f9-5b19-46f5-a553-0928f631e712', 'code': 200} 2026-06-02 22:42:04.771 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 7d738c25-6011-45bf-ba57-7332a34e3dac 2026-06-02 22:42:04.993 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port fbbf43f9-5b19-46f5-a553-0928f631e712 2026-06-02 22:42:05.197 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port cd0469a6-e776-4763-831d-645f17d5972a 2026-06-02 22:42:05.434 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port a6202fc2-a431-4b34-a308-c4fb39fc73a3 2026-06-02 22:42:06.821 12 INFO neutron.plugins.ml2.plugin [None req-e181103b-b343-42a7-8935-eae6d907ead5 - - - - - -] Attempt 1 to provision port cd0469a6-e776-4763-831d-645f17d5972a 2026-06-02 22:42:06.889 12 INFO neutron.plugins.ml2.plugin [None req-e181103b-b343-42a7-8935-eae6d907ead5 - - - - - -] Attempt 1 to provision port 9b7084c3-6a3a-418f-bbc2-1832645e3884 2026-06-02 22:42:06.911 12 INFO neutron.plugins.ml2.plugin [None req-e181103b-b343-42a7-8935-eae6d907ead5 - - - - - -] Attempt 1 to provision port a7b0207b-8ba2-4517-8aca-67df3cc7f99d 2026-06-02 22:42:06.933 12 INFO neutron.plugins.ml2.plugin [None req-e181103b-b343-42a7-8935-eae6d907ead5 - - - - - -] Attempt 1 to provision port a6202fc2-a431-4b34-a308-c4fb39fc73a3 2026-06-02 22:42:06.985 12 INFO neutron.plugins.ml2.plugin [None req-e181103b-b343-42a7-8935-eae6d907ead5 - - - - - -] Attempt 1 to provision port 5618a27a-c034-493d-b0fd-7e088079b46a 2026-06-02 22:42:07.011 12 INFO neutron.plugins.ml2.plugin [None req-e181103b-b343-42a7-8935-eae6d907ead5 - - - - - -] Attempt 1 to provision port b8a29615-c38c-4dd5-9c86-39f36a24fc23 2026-06-02 22:42:07.454 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 65eacd3a-feef-4941-9623-61c65b9be03a 2026-06-02 22:42:07.561 12 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-a568edf6-5752-45b5-b75c-d82e91609e55'] response: {'server_uuid': 'dbad287c-149b-4dd1-9e16-30ca889cdf31', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '65eacd3a-feef-4941-9623-61c65b9be03a', 'code': 200} 2026-06-02 22:42:07.796 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port a6202fc2-a431-4b34-a308-c4fb39fc73a3 2026-06-02 22:42:09.873 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 65eacd3a-feef-4941-9623-61c65b9be03a 2026-06-02 22:42:10.126 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 7cee815e-2f54-48dd-8e00-a7b0c66def0b 2026-06-02 22:42:10.659 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-e82d7930-dd63-4ffe-b836-1b5bfc88b242'] response: {'server_uuid': 'e19c8dc7-4994-4ac2-bda2-68dfb3abfefc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cee815e-2f54-48dd-8e00-a7b0c66def0b', 'code': 200} 2026-06-02 22:42:12.092 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 7cee815e-2f54-48dd-8e00-a7b0c66def0b 2026-06-02 22:42:12.446 12 INFO neutron.plugins.ml2.plugin [None req-704bca3c-9b84-4521-bfd3-d0919c938284 - - - - - -] Attempt 1 to provision port a6202fc2-a431-4b34-a308-c4fb39fc73a3 2026-06-02 22:42:12.520 12 INFO neutron.plugins.ml2.plugin [None req-704bca3c-9b84-4521-bfd3-d0919c938284 - - - - - -] Attempt 1 to provision port cd0469a6-e776-4763-831d-645f17d5972a 2026-06-02 22:42:12.617 12 INFO neutron.plugins.ml2.plugin [None req-fb22b7ac-9953-41b6-9389-b0bc3ea5a726 - - - - - -] Attempt 1 to provision port 65eacd3a-feef-4941-9623-61c65b9be03a 2026-06-02 22:42:12.701 12 INFO neutron.plugins.ml2.plugin [None req-fb22b7ac-9953-41b6-9389-b0bc3ea5a726 - - - - - -] Attempt 1 to provision port 7cee815e-2f54-48dd-8e00-a7b0c66def0b 2026-06-02 22:42:12.762 12 INFO neutron.plugins.ml2.plugin [None req-fb22b7ac-9953-41b6-9389-b0bc3ea5a726 - - - - - -] Attempt 1 to provision port 5618a27a-c034-493d-b0fd-7e088079b46a 2026-06-02 22:42:12.792 12 INFO neutron.plugins.ml2.plugin [None req-fb22b7ac-9953-41b6-9389-b0bc3ea5a726 - - - - - -] Attempt 1 to provision port a7b0207b-8ba2-4517-8aca-67df3cc7f99d 2026-06-02 22:42:16.686 12 INFO neutron.plugins.ml2.plugin [None req-db87ec0a-102f-4713-9d47-bb08cf7364d2 - - - - - -] Attempt 1 to provision port 5618a27a-c034-493d-b0fd-7e088079b46a 2026-06-02 22:42:16.715 12 INFO neutron.plugins.ml2.plugin [None req-db87ec0a-102f-4713-9d47-bb08cf7364d2 - - - - - -] Attempt 1 to provision port a7b0207b-8ba2-4517-8aca-67df3cc7f99d 2026-06-02 22:42:19.852 12 INFO neutron.plugins.ml2.plugin [None req-dc52747a-e273-4bb2-a28c-88c6aedba103 - - - - - -] Attempt 1 to provision port a7b0207b-8ba2-4517-8aca-67df3cc7f99d 2026-06-02 22:42:19.886 12 INFO neutron.plugins.ml2.plugin [None req-dc52747a-e273-4bb2-a28c-88c6aedba103 - - - - - -] Attempt 1 to provision port b9ffb18c-af40-4752-885d-77d0fb057e9a 2026-06-02 22:42:21.770 12 INFO neutron.plugins.ml2.plugin [None req-daceacc0-c567-47a3-85d0-8f83fa383765 - - - - - -] Attempt 1 to provision port 8d7b28a2-0a53-4efe-9f63-7cb1a38a8a23 2026-06-02 22:42:21.793 12 INFO neutron.plugins.ml2.plugin [None req-daceacc0-c567-47a3-85d0-8f83fa383765 - - - - - -] Attempt 1 to provision port 5618a27a-c034-493d-b0fd-7e088079b46a 2026-06-02 22:42:24.458 12 INFO neutron.plugins.ml2.plugin [None req-f90c0680-f34e-4aaf-9211-476409865ff6 - - - - - -] Attempt 1 to provision port 65eacd3a-feef-4941-9623-61c65b9be03a 2026-06-02 22:42:24.511 12 INFO neutron.plugins.ml2.plugin [None req-f90c0680-f34e-4aaf-9211-476409865ff6 - - - - - -] Attempt 1 to provision port 7cee815e-2f54-48dd-8e00-a7b0c66def0b 2026-06-02 22:42:31.699 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port b9ffb18c-af40-4752-885d-77d0fb057e9a 2026-06-02 22:42:31.960 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port a7b0207b-8ba2-4517-8aca-67df3cc7f99d 2026-06-02 22:42:33.738 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port b9ffb18c-af40-4752-885d-77d0fb057e9a 2026-06-02 22:42:34.161 11 INFO neutron.plugins.ml2.plugin [None req-5fb80668-c460-4bd5-9d2d-c510cb4ec015 - - - - - -] Attempt 1 to provision port a7b0207b-8ba2-4517-8aca-67df3cc7f99d 2026-06-02 22:42:34.354 11 INFO neutron.plugins.ml2.plugin [None req-52abf549-5f5e-4619-91e7-d08e0ffd7c89 - - - - - -] Attempt 1 to provision port 65eacd3a-feef-4941-9623-61c65b9be03a 2026-06-02 22:42:35.700 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 5618a27a-c034-493d-b0fd-7e088079b46a 2026-06-02 22:42:35.978 12 INFO neutron.plugins.ml2.plugin [None req-0ee4d301-2199-4971-b6d2-9f733303a621 - - - - - -] Attempt 1 to provision port 8d7b28a2-0a53-4efe-9f63-7cb1a38a8a23 2026-06-02 22:42:36.616 12 INFO neutron.plugins.ml2.plugin [None req-dbf21e8b-20f7-4596-8f6a-111497710052 - - - - - -] Attempt 1 to provision port 1bf657e9-f317-4d48-943e-5dc3967f61d3 2026-06-02 22:42:37.752 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 5618a27a-c034-493d-b0fd-7e088079b46a 2026-06-02 22:42:37.959 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 8d7b28a2-0a53-4efe-9f63-7cb1a38a8a23 2026-06-02 22:42:38.900 11 INFO neutron.plugins.ml2.plugin [None req-b27caf81-511c-4fe7-b63e-b8f819423a32 - - - - - -] Attempt 1 to provision port 65eacd3a-feef-4941-9623-61c65b9be03a 2026-06-02 22:42:49.907 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-676b492a-8ca3-41ad-acd5-144ff63f82f0'] response: {'server_uuid': 'e19c8dc7-4994-4ac2-bda2-68dfb3abfefc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7cee815e-2f54-48dd-8e00-a7b0c66def0b', 'code': 200} 2026-06-02 22:42:52.295 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 7cee815e-2f54-48dd-8e00-a7b0c66def0b 2026-06-02 22:42:52.434 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-21a85d36-cbbd-438a-95c6-52cadf7a9ad1'] response: {'server_uuid': 'e19c8dc7-4994-4ac2-bda2-68dfb3abfefc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7cee815e-2f54-48dd-8e00-a7b0c66def0b', 'code': 200} 2026-06-02 22:42:53.769 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 7cee815e-2f54-48dd-8e00-a7b0c66def0b 2026-06-02 22:42:53.790 12 INFO neutron.plugins.ml2.plugin [None req-bcc823b6-c4cb-426b-b445-77116a4ac340 - - - - - -] Attempt 1 to provision port 9803d559-db95-40a1-a066-915295f5c70e 2026-06-02 22:42:53.968 11 INFO neutron.plugins.ml2.plugin [None req-3452a099-edb1-4866-a47c-c136321111a0 - - - - - -] Attempt 1 to provision port 9803d559-db95-40a1-a066-915295f5c70e 2026-06-02 22:42:55.761 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f1f80f11-5a50-4431-88af-5d8f93926b98 2026-06-02 22:42:56.126 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 9803d559-db95-40a1-a066-915295f5c70e 2026-06-02 22:42:57.699 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f1f80f11-5a50-4431-88af-5d8f93926b98 2026-06-02 22:42:57.868 12 INFO neutron.plugins.ml2.plugin [None req-dc9aa300-7784-4937-b1af-a5a7d030feee - - - - - -] Attempt 1 to provision port 9803d559-db95-40a1-a066-915295f5c70e 2026-06-02 22:42:57.957 12 INFO neutron.plugins.ml2.plugin [None req-dc9aa300-7784-4937-b1af-a5a7d030feee - - - - - -] Attempt 1 to provision port 3bc690f0-9a66-4674-9a85-187d83c6ff2a 2026-06-02 22:42:57.982 12 INFO neutron.plugins.ml2.plugin [None req-dc9aa300-7784-4937-b1af-a5a7d030feee - - - - - -] Attempt 1 to provision port 8ec811cd-90ae-4070-846d-77738b87dff8 2026-06-02 22:43:01.126 12 INFO neutron.plugins.ml2.plugin [None req-1fdcd00c-10c6-4263-8d3b-b1bd3271a33b - - - - - -] Attempt 1 to provision port 3bc690f0-9a66-4674-9a85-187d83c6ff2a 2026-06-02 22:43:04.421 12 INFO neutron.plugins.ml2.plugin [None req-0e94e185-a4e2-4da1-8351-ed640e8a3624 - - - - - -] Attempt 1 to provision port 3bc690f0-9a66-4674-9a85-187d83c6ff2a 2026-06-02 22:43:07.782 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port bb3da69a-0df9-4ec2-bdb2-7de5a6ec7fe1 2026-06-02 22:43:14.492 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 9e2bb6d9-0b34-41f8-a4ed-c466fb1969ab 2026-06-02 22:43:14.636 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-a1d86605-fd4a-4a69-9495-2f508b75661f'] response: {'server_uuid': '01155faf-7e63-4913-8380-5cfbdcabc15e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9e2bb6d9-0b34-41f8-a4ed-c466fb1969ab', 'code': 200} 2026-06-02 22:43:14.899 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 8ec811cd-90ae-4070-846d-77738b87dff8 2026-06-02 22:43:15.143 11 INFO neutron.plugins.ml2.plugin [None req-03b31f39-7d30-4690-9027-3d9e081868e0 - - - - - -] Attempt 1 to provision port 3bc690f0-9a66-4674-9a85-187d83c6ff2a 2026-06-02 22:43:16.280 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 9e2bb6d9-0b34-41f8-a4ed-c466fb1969ab 2026-06-02 22:43:16.527 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 8ec811cd-90ae-4070-846d-77738b87dff8 2026-06-02 22:43:16.771 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3bc690f0-9a66-4674-9a85-187d83c6ff2a 2026-06-02 22:43:34.092 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 64a4a569-a22a-40e4-af93-9387138d1c8d 2026-06-02 22:43:36.139 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f07d8187-5525-42c0-8c1c-6084a0c3a383 2026-06-02 22:43:36.187 11 INFO neutron.plugins.ml2.plugin [None req-69cfaed6-dfbe-4c24-a819-a7650a97327f - - - - - -] Attempt 1 to provision port 64a4a569-a22a-40e4-af93-9387138d1c8d 2026-06-02 22:43:36.539 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 64a4a569-a22a-40e4-af93-9387138d1c8d 2026-06-02 22:43:38.120 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f07d8187-5525-42c0-8c1c-6084a0c3a383 2026-06-02 22:43:39.167 12 INFO neutron.plugins.ml2.plugin [None req-6288bed0-09a7-4f08-888f-06d8fd75d84e - - - - - -] Attempt 1 to provision port 8a02abe8-c02a-49bc-9fdc-990c741a953d 2026-06-02 22:43:39.207 12 INFO neutron.plugins.ml2.plugin [None req-6288bed0-09a7-4f08-888f-06d8fd75d84e - - - - - -] Attempt 1 to provision port 64a4a569-a22a-40e4-af93-9387138d1c8d 2026-06-02 22:43:39.277 12 INFO neutron.plugins.ml2.plugin [None req-6288bed0-09a7-4f08-888f-06d8fd75d84e - - - - - -] Attempt 1 to provision port 68efbe50-289e-4ed5-b104-419c6e35687e 2026-06-02 22:43:42.409 12 INFO neutron.plugins.ml2.plugin [None req-5b18aa28-4dc2-4d1a-a90d-0aa0547293f2 - - - - - -] Attempt 1 to provision port 68efbe50-289e-4ed5-b104-419c6e35687e 2026-06-02 22:43:44.413 12 INFO neutron.plugins.ml2.plugin [None req-05ceba7d-9c22-4d62-94fd-bffbcee7d155 - - - - - -] Attempt 1 to provision port 68efbe50-289e-4ed5-b104-419c6e35687e 2026-06-02 22:43:48.665 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 77c9ea8f-bd06-494e-abb8-76363cf35ee4 2026-06-02 22:43:49.097 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port d280a92e-b26b-494d-a5a2-63c131afe71a 2026-06-02 22:43:49.505 11 INFO neutron.plugins.ml2.plugin [None req-32ab0d00-f0a3-4ca5-80a6-2dd7e4d59934 - - - - - -] Attempt 1 to provision port 890dd119-4dbb-4cfe-b51d-0980da57d143 2026-06-02 22:43:49.616 11 INFO neutron.notifiers.nova [None req-32ab0d00-f0a3-4ca5-80a6-2dd7e4d59934 - - - - - -] Nova event matching ['req-f75366d7-c244-4bd8-80ce-7856562f839b'] response: {'server_uuid': 'df169b93-40e3-41c1-825a-6e22d8f64a69', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '890dd119-4dbb-4cfe-b51d-0980da57d143', 'code': 200} 2026-06-02 22:43:50.269 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 77c9ea8f-bd06-494e-abb8-76363cf35ee4 2026-06-02 22:43:50.374 12 INFO neutron.plugins.ml2.plugin [None req-0f9c6962-cb59-47e5-be44-96a6c62d48a3 - - - - - -] Attempt 1 to provision port 8c54e811-3dbe-4bdd-9c4e-22673d3ae63c 2026-06-02 22:43:50.400 12 INFO neutron.plugins.ml2.plugin [None req-0f9c6962-cb59-47e5-be44-96a6c62d48a3 - - - - - -] Attempt 1 to provision port d280a92e-b26b-494d-a5a2-63c131afe71a 2026-06-02 22:43:50.530 11 INFO neutron.plugins.ml2.plugin [None req-9ebf4cb3-eaef-47ad-a4e5-45a993524e49 - - - - - -] Attempt 1 to provision port d280a92e-b26b-494d-a5a2-63c131afe71a 2026-06-02 22:43:50.903 11 INFO neutron.plugins.ml2.plugin [None req-99678627-2e5d-4eae-9791-aa834d53dbf7 - - - - - -] Attempt 1 to provision port 890dd119-4dbb-4cfe-b51d-0980da57d143 2026-06-02 22:43:52.504 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port c4b0f713-88c9-4ef0-8051-bc55ae955c2c 2026-06-02 22:43:52.933 11 INFO neutron.plugins.ml2.plugin [None req-5600f96a-81b8-4c54-a0a6-11d279a92103 - - - - - -] Attempt 1 to provision port 95d4d6f3-9b1c-4a04-b9e2-d71f43e7aad4 2026-06-02 22:43:54.372 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 68efbe50-289e-4ed5-b104-419c6e35687e 2026-06-02 22:43:54.809 11 INFO neutron.plugins.ml2.plugin [None req-9b173b4c-4f0e-4e1d-860c-8f14f444780d - - - - - -] Attempt 1 to provision port 8a02abe8-c02a-49bc-9fdc-990c741a953d 2026-06-02 22:43:55.339 11 INFO neutron.plugins.ml2.plugin [None req-e3a6a05e-0721-4ccf-bab0-8913acb56d4c - - - - - -] Attempt 1 to provision port 95d4d6f3-9b1c-4a04-b9e2-d71f43e7aad4 2026-06-02 22:43:56.700 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 68efbe50-289e-4ed5-b104-419c6e35687e 2026-06-02 22:43:56.934 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port ebec09f7-8d6d-4eac-83c3-61decdc00161 2026-06-02 22:43:57.275 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 8a02abe8-c02a-49bc-9fdc-990c741a953d 2026-06-02 22:43:58.356 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port ebec09f7-8d6d-4eac-83c3-61decdc00161 2026-06-02 22:43:59.625 12 INFO neutron.plugins.ml2.plugin [None req-f9cc27dd-b6bb-4861-bf6b-bcbebf99214b - - - - - -] Attempt 1 to provision port efd887df-7ac3-4379-94c6-70a29f8f1d0a 2026-06-02 22:43:59.674 12 INFO neutron.plugins.ml2.plugin [None req-a89b8c24-2616-4306-b2a8-1e523e61884c - - - - - -] Attempt 1 to provision port ebec09f7-8d6d-4eac-83c3-61decdc00161 2026-06-02 22:44:06.594 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port e293cd02-8e2d-424f-a097-bac945af0273 2026-06-02 22:44:06.865 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 8c54e811-3dbe-4bdd-9c4e-22673d3ae63c 2026-06-02 22:44:09.613 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port e293cd02-8e2d-424f-a097-bac945af0273 2026-06-02 22:44:09.797 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 8c54e811-3dbe-4bdd-9c4e-22673d3ae63c 2026-06-02 22:44:10.012 11 INFO neutron.plugins.ml2.plugin [None req-1c3f894f-d785-4608-9afc-4e7ac0f0926c - - - - - -] Attempt 1 to provision port 72a98935-44b0-4842-b33e-88e0abd7b233 2026-06-02 22:44:10.153 11 INFO neutron.notifiers.nova [None req-1c3f894f-d785-4608-9afc-4e7ac0f0926c - - - - - -] Nova event matching ['req-fcb8991b-5c06-4e05-bf16-344418981126'] response: {'server_uuid': 'e15d042c-db97-4252-b34e-8a62d68cebcd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '72a98935-44b0-4842-b33e-88e0abd7b233', 'code': 200} 2026-06-02 22:44:11.499 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port efd887df-7ac3-4379-94c6-70a29f8f1d0a 2026-06-02 22:44:11.852 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port b16244a2-c2d5-4b07-9c34-681d3b883ea3 2026-06-02 22:44:12.189 11 INFO neutron.plugins.ml2.plugin [None req-af9d4d1d-64e2-4198-8a0f-0d76557598b9 - - - - - -] Attempt 1 to provision port 72a98935-44b0-4842-b33e-88e0abd7b233 2026-06-02 22:44:12.851 11 INFO neutron.plugins.ml2.plugin [None req-d39fff12-2231-4bba-ae16-5062b1d3f314 - - - - - -] Attempt 1 to provision port 8c54e811-3dbe-4bdd-9c4e-22673d3ae63c 2026-06-02 22:44:12.930 11 INFO neutron.plugins.ml2.plugin [None req-c6b64080-8c3d-4fe1-8a19-5a90621ffcc4 - - - - - -] Attempt 1 to provision port 72a98935-44b0-4842-b33e-88e0abd7b233 2026-06-02 22:44:13.012 11 INFO neutron.plugins.ml2.plugin [None req-c6b64080-8c3d-4fe1-8a19-5a90621ffcc4 - - - - - -] Attempt 1 to provision port d280a92e-b26b-494d-a5a2-63c131afe71a 2026-06-02 22:44:13.483 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port efd887df-7ac3-4379-94c6-70a29f8f1d0a 2026-06-02 22:44:13.776 12 INFO neutron.plugins.ml2.plugin [None req-263ad741-ca70-4ded-a6eb-7e37c0e6fd31 - - - - - -] Attempt 1 to provision port b16244a2-c2d5-4b07-9c34-681d3b883ea3 2026-06-02 22:44:21.413 11 INFO neutron.plugins.ml2.plugin [None req-3a8806f1-a6eb-413d-a613-1dbed82044c9 - - - - - -] Attempt 1 to provision port efd887df-7ac3-4379-94c6-70a29f8f1d0a 2026-06-02 22:44:21.487 11 INFO neutron.plugins.ml2.plugin [None req-3a8806f1-a6eb-413d-a613-1dbed82044c9 - - - - - -] Attempt 1 to provision port ebec09f7-8d6d-4eac-83c3-61decdc00161 2026-06-02 22:44:27.646 12 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-f30efee4-f97e-4d67-9029-7cbbe3ee5157'] response: {'server_uuid': 'e15d042c-db97-4252-b34e-8a62d68cebcd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '72a98935-44b0-4842-b33e-88e0abd7b233', 'code': 200} 2026-06-02 22:44:29.549 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3efe952b-90bc-4039-a542-3515aeb580c8 2026-06-02 22:44:29.625 12 INFO neutron.plugins.ml2.plugin [None req-e9b97f71-0fbb-4db0-a9ee-86e09505cc59 - - - - - -] Attempt 1 to provision port 3efe952b-90bc-4039-a542-3515aeb580c8 2026-06-02 22:44:29.910 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 0c58e5bb-a9aa-40e9-ba64-95506410bd45 2026-06-02 22:44:31.411 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3efe952b-90bc-4039-a542-3515aeb580c8 2026-06-02 22:44:31.589 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 0c58e5bb-a9aa-40e9-ba64-95506410bd45 2026-06-02 22:44:32.922 12 INFO neutron.plugins.ml2.plugin [None req-4b61c891-b6b8-48cb-b49f-e9134b31cbc2 - - - - - -] Attempt 1 to provision port 4928439c-7999-4a44-9e69-6d4f32394dc8 2026-06-02 22:44:32.946 12 INFO neutron.plugins.ml2.plugin [None req-4b61c891-b6b8-48cb-b49f-e9134b31cbc2 - - - - - -] Attempt 1 to provision port 3efe952b-90bc-4039-a542-3515aeb580c8 2026-06-02 22:44:42.492 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 97b6720f-b2cc-4fad-b5f3-7a06e9802b82 2026-06-02 22:44:42.824 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port ced2b882-4905-49f1-836b-07188925c635 2026-06-02 22:44:42.925 12 INFO neutron.notifiers.nova [None req-df1636c5-53c5-46c6-99c7-a7ac8321edf0 - - - - - -] Nova event matching ['req-a22691ce-80ed-473f-9b37-171633898bcf'] response: {'server_uuid': '64217067-ab02-4e97-9bce-404018581e30', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ced2b882-4905-49f1-836b-07188925c635', 'code': 200} 2026-06-02 22:44:43.152 11 INFO neutron.plugins.ml2.plugin [None req-8e270507-e24c-4806-8f6a-99526b788b15 - - - - - -] Attempt 1 to provision port 4928439c-7999-4a44-9e69-6d4f32394dc8 2026-06-02 22:44:43.185 11 INFO neutron.plugins.ml2.plugin [None req-8e270507-e24c-4806-8f6a-99526b788b15 - - - - - -] Attempt 1 to provision port f2b00ad1-c948-49f4-bf46-7a304ef41f43 2026-06-02 22:44:44.167 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 97b6720f-b2cc-4fad-b5f3-7a06e9802b82 2026-06-02 22:44:44.426 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port ced2b882-4905-49f1-836b-07188925c635 2026-06-02 22:44:48.162 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 266af178-7985-4a6a-9189-9e9d7fb1fd59 2026-06-02 22:44:48.207 11 INFO neutron.plugins.ml2.plugin [None req-296d1941-a104-47f3-acd5-096c37b1e702 - - - - - -] Attempt 1 to provision port 4928439c-7999-4a44-9e69-6d4f32394dc8 2026-06-02 22:44:48.235 11 INFO neutron.plugins.ml2.plugin [None req-296d1941-a104-47f3-acd5-096c37b1e702 - - - - - -] Attempt 1 to provision port 174b44e6-99cc-4d13-9272-3faee8c2e93f 2026-06-02 22:44:48.259 11 INFO neutron.plugins.ml2.plugin [None req-296d1941-a104-47f3-acd5-096c37b1e702 - - - - - -] Attempt 1 to provision port 266af178-7985-4a6a-9189-9e9d7fb1fd59 2026-06-02 22:44:50.296 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f2b00ad1-c948-49f4-bf46-7a304ef41f43 2026-06-02 22:44:50.559 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 266af178-7985-4a6a-9189-9e9d7fb1fd59 2026-06-02 22:44:50.744 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 4928439c-7999-4a44-9e69-6d4f32394dc8 2026-06-02 22:44:52.683 11 INFO neutron.plugins.ml2.plugin [None req-a77031d7-31dd-49ae-899d-1ef76da67a9f - - - - - -] Attempt 1 to provision port 5792cc13-e59f-45ed-b19d-a43fb5f9c31c 2026-06-02 22:44:52.716 11 INFO neutron.plugins.ml2.plugin [None req-a77031d7-31dd-49ae-899d-1ef76da67a9f - - - - - -] Attempt 1 to provision port 266af178-7985-4a6a-9189-9e9d7fb1fd59 2026-06-02 22:44:52.781 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f2b00ad1-c948-49f4-bf46-7a304ef41f43 2026-06-02 22:44:52.793 11 INFO neutron.plugins.ml2.plugin [None req-a77031d7-31dd-49ae-899d-1ef76da67a9f - - - - - -] Attempt 1 to provision port 174b44e6-99cc-4d13-9272-3faee8c2e93f 2026-06-02 22:44:52.823 11 INFO neutron.plugins.ml2.plugin [None req-a77031d7-31dd-49ae-899d-1ef76da67a9f - - - - - -] Attempt 1 to provision port 3b654af3-28a2-4b15-9e62-3f7ec2f2b96b 2026-06-02 22:44:52.876 11 INFO neutron.plugins.ml2.plugin [None req-a77031d7-31dd-49ae-899d-1ef76da67a9f - - - - - -] Attempt 1 to provision port f2b00ad1-c948-49f4-bf46-7a304ef41f43 2026-06-02 22:44:52.929 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 8817d676-5e15-40e2-be2d-5077927b4c6d 2026-06-02 22:44:53.040 12 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-12666ff3-6c49-4dcc-9961-63a1098f7243'] response: {'server_uuid': 'fb88769f-5d80-4cfc-bdd3-d0e7694bde70', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8817d676-5e15-40e2-be2d-5077927b4c6d', 'code': 200} 2026-06-02 22:44:53.290 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 4928439c-7999-4a44-9e69-6d4f32394dc8 2026-06-02 22:44:54.044 12 INFO neutron.plugins.ml2.plugin [None req-9cce6474-131d-401b-835c-372403a107ef - - - - - -] Attempt 1 to provision port 174b44e6-99cc-4d13-9272-3faee8c2e93f 2026-06-02 22:44:54.173 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 8817d676-5e15-40e2-be2d-5077927b4c6d 2026-06-02 22:44:55.292 11 INFO neutron.plugins.ml2.plugin [None req-3f8a3365-5bc1-47a5-8a86-78ace7e4ab45 - - - - - -] Attempt 1 to provision port 174b44e6-99cc-4d13-9272-3faee8c2e93f 2026-06-02 22:44:56.558 12 INFO neutron.plugins.ml2.plugin [None req-40ed4b42-cdbd-4cd0-9655-9b3bf6c97c47 - - - - - -] Attempt 1 to provision port 8817d676-5e15-40e2-be2d-5077927b4c6d 2026-06-02 22:45:00.175 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 5792cc13-e59f-45ed-b19d-a43fb5f9c31c 2026-06-02 22:45:00.422 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 174b44e6-99cc-4d13-9272-3faee8c2e93f 2026-06-02 22:45:02.160 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 5792cc13-e59f-45ed-b19d-a43fb5f9c31c 2026-06-02 22:45:02.297 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 174b44e6-99cc-4d13-9272-3faee8c2e93f 2026-06-02 22:45:18.178 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f6ce7ad6-4b96-4833-90c0-7a542242cffe 2026-06-02 22:45:18.743 12 INFO neutron.plugins.ml2.plugin [None req-851e465c-60f2-4cf2-99dc-3f2a8b6475d4 - - - - - -] Attempt 1 to provision port f6ce7ad6-4b96-4833-90c0-7a542242cffe 2026-06-02 22:45:20.184 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f6ce7ad6-4b96-4833-90c0-7a542242cffe 2026-06-02 22:45:22.230 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 97e7aaa4-b7e4-44fb-8f46-0f8cf2e25125 2026-06-02 22:45:22.742 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 49171b32-64e5-43fb-a62a-27939ae85377 2026-06-02 22:45:24.176 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 97e7aaa4-b7e4-44fb-8f46-0f8cf2e25125 2026-06-02 22:45:24.457 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 49171b32-64e5-43fb-a62a-27939ae85377 2026-06-02 22:45:26.314 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 2b595a4f-e8a1-4872-a866-7008776e6e59 2026-06-02 22:45:28.246 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 2b595a4f-e8a1-4872-a866-7008776e6e59 2026-06-02 22:45:30.233 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port f6ce7ad6-4b96-4833-90c0-7a542242cffe 2026-06-02 22:45:31.686 12 INFO neutron.plugins.ml2.plugin [None req-4f7952c7-22ee-4358-b459-a5ea42b38775 - - - - - -] Attempt 1 to provision port 3b1ab8d0-cd94-4c38-9b0b-d2ef4ab85a37 2026-06-02 22:45:31.732 12 INFO neutron.plugins.ml2.plugin [None req-4f7952c7-22ee-4358-b459-a5ea42b38775 - - - - - -] Attempt 1 to provision port 49171b32-64e5-43fb-a62a-27939ae85377 2026-06-02 22:45:31.807 12 INFO neutron.plugins.ml2.plugin [None req-4f7952c7-22ee-4358-b459-a5ea42b38775 - - - - - -] Attempt 1 to provision port 2b595a4f-e8a1-4872-a866-7008776e6e59 2026-06-02 22:45:31.868 12 INFO neutron.plugins.ml2.plugin [None req-4f7952c7-22ee-4358-b459-a5ea42b38775 - - - - - -] Attempt 1 to provision port f6ce7ad6-4b96-4833-90c0-7a542242cffe 2026-06-02 22:45:31.936 12 INFO neutron.plugins.ml2.plugin [None req-4f7952c7-22ee-4358-b459-a5ea42b38775 - - - - - -] Attempt 1 to provision port 22f01b84-fee6-4e2d-8ab1-86f580340dc7 2026-06-02 22:45:32.719 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 2caf026e-c272-4235-8c60-8b72ef662f11 2026-06-02 22:45:32.837 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-d48013c0-5885-452c-ad1c-2f62d7a01267'] response: {'server_uuid': '152de31a-3410-4184-a50d-6f934d4e0a28', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2caf026e-c272-4235-8c60-8b72ef662f11', 'code': 200} 2026-06-02 22:45:34.174 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 2caf026e-c272-4235-8c60-8b72ef662f11 2026-06-02 22:45:36.725 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 6190156c-621a-48f8-976a-2b846a7955e1 2026-06-02 22:45:36.837 12 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-edfb564e-cffb-48e6-8afa-68d0f62c137c'] response: {'server_uuid': '855b2c94-b678-474b-a4b1-227cbe30eaec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6190156c-621a-48f8-976a-2b846a7955e1', 'code': 200} 2026-06-02 22:45:37.642 12 INFO neutron.plugins.ml2.plugin [None req-3525bc7d-f5eb-4438-af6a-6a3d4ae41440 - - - - - -] Attempt 1 to provision port 2caf026e-c272-4235-8c60-8b72ef662f11 2026-06-02 22:45:37.693 12 INFO neutron.plugins.ml2.plugin [None req-3525bc7d-f5eb-4438-af6a-6a3d4ae41440 - - - - - -] Attempt 1 to provision port 49171b32-64e5-43fb-a62a-27939ae85377 2026-06-02 22:45:37.744 12 INFO neutron.plugins.ml2.plugin [None req-3525bc7d-f5eb-4438-af6a-6a3d4ae41440 - - - - - -] Attempt 1 to provision port 6190156c-621a-48f8-976a-2b846a7955e1 2026-06-02 22:45:37.826 12 INFO neutron.plugins.ml2.plugin [None req-2a55cd55-1361-405b-8704-6e467ae1cb03 - - - - - -] Attempt 1 to provision port 2cce0202-9141-414b-9ae0-d2737d05641a 2026-06-02 22:45:37.865 12 INFO neutron.plugins.ml2.plugin [None req-2a55cd55-1361-405b-8704-6e467ae1cb03 - - - - - -] Attempt 1 to provision port e5a0c54c-8e43-4d81-8673-a427739e0fd2 2026-06-02 22:45:37.893 12 INFO neutron.plugins.ml2.plugin [None req-2a55cd55-1361-405b-8704-6e467ae1cb03 - - - - - -] Attempt 1 to provision port 3b1ab8d0-cd94-4c38-9b0b-d2ef4ab85a37 2026-06-02 22:45:37.920 12 INFO neutron.plugins.ml2.plugin [None req-2a55cd55-1361-405b-8704-6e467ae1cb03 - - - - - -] Attempt 1 to provision port 2b595a4f-e8a1-4872-a866-7008776e6e59 2026-06-02 22:45:37.981 12 INFO neutron.plugins.ml2.plugin [None req-2a55cd55-1361-405b-8704-6e467ae1cb03 - - - - - -] Attempt 1 to provision port f6ce7ad6-4b96-4833-90c0-7a542242cffe 2026-06-02 22:45:38.213 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 6190156c-621a-48f8-976a-2b846a7955e1 2026-06-02 22:45:40.214 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 22f01b84-fee6-4e2d-8ab1-86f580340dc7 2026-06-02 22:45:40.436 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3b1ab8d0-cd94-4c38-9b0b-d2ef4ab85a37 2026-06-02 22:45:40.647 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port e5a0c54c-8e43-4d81-8673-a427739e0fd2 2026-06-02 22:45:40.846 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 2cce0202-9141-414b-9ae0-d2737d05641a 2026-06-02 22:45:41.857 12 INFO neutron.plugins.ml2.plugin [None req-bf238a58-bbb1-4f48-a9fa-367340a5af9d - - - - - -] Attempt 1 to provision port 2b595a4f-e8a1-4872-a866-7008776e6e59 2026-06-02 22:45:41.915 12 INFO neutron.plugins.ml2.plugin [None req-e6f56eca-661e-4c58-a3dd-1e8b515279c1 - - - - - -] Attempt 1 to provision port e5a0c54c-8e43-4d81-8673-a427739e0fd2 2026-06-02 22:45:41.974 12 INFO neutron.plugins.ml2.plugin [None req-e6f56eca-661e-4c58-a3dd-1e8b515279c1 - - - - - -] Attempt 1 to provision port 2cce0202-9141-414b-9ae0-d2737d05641a 2026-06-02 22:45:42.024 12 INFO neutron.plugins.ml2.plugin [None req-e6f56eca-661e-4c58-a3dd-1e8b515279c1 - - - - - -] Attempt 1 to provision port 49171b32-64e5-43fb-a62a-27939ae85377 2026-06-02 22:45:42.081 12 INFO neutron.plugins.ml2.plugin [None req-e6f56eca-661e-4c58-a3dd-1e8b515279c1 - - - - - -] Attempt 1 to provision port 3b1ab8d0-cd94-4c38-9b0b-d2ef4ab85a37 2026-06-02 22:45:42.127 12 INFO neutron.plugins.ml2.plugin [None req-e6f56eca-661e-4c58-a3dd-1e8b515279c1 - - - - - -] Attempt 1 to provision port 6190156c-621a-48f8-976a-2b846a7955e1 2026-06-02 22:45:42.193 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 22f01b84-fee6-4e2d-8ab1-86f580340dc7 2026-06-02 22:45:42.351 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3b1ab8d0-cd94-4c38-9b0b-d2ef4ab85a37 2026-06-02 22:45:42.542 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port e5a0c54c-8e43-4d81-8673-a427739e0fd2 2026-06-02 22:45:42.732 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 2cce0202-9141-414b-9ae0-d2737d05641a 2026-06-02 22:45:45.014 11 INFO neutron.plugins.ml2.plugin [None req-92dcf3c5-6ff2-424c-a63e-2ca27a237454 - - - - - -] Attempt 1 to provision port e5a0c54c-8e43-4d81-8673-a427739e0fd2 2026-06-02 22:45:45.055 11 INFO neutron.plugins.ml2.plugin [None req-92dcf3c5-6ff2-424c-a63e-2ca27a237454 - - - - - -] Attempt 1 to provision port 2cce0202-9141-414b-9ae0-d2737d05641a 2026-06-02 22:45:45.105 11 INFO neutron.plugins.ml2.plugin [None req-92dcf3c5-6ff2-424c-a63e-2ca27a237454 - - - - - -] Attempt 1 to provision port 3b1ab8d0-cd94-4c38-9b0b-d2ef4ab85a37 2026-06-02 22:45:47.333 12 INFO neutron.plugins.ml2.plugin [None req-13f24e11-57e3-4b94-b9d4-5406903065c2 - - - - - -] Attempt 1 to provision port e5a0c54c-8e43-4d81-8673-a427739e0fd2 2026-06-02 22:45:47.373 12 INFO neutron.plugins.ml2.plugin [None req-13f24e11-57e3-4b94-b9d4-5406903065c2 - - - - - -] Attempt 1 to provision port 2cce0202-9141-414b-9ae0-d2737d05641a 2026-06-02 22:45:48.761 11 INFO neutron.plugins.ml2.plugin [None req-f157550c-ca75-485c-9c47-0118804d2026 - - - - - -] Attempt 1 to provision port 6190156c-621a-48f8-976a-2b846a7955e1 2026-06-02 22:45:54.243 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port eeb2819a-00d7-4767-a25b-6e3c98b76997 2026-06-02 22:45:54.346 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-e73b5703-e774-4201-bbfc-143412decfe1'] response: {'server_uuid': 'dd8950e4-5c77-4189-beca-5ffca483a8c2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eeb2819a-00d7-4767-a25b-6e3c98b76997', 'code': 200} 2026-06-02 22:45:56.239 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port eeb2819a-00d7-4767-a25b-6e3c98b76997 2026-06-02 22:46:23.698 12 INFO neutron.plugins.ml2.plugin [None req-32184a6d-c250-4e97-bdc7-71416eaa7a91 - - - - - -] Attempt 1 to provision port d0d113f4-d9f4-4c0e-95d4-ea8b97dae1a6 2026-06-02 22:46:42.762 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 37f6c5fa-991e-4d36-b48f-1d7ad8ca6837 2026-06-02 22:46:42.864 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-ef5002cd-b022-4551-9c03-e551b3717f4b'] response: {'server_uuid': '7b12e525-c3a9-422e-a5e6-0d375598f9cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '37f6c5fa-991e-4d36-b48f-1d7ad8ca6837', 'code': 200} 2026-06-02 22:46:44.226 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 37f6c5fa-991e-4d36-b48f-1d7ad8ca6837 2026-06-02 22:47:23.790 11 INFO neutron.plugins.ml2.plugin [None req-e0ccd6f6-8909-43b0-9abf-29fc9163ac2d - - - - - -] Attempt 1 to provision port d3558329-0ea6-499d-a16f-193122b4bcf2 2026-06-02 22:47:30.285 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port d3558329-0ea6-499d-a16f-193122b4bcf2 2026-06-02 22:47:30.443 12 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-f370998c-bf24-4b89-ba9d-14c0e60c7adb'] response: {'server_uuid': '7b12e525-c3a9-422e-a5e6-0d375598f9cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd3558329-0ea6-499d-a16f-193122b4bcf2', 'code': 200} 2026-06-02 22:47:32.781 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port d3558329-0ea6-499d-a16f-193122b4bcf2 2026-06-02 22:47:34.267 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port d3558329-0ea6-499d-a16f-193122b4bcf2 2026-06-02 22:47:57.149 11 INFO neutron.plugins.ml2.plugin [None req-2d963266-5510-47ed-8fb0-cc23d271666e - - - - - -] Attempt 1 to provision port 5e49c38f-dca7-46cd-b91a-56fc432d7d73 2026-06-02 22:48:03.908 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 5e49c38f-dca7-46cd-b91a-56fc432d7d73 2026-06-02 22:48:04.077 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-9bdfdc85-c29e-4415-9617-7ea40daef1cf'] response: {'server_uuid': '7b12e525-c3a9-422e-a5e6-0d375598f9cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5e49c38f-dca7-46cd-b91a-56fc432d7d73', 'code': 200} 2026-06-02 22:48:04.451 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 5e49c38f-dca7-46cd-b91a-56fc432d7d73 2026-06-02 22:48:13.203 12 INFO neutron.plugins.ml2.plugin [None req-8837e363-092e-4ac8-a940-2d86edecc7be - - - - - -] Attempt 1 to provision port 3ec6aa1c-fb56-44e3-b4c4-fa016cd73008 2026-06-02 22:48:20.505 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3ec6aa1c-fb56-44e3-b4c4-fa016cd73008 2026-06-02 22:48:20.601 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-ab0056dd-bcd7-4b16-aebb-b11875b921a7'] response: {'server_uuid': '7b12e525-c3a9-422e-a5e6-0d375598f9cc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3ec6aa1c-fb56-44e3-b4c4-fa016cd73008', 'code': 200} 2026-06-02 22:48:22.505 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3ec6aa1c-fb56-44e3-b4c4-fa016cd73008 2026-06-02 22:48:23.339 12 INFO neutron.plugins.ml2.plugin [None req-9620599f-ade9-411d-b7d7-6cba488c29a5 - - - - - -] Attempt 1 to provision port 5e49c38f-dca7-46cd-b91a-56fc432d7d73 2026-06-02 22:48:24.531 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 5e49c38f-dca7-46cd-b91a-56fc432d7d73 2026-06-02 22:48:36.545 11 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 3ec6aa1c-fb56-44e3-b4c4-fa016cd73008 2026-06-02 22:48:36.630 12 INFO neutron.plugins.ml2.plugin [None req-d8581d37-e93c-4579-9830-66079e68dc5d - - - - - -] Attempt 1 to provision port 3ec6aa1c-fb56-44e3-b4c4-fa016cd73008 2026-06-02 22:48:38.047 12 INFO neutron.plugins.ml2.plugin [None req-0bf60359-97bf-429c-ad9e-45f1b6b3cf73 - - - - - -] Attempt 1 to provision port 3ec6aa1c-fb56-44e3-b4c4-fa016cd73008 2026-06-02 22:48:46.535 12 INFO neutron.plugins.ml2.plugin [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Attempt 1 to provision port 5e49c38f-dca7-46cd-b91a-56fc432d7d73 2026-06-02 22:48:46.806 11 INFO neutron.plugins.ml2.plugin [None req-cfc378be-103f-4db3-8507-cc0b098593aa - - - - - -] Attempt 1 to provision port 5e49c38f-dca7-46cd-b91a-56fc432d7d73 2026-06-02 22:49:14.673 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-c1b6bb57-aaa6-4875-85f5-aad50d859c8d'] response: {'server_uuid': '7b12e525-c3a9-422e-a5e6-0d375598f9cc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '37f6c5fa-991e-4d36-b48f-1d7ad8ca6837', 'code': 200} 2026-06-02 22:49:30.705 11 INFO neutron.notifiers.nova [None req-cc69ec16-c2fa-4bd7-965c-05b665071ec1 - - - - - -] Nova event matching ['req-28e5902d-282f-4ee8-8abd-260ddbf33112'] response: {'server_uuid': '855b2c94-b678-474b-a4b1-227cbe30eaec', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6190156c-621a-48f8-976a-2b846a7955e1', 'code': 200}