+ 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-02-25 06:44:55.817 1 INFO neutron.common.config [-] Logging enabled! 2026-02-25 06:44:55.817 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.3.dev39 2026-02-25 06:44:55.817 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-02-25 06:44:55.818 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-25 06:44:56.862 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-25 06:44:56.865 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-25 06:44:56.868 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-25 06:44:56.869 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-25 06:44:56.869 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-25 06:44:56.869 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-25 06:44:56.869 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-25 06:44:56.876 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-25 06:44:56.876 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-25 06:44:56.876 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-25 06:44:56.895 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-25 06:44:56.896 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-25 06:44:56.896 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-25 06:44:56.933 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-25 06:44:56.933 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-25 06:44:56.933 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-25 06:44:56.933 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-25 06:44:57.208 1 INFO neutron.plugins.ml2.managers [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] Initializing driver for type 'vlan' 2026-02-25 06:44:57.344 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] VlanTypeDriver initialization complete 2026-02-25 06:44:57.344 1 INFO neutron.plugins.ml2.managers [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] Initializing driver for type 'vxlan' 2026-02-25 06:44:57.344 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-25 06:44:57.390 1 INFO neutron.plugins.ml2.managers [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-25 06:44:57.390 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-25 06:44:57.390 1 INFO neutron.plugins.ml2.managers [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] Initializing extension driver 'port_security' 2026-02-25 06:44:57.390 1 INFO neutron.plugins.ml2.extensions.port_security [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-25 06:44:57.391 1 INFO neutron.plugins.ml2.managers [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] Initializing extension driver 'qos' 2026-02-25 06:44:57.391 1 INFO neutron.plugins.ml2.managers [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-25 06:44:57.391 1 INFO neutron.plugins.ml2.managers [None req-b44bf8c4-ed31-4c08-857d-c11c8908936d - - - - - -] Initializing mechanism driver 'l2population' 2026-02-25 06:44:57.403 1 INFO neutron.quota [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded quota_driver: . 2026-02-25 06:44:57.404 1 INFO neutron.plugins.ml2.plugin [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Modular L2 Plugin initialization complete 2026-02-25 06:44:57.404 1 INFO neutron.plugins.ml2.managers [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-25 06:44:57.404 1 INFO neutron.plugins.ml2.managers [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-25 06:44:57.404 1 INFO neutron.plugins.ml2.managers [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Got port-security extension from driver 'port_security' 2026-02-25 06:44:57.404 1 INFO neutron.extensions.vlantransparent [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Disabled vlantransparent extension. 2026-02-25 06:44:57.405 1 INFO neutron.extensions.qinq [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Disabled VLAN QinQ extension. 2026-02-25 06:44:57.405 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: qos 2026-02-25 06:44:57.415 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: router 2026-02-25 06:44:57.448 1 INFO neutron.services.service_base [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-25 06:44:57.448 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: segments 2026-02-25 06:44:57.512 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: trunk 2026-02-25 06:44:57.523 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: vpnaas 2026-02-25 06:44:57.555 1 WARNING stevedore.named [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-25 06:44:57.555 1 WARNING stevedore.named [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-25 06:44:57.761 1 INFO neutron_vpnaas.services.vpn.plugin [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-25 06:44:57.761 1 INFO neutron.common.utils [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-25 06:44:57.762 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: taas 2026-02-25 06:44:57.784 1 WARNING stevedore.named [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-25 06:44:57.784 1 WARNING stevedore.named [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-25 06:44:57.809 1 INFO neutron_taas.services.taas.taas_plugin [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-25 06:44:57.809 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: tapmirror 2026-02-25 06:44:57.818 1 WARNING stevedore.named [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-25 06:44:57.819 1 WARNING stevedore.named [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-25 06:44:57.832 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-25 06:44:57.832 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: auto_allocate 2026-02-25 06:44:57.837 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: tag 2026-02-25 06:44:57.845 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: timestamp 2026-02-25 06:44:57.848 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: network_ip_availability 2026-02-25 06:44:57.852 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: flavors 2026-02-25 06:44:57.855 1 INFO neutron.manager [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loading Plugin: revisions 2026-02-25 06:44:57.858 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Initializing extension manager. 2026-02-25 06:44:57.859 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: address-group 2026-02-25 06:44:57.860 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: address-scope 2026-02-25 06:44:57.861 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-25 06:44:57.861 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: agent 2026-02-25 06:44:57.862 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: agent-resources-synced 2026-02-25 06:44:57.863 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: allowed-address-pairs 2026-02-25 06:44:57.864 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: auto-allocated-topology 2026-02-25 06:44:57.864 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: availability_zone 2026-02-25 06:44:57.865 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: availability_zone_filter 2026-02-25 06:44:57.865 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-25 06:44:57.866 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: default-subnetpools 2026-02-25 06:44:57.867 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-25 06:44:57.868 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: dns-integration 2026-02-25 06:44:57.868 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: dns-domain-ports 2026-02-25 06:44:57.868 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-25 06:44:57.869 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: dvr 2026-02-25 06:44:57.869 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-25 06:44:57.870 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: empty-string-filtering 2026-02-25 06:44:57.870 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-25 06:44:57.871 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-25 06:44:57.871 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: external-net 2026-02-25 06:44:57.872 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-25 06:44:57.872 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: extraroute 2026-02-25 06:44:57.873 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: extraroute-atomic 2026-02-25 06:44:57.873 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-25 06:44:57.874 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-25 06:44:57.874 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-25 06:44:57.875 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-25 06:44:57.875 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: fip-port-details 2026-02-25 06:44:57.876 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: flavors 2026-02-25 06:44:57.877 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-25 06:44:57.877 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: floatingip-pools 2026-02-25 06:44:57.878 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: ip_allocation 2026-02-25 06:44:57.878 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: ip-substring-filtering 2026-02-25 06:44:57.879 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: l2_adjacency 2026-02-25 06:44:57.879 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: router 2026-02-25 06:44:57.881 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-25 06:44:57.882 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-25 06:44:57.882 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-25 06:44:57.883 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: ext-gw-mode 2026-02-25 06:44:57.883 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: l3-ha 2026-02-25 06:44:57.883 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-25 06:44:57.884 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-25 06:44:57.884 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: l3-flavors 2026-02-25 06:44:57.885 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-25 06:44:57.885 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-25 06:44:57.887 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-25 06:44:57.888 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-25 06:44:57.889 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-25 06:44:57.890 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-25 06:44:57.891 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-25 06:44:57.891 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: multi-provider 2026-02-25 06:44:57.892 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: net-mtu 2026-02-25 06:44:57.892 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: net-mtu-writable 2026-02-25 06:44:57.893 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: network_availability_zone 2026-02-25 06:44:57.893 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: network_ha 2026-02-25 06:44:57.894 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: network-ip-availability 2026-02-25 06:44:57.895 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-25 06:44:57.895 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: pagination 2026-02-25 06:44:57.896 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-device-profile 2026-02-25 06:44:57.896 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-25 06:44:57.896 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-25 06:44:57.897 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-25 06:44:57.897 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-mac-override 2026-02-25 06:44:57.898 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-25 06:44:57.898 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-25 06:44:57.899 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-25 06:44:57.899 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-resource-request 2026-02-25 06:44:57.900 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-resource-request-groups 2026-02-25 06:44:57.900 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-25 06:44:57.901 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: binding 2026-02-25 06:44:57.901 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: binding-extended 2026-02-25 06:44:57.902 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-security 2026-02-25 06:44:57.902 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: project-id 2026-02-25 06:44:57.903 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: provider 2026-02-25 06:44:57.903 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-25 06:44:57.905 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos 2026-02-25 06:44:57.906 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-25 06:44:57.906 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-25 06:44:57.907 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-default 2026-02-25 06:44:57.907 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-fip 2026-02-25 06:44:57.907 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-25 06:44:57.908 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-gateway-ip 2026-02-25 06:44:57.908 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-port-network-policy 2026-02-25 06:44:57.909 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-pps-minimum 2026-02-25 06:44:57.909 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-25 06:44:57.910 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-pps 2026-02-25 06:44:57.911 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-rule-type-details 2026-02-25 06:44:57.911 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-25 06:44:57.911 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: qos-rules-alias 2026-02-25 06:44:57.912 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: quota-check-limit 2026-02-25 06:44:57.913 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: quota-check-limit-default 2026-02-25 06:44:57.914 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: quotas 2026-02-25 06:44:57.917 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: quota_details 2026-02-25 06:44:57.918 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: rbac-policies 2026-02-25 06:44:57.919 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: rbac-address-group 2026-02-25 06:44:57.919 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: rbac-address-scope 2026-02-25 06:44:57.920 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: rbac-security-groups 2026-02-25 06:44:57.920 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: rbac-subnetpool 2026-02-25 06:44:57.921 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: revision-if-match 2026-02-25 06:44:57.921 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: standard-attr-revisions 2026-02-25 06:44:57.922 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: router_availability_zone 2026-02-25 06:44:57.922 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-25 06:44:57.924 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: security-groups-default-rules 2026-02-25 06:44:57.924 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-25 06:44:57.925 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-25 06:44:57.925 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-25 06:44:57.926 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-25 06:44:57.926 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-25 06:44:57.930 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: security-group 2026-02-25 06:44:57.931 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: segment 2026-02-25 06:44:57.931 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-25 06:44:57.932 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: service-type 2026-02-25 06:44:57.932 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: sorting 2026-02-25 06:44:57.933 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: standard-attr-segment 2026-02-25 06:44:57.933 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: standard-attr-description 2026-02-25 06:44:57.934 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: stateful-security-group 2026-02-25 06:44:57.934 1 WARNING neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-25 06:44:57.935 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-25 06:44:57.935 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: subnet-external-network 2026-02-25 06:44:57.936 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: subnet_onboard 2026-02-25 06:44:57.936 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-25 06:44:57.936 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: subnet-service-types 2026-02-25 06:44:57.937 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: subnet_allocation 2026-02-25 06:44:57.938 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-25 06:44:57.938 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: tag-creation 2026-02-25 06:44:57.939 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-25 06:44:57.942 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: standard-attr-tag 2026-02-25 06:44:57.943 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-25 06:44:57.943 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: trunk 2026-02-25 06:44:57.944 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: trunk-details 2026-02-25 06:44:57.944 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-25 06:44:57.945 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-25 06:44:57.945 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-25 06:44:57.946 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-25 06:44:57.948 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-25 06:44:57.948 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-25 06:44:57.949 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: vpn-flavors 2026-02-25 06:44:57.950 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: vpnaas 2026-02-25 06:44:57.951 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: taas 2026-02-25 06:44:57.952 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: tap-mirror 2026-02-25 06:44:57.953 1 INFO neutron.api.extensions [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Loaded extension: taas-vlan-filter 2026-02-25 06:44:57.955 1 INFO oslo_service.backend.eventlet.service [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Starting 2 workers 2026-02-25 06:44:57.960 1 INFO oslo_service.backend.eventlet.service [None req-e22baf81-06c5-4ba6-9136-c5d0d3b53bfc - - - - - -] Starting 1 workers 2026-02-25 06:45:36.906 13 INFO neutron.db.l3_hamode_db [None req-6f1c2842-1236-4efa-8195-6016408a79ed - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-25 06:45:53.282 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 4760313e-cee6-46fa-aa57-d1241f86e1d5 2026-02-25 06:45:53.703 12 INFO neutron.plugins.ml2.plugin [None req-bc240024-e25c-4a1e-84f3-d4e212b0f6a4 - - - - - -] Attempt 1 to provision port 4760313e-cee6-46fa-aa57-d1241f86e1d5 2026-02-25 06:45:55.187 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 4760313e-cee6-46fa-aa57-d1241f86e1d5 2026-02-25 06:45:55.378 12 INFO neutron.plugins.ml2.plugin [None req-48c51881-c53d-426b-8bad-078709d532b5 - - - - - -] Attempt 1 to provision port 4760313e-cee6-46fa-aa57-d1241f86e1d5 2026-02-25 06:50:14.625 13 INFO neutron.plugins.ml2.plugin [None req-5fb22e56-1498-4d15-95bf-0ba465e4f999 - - - - - -] Attempt 1 to provision port 068d6760-b7ff-4f7f-a93a-31e4b48d6265 2026-02-25 06:50:15.355 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 068d6760-b7ff-4f7f-a93a-31e4b48d6265 2026-02-25 06:50:16.290 13 INFO neutron.plugins.ml2.plugin [None req-f6823b61-3351-4b0e-b68b-0641594973ae - - - - - -] Attempt 1 to provision port 068d6760-b7ff-4f7f-a93a-31e4b48d6265 2026-02-25 06:50:21.095 13 INFO neutron.plugins.ml2.plugin [None req-5077f017-1356-4cfe-a82e-a4924a89783b - - - - - -] Attempt 1 to provision port 9b7216a1-0cc9-4203-8edb-1345410e8c32 2026-02-25 06:53:46.133 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 9b7216a1-0cc9-4203-8edb-1345410e8c32 2026-02-25 06:53:47.558 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 9b7216a1-0cc9-4203-8edb-1345410e8c32 2026-02-25 07:02:25.892 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 5d62f3a3-fa3d-4e78-ab78-705d3248131e 2026-02-25 07:02:27.878 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 5d62f3a3-fa3d-4e78-ab78-705d3248131e 2026-02-25 07:16:44.243 13 INFO neutron.plugins.ml2.plugin [None req-69f844b5-e532-4e10-ba28-df50f770c8d7 - - - - - -] Attempt 1 to provision port 91b464d0-c541-4ec8-8395-965564bc374d 2026-02-25 07:16:44.452 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 91b464d0-c541-4ec8-8395-965564bc374d 2026-02-25 07:16:46.518 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 47bf5eda-6a75-4927-8326-b5324ed05d1e 2026-02-25 07:16:47.083 12 INFO neutron.plugins.ml2.plugin [None req-e8b18501-ab9d-4c73-8fe1-ebaaa659c5b5 - - - - - -] Attempt 1 to provision port 91b464d0-c541-4ec8-8395-965564bc374d 2026-02-25 07:16:48.412 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 47bf5eda-6a75-4927-8326-b5324ed05d1e 2026-02-25 07:16:50.459 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 24c6f895-66c0-4250-a7e2-0c2168a6c080 2026-02-25 07:16:52.434 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 24c6f895-66c0-4250-a7e2-0c2168a6c080 2026-02-25 07:16:53.412 12 INFO neutron.plugins.ml2.plugin [None req-07c2e53c-5c49-45ed-9c87-beba6f86b30e - - - - - -] Attempt 1 to provision port 91b464d0-c541-4ec8-8395-965564bc374d 2026-02-25 07:16:53.483 12 INFO neutron.plugins.ml2.plugin [None req-07c2e53c-5c49-45ed-9c87-beba6f86b30e - - - - - -] Attempt 1 to provision port 93505dc4-f48c-45ce-a619-2a1d816e8527 2026-02-25 07:16:53.512 12 INFO neutron.plugins.ml2.plugin [None req-07c2e53c-5c49-45ed-9c87-beba6f86b30e - - - - - -] Attempt 1 to provision port b21ccdf0-e368-4f05-848b-4701679b09f4 2026-02-25 07:16:53.534 12 INFO neutron.plugins.ml2.plugin [None req-07c2e53c-5c49-45ed-9c87-beba6f86b30e - - - - - -] Attempt 1 to provision port 24c6f895-66c0-4250-a7e2-0c2168a6c080 2026-02-25 07:16:53.584 12 INFO neutron.plugins.ml2.plugin [None req-07c2e53c-5c49-45ed-9c87-beba6f86b30e - - - - - -] Attempt 1 to provision port 47bf5eda-6a75-4927-8326-b5324ed05d1e 2026-02-25 07:16:56.657 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 983fd735-ae7c-4248-a750-f4fba1d78ecf 2026-02-25 07:16:56.959 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 653c05ae-4322-426f-8673-a4cf60137873 2026-02-25 07:16:57.294 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 505418c7-862e-46df-868f-d979abda0771 2026-02-25 07:16:58.433 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 505418c7-862e-46df-868f-d979abda0771 2026-02-25 07:16:58.646 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 983fd735-ae7c-4248-a750-f4fba1d78ecf 2026-02-25 07:16:58.864 12 INFO neutron.plugins.ml2.plugin [None req-20c920bf-960e-4736-9d74-e33694dbb8c9 - - - - - -] Attempt 1 to provision port 653c05ae-4322-426f-8673-a4cf60137873 2026-02-25 07:17:00.521 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 0911aae6-4d19-499a-9053-77985629f6e9 2026-02-25 07:17:00.595 12 INFO neutron.plugins.ml2.plugin [None req-70a195ff-6ab3-4d36-993b-cc5e20fc85fb - - - - - -] Attempt 1 to provision port 983fd735-ae7c-4248-a750-f4fba1d78ecf 2026-02-25 07:17:00.650 12 INFO neutron.plugins.ml2.plugin [None req-70a195ff-6ab3-4d36-993b-cc5e20fc85fb - - - - - -] Attempt 1 to provision port 93505dc4-f48c-45ce-a619-2a1d816e8527 2026-02-25 07:17:00.670 12 INFO neutron.plugins.ml2.plugin [None req-70a195ff-6ab3-4d36-993b-cc5e20fc85fb - - - - - -] Attempt 1 to provision port 4cfe9cef-8520-4e6f-a4ee-070a9b1c488b 2026-02-25 07:17:02.495 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 0911aae6-4d19-499a-9053-77985629f6e9 2026-02-25 07:17:02.667 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port e2a07786-7c0a-4067-a0b1-6b170b9ed73f 2026-02-25 07:17:04.509 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port e2a07786-7c0a-4067-a0b1-6b170b9ed73f 2026-02-25 07:17:04.732 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port f2566d93-3f74-45fd-a96e-85ef990a6554 2026-02-25 07:17:07.592 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 77937042-b636-48ea-a9f0-3e43b630756b 2026-02-25 07:17:08.013 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port d493ae75-7e17-455f-875b-664b3cb0e36a 2026-02-25 07:17:08.102 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-5bac8bf9-acb1-4910-8745-e474d4e60b09'] response: {'server_uuid': '2e82b800-00d6-4313-b46e-c415bb409e99', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '77937042-b636-48ea-a9f0-3e43b630756b', 'code': 200} 2026-02-25 07:17:08.439 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port f2566d93-3f74-45fd-a96e-85ef990a6554 2026-02-25 07:17:09.267 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 77937042-b636-48ea-a9f0-3e43b630756b 2026-02-25 07:17:09.562 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 112630ab-2d1a-4719-a478-58f4049285ad 2026-02-25 07:17:09.924 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port d493ae75-7e17-455f-875b-664b3cb0e36a 2026-02-25 07:17:10.005 12 INFO neutron.plugins.ml2.plugin [None req-a48c822b-f8f9-4797-bd78-cf63fc7a41b1 - - - - - -] Attempt 1 to provision port 93505dc4-f48c-45ce-a619-2a1d816e8527 2026-02-25 07:17:10.045 12 INFO neutron.plugins.ml2.plugin [None req-a48c822b-f8f9-4797-bd78-cf63fc7a41b1 - - - - - -] Attempt 1 to provision port 112630ab-2d1a-4719-a478-58f4049285ad 2026-02-25 07:17:10.101 12 INFO neutron.plugins.ml2.plugin [None req-a48c822b-f8f9-4797-bd78-cf63fc7a41b1 - - - - - -] Attempt 1 to provision port 817703a4-73b6-4793-ba5b-c853aa3ccc4e 2026-02-25 07:17:10.134 12 INFO neutron.plugins.ml2.plugin [None req-a48c822b-f8f9-4797-bd78-cf63fc7a41b1 - - - - - -] Attempt 1 to provision port f2566d93-3f74-45fd-a96e-85ef990a6554 2026-02-25 07:17:10.146 13 INFO neutron.notifiers.nova [None req-c059c8c6-d983-400c-9394-c782126da260 - - - - - -] Nova event matching ['req-aa90dac9-74da-4515-8333-3109a1a971f6'] response: {'server_uuid': '09ea30c0-050b-4456-8dc6-9bae445114c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd493ae75-7e17-455f-875b-664b3cb0e36a', 'code': 200} 2026-02-25 07:17:10.196 12 INFO neutron.plugins.ml2.plugin [None req-a48c822b-f8f9-4797-bd78-cf63fc7a41b1 - - - - - -] Attempt 1 to provision port a045a342-424d-4b40-9c14-20966df3437d 2026-02-25 07:17:11.332 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 112630ab-2d1a-4719-a478-58f4049285ad 2026-02-25 07:17:13.745 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e 2026-02-25 07:17:13.867 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-1f3680a7-9a2f-488c-93bf-7f647abf9ece'] response: {'server_uuid': '1ff0c96b-12e4-4d9a-af11-5dca919217cf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e', 'code': 200} 2026-02-25 07:17:15.312 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e 2026-02-25 07:17:16.559 13 INFO neutron.plugins.ml2.plugin [None req-b78ffc15-ce67-4afd-b82a-a2c3d273374b - - - - - -] Attempt 1 to provision port 983fd735-ae7c-4248-a750-f4fba1d78ecf 2026-02-25 07:17:16.609 13 INFO neutron.plugins.ml2.plugin [None req-b78ffc15-ce67-4afd-b82a-a2c3d273374b - - - - - -] Attempt 1 to provision port 77937042-b636-48ea-a9f0-3e43b630756b 2026-02-25 07:17:16.667 13 INFO neutron.plugins.ml2.plugin [None req-b78ffc15-ce67-4afd-b82a-a2c3d273374b - - - - - -] Attempt 1 to provision port f2566d93-3f74-45fd-a96e-85ef990a6554 2026-02-25 07:17:16.718 13 INFO neutron.plugins.ml2.plugin [None req-b78ffc15-ce67-4afd-b82a-a2c3d273374b - - - - - -] Attempt 1 to provision port a045a342-424d-4b40-9c14-20966df3437d 2026-02-25 07:17:16.746 13 INFO neutron.plugins.ml2.plugin [None req-b78ffc15-ce67-4afd-b82a-a2c3d273374b - - - - - -] Attempt 1 to provision port 112630ab-2d1a-4719-a478-58f4049285ad 2026-02-25 07:17:16.811 13 INFO neutron.plugins.ml2.plugin [None req-b78ffc15-ce67-4afd-b82a-a2c3d273374b - - - - - -] Attempt 1 to provision port 817703a4-73b6-4793-ba5b-c853aa3ccc4e 2026-02-25 07:17:16.834 13 INFO neutron.plugins.ml2.plugin [None req-b78ffc15-ce67-4afd-b82a-a2c3d273374b - - - - - -] Attempt 1 to provision port bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e 2026-02-25 07:17:16.888 13 INFO neutron.plugins.ml2.plugin [None req-b78ffc15-ce67-4afd-b82a-a2c3d273374b - - - - - -] Attempt 1 to provision port 4cfe9cef-8520-4e6f-a4ee-070a9b1c488b 2026-02-25 07:17:20.439 12 INFO neutron.plugins.ml2.plugin [None req-bce9c47c-6f88-435a-bd12-fcfcce28e4d1 - - - - - -] Attempt 1 to provision port c74214da-adb0-4d6a-b61b-b17e41882854 2026-02-25 07:17:20.462 12 INFO neutron.plugins.ml2.plugin [None req-bce9c47c-6f88-435a-bd12-fcfcce28e4d1 - - - - - -] Attempt 1 to provision port 4cfe9cef-8520-4e6f-a4ee-070a9b1c488b 2026-02-25 07:17:21.906 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port acf16a06-18eb-4e0b-b41e-e34eeb5342b5 2026-02-25 07:17:22.420 12 INFO neutron.notifiers.nova [None req-67541fbb-14e5-4713-baad-d6284eb7f8a6 - - - - - -] Nova event matching ['req-803b543e-d323-4a94-bbda-63091ddec2a8'] response: {'server_uuid': '5f88a486-83cb-4b2c-967a-4755834dce22', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'acf16a06-18eb-4e0b-b41e-e34eeb5342b5', 'code': 200} 2026-02-25 07:17:23.436 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port acf16a06-18eb-4e0b-b41e-e34eeb5342b5 2026-02-25 07:17:23.879 12 INFO neutron.plugins.ml2.plugin [None req-9e5aaf7c-5f17-43b0-9e15-5c6de698c26f - - - - - -] Attempt 1 to provision port dd6919f7-8858-4734-b625-ea99c50a4386 2026-02-25 07:17:23.903 12 INFO neutron.plugins.ml2.plugin [None req-9e5aaf7c-5f17-43b0-9e15-5c6de698c26f - - - - - -] Attempt 1 to provision port 4cfe9cef-8520-4e6f-a4ee-070a9b1c488b 2026-02-25 07:17:23.924 12 INFO neutron.plugins.ml2.plugin [None req-9e5aaf7c-5f17-43b0-9e15-5c6de698c26f - - - - - -] Attempt 1 to provision port a045a342-424d-4b40-9c14-20966df3437d 2026-02-25 07:17:23.944 12 INFO neutron.plugins.ml2.plugin [None req-9e5aaf7c-5f17-43b0-9e15-5c6de698c26f - - - - - -] Attempt 1 to provision port acf16a06-18eb-4e0b-b41e-e34eeb5342b5 2026-02-25 07:17:27.433 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-f7ac9288-8e8b-4f7c-b19b-bac52f98f07a'] response: {'server_uuid': '5f88a486-83cb-4b2c-967a-4755834dce22', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'acf16a06-18eb-4e0b-b41e-e34eeb5342b5', 'code': 200} 2026-02-25 07:17:27.886 13 INFO neutron.plugins.ml2.plugin [None req-a88f6fc0-5033-4a21-91f6-0bae3063edb8 - - - - - -] Attempt 1 to provision port a045a342-424d-4b40-9c14-20966df3437d 2026-02-25 07:17:27.920 13 INFO neutron.plugins.ml2.plugin [None req-a88f6fc0-5033-4a21-91f6-0bae3063edb8 - - - - - -] Attempt 1 to provision port 92c867e2-ef46-404f-bf77-5e1a5f34caec 2026-02-25 07:17:27.944 13 INFO neutron.plugins.ml2.plugin [None req-a88f6fc0-5033-4a21-91f6-0bae3063edb8 - - - - - -] Attempt 1 to provision port 77937042-b636-48ea-a9f0-3e43b630756b 2026-02-25 07:17:27.987 13 INFO neutron.plugins.ml2.plugin [None req-a88f6fc0-5033-4a21-91f6-0bae3063edb8 - - - - - -] Attempt 1 to provision port 817703a4-73b6-4793-ba5b-c853aa3ccc4e 2026-02-25 07:17:29.240 13 INFO neutron.plugins.ml2.plugin [None req-e3a18e0e-9342-4194-88f4-e407a9242026 - - - - - -] Attempt 1 to provision port 7afbabe9-dcfc-4fe9-925c-c61fa7e7228a 2026-02-25 07:17:31.424 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port a6c64f34-a76d-4adf-9ee1-ca2d95d18dca 2026-02-25 07:17:31.899 13 INFO neutron.plugins.ml2.plugin [None req-3c34e0bf-eb65-447b-88c6-1a99db38116c - - - - - -] Attempt 1 to provision port 7afbabe9-dcfc-4fe9-925c-c61fa7e7228a 2026-02-25 07:17:33.209 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port a6c64f34-a76d-4adf-9ee1-ca2d95d18dca 2026-02-25 07:17:33.502 12 INFO neutron.plugins.ml2.plugin [None req-8613566c-e2c7-4202-9f5b-7529db665ae2 - - - - - -] Attempt 1 to provision port bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e 2026-02-25 07:17:33.553 12 INFO neutron.plugins.ml2.plugin [None req-8613566c-e2c7-4202-9f5b-7529db665ae2 - - - - - -] Attempt 1 to provision port 15c79a52-c56a-4d3c-9cb8-6530e18d9d6c 2026-02-25 07:17:33.578 12 INFO neutron.plugins.ml2.plugin [None req-8613566c-e2c7-4202-9f5b-7529db665ae2 - - - - - -] Attempt 1 to provision port a6c64f34-a76d-4adf-9ee1-ca2d95d18dca 2026-02-25 07:17:33.624 12 INFO neutron.plugins.ml2.plugin [None req-8613566c-e2c7-4202-9f5b-7529db665ae2 - - - - - -] Attempt 1 to provision port 817703a4-73b6-4793-ba5b-c853aa3ccc4e 2026-02-25 07:17:37.139 13 INFO neutron.plugins.ml2.plugin [None req-808cf273-7205-44c5-9964-74eaa4289f69 - - - - - -] Attempt 1 to provision port 15c79a52-c56a-4d3c-9cb8-6530e18d9d6c 2026-02-25 07:17:37.165 13 INFO neutron.plugins.ml2.plugin [None req-808cf273-7205-44c5-9964-74eaa4289f69 - - - - - -] Attempt 1 to provision port a6c64f34-a76d-4adf-9ee1-ca2d95d18dca 2026-02-25 07:17:37.221 13 INFO neutron.plugins.ml2.plugin [None req-808cf273-7205-44c5-9964-74eaa4289f69 - - - - - -] Attempt 1 to provision port 3cfb12f8-a78a-42c9-a550-c2524652bdca 2026-02-25 07:17:37.449 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port dd6919f7-8858-4734-b625-ea99c50a4386 2026-02-25 07:17:37.808 12 INFO neutron.plugins.ml2.plugin [None req-c8142f79-aac8-4418-929c-c51206b57600 - - - - - -] Attempt 1 to provision port a045a342-424d-4b40-9c14-20966df3437d 2026-02-25 07:17:39.375 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port c74214da-adb0-4d6a-b61b-b17e41882854 2026-02-25 07:17:39.690 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port dd6919f7-8858-4734-b625-ea99c50a4386 2026-02-25 07:17:39.898 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 4cfe9cef-8520-4e6f-a4ee-070a9b1c488b 2026-02-25 07:17:40.170 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port a045a342-424d-4b40-9c14-20966df3437d 2026-02-25 07:17:41.871 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port c74214da-adb0-4d6a-b61b-b17e41882854 2026-02-25 07:17:42.152 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 4cfe9cef-8520-4e6f-a4ee-070a9b1c488b 2026-02-25 07:17:42.294 12 INFO neutron.plugins.ml2.plugin [None req-3cbf124f-06ee-4799-83e9-4c442ef7e664 - - - - - -] Attempt 1 to provision port 15c79a52-c56a-4d3c-9cb8-6530e18d9d6c 2026-02-25 07:17:42.372 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 8fbf1f0e-e307-46d2-8be6-4767b7963107 2026-02-25 07:17:42.576 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-885c85d0-fa2e-44ab-aeac-7fc24756b2af'] response: {'server_uuid': '06983b48-eb9e-47b8-b202-afe777ec89f3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8fbf1f0e-e307-46d2-8be6-4767b7963107', 'code': 200} 2026-02-25 07:17:43.380 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 8fbf1f0e-e307-46d2-8be6-4767b7963107 2026-02-25 07:17:43.587 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 201a59b8-461f-4348-9073-3a6eb28f75b9 2026-02-25 07:17:45.675 12 INFO neutron.plugins.ml2.plugin [None req-a579767b-3f31-48cb-b1b0-77949f69b5c7 - - - - - -] Attempt 1 to provision port e5222922-46b2-49dc-81e7-b44537af3991 2026-02-25 07:17:46.195 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 201a59b8-461f-4348-9073-3a6eb28f75b9 2026-02-25 07:17:47.238 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-e7470d97-b5dd-40e8-a2dd-b0c0f8419869'] response: {'server_uuid': '1ff0c96b-12e4-4d9a-af11-5dca919217cf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e', 'code': 200} 2026-02-25 07:17:47.865 12 INFO neutron.plugins.ml2.plugin [None req-ae3229b5-d3cc-4126-91b8-65ad576314ee - - - - - -] Attempt 1 to provision port 15c79a52-c56a-4d3c-9cb8-6530e18d9d6c 2026-02-25 07:17:47.910 12 INFO neutron.plugins.ml2.plugin [None req-ae3229b5-d3cc-4126-91b8-65ad576314ee - - - - - -] Attempt 1 to provision port c8cbfccf-d69f-4b3f-9c44-70ee9001ddaa 2026-02-25 07:17:47.954 12 INFO neutron.plugins.ml2.plugin [None req-ae3229b5-d3cc-4126-91b8-65ad576314ee - - - - - -] Attempt 1 to provision port 77937042-b636-48ea-a9f0-3e43b630756b 2026-02-25 07:17:48.013 12 INFO neutron.plugins.ml2.plugin [None req-ae3229b5-d3cc-4126-91b8-65ad576314ee - - - - - -] Attempt 1 to provision port e5222922-46b2-49dc-81e7-b44537af3991 2026-02-25 07:17:48.433 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e 2026-02-25 07:17:48.764 12 INFO neutron.notifiers.nova [None req-f1e79485-60ea-4095-bfd6-2a4df513d9cf - - - - - -] Nova event matching ['req-a38ceb8b-4361-48be-8439-7e2024e027ca'] response: {'server_uuid': '1ff0c96b-12e4-4d9a-af11-5dca919217cf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e', 'code': 200} 2026-02-25 07:17:48.806 12 INFO neutron.plugins.ml2.plugin [None req-f1e79485-60ea-4095-bfd6-2a4df513d9cf - - - - - -] Attempt 1 to provision port e5222922-46b2-49dc-81e7-b44537af3991 2026-02-25 07:17:50.360 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 3cfb12f8-a78a-42c9-a550-c2524652bdca 2026-02-25 07:17:50.590 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 15c79a52-c56a-4d3c-9cb8-6530e18d9d6c 2026-02-25 07:17:50.866 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e 2026-02-25 07:17:53.024 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port 3cfb12f8-a78a-42c9-a550-c2524652bdca 2026-02-25 07:17:53.075 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port dd6919f7-8858-4734-b625-ea99c50a4386 2026-02-25 07:17:53.122 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port c74214da-adb0-4d6a-b61b-b17e41882854 2026-02-25 07:17:53.181 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port 8a75f5f1-66e0-4d88-967d-b23b7243453a 2026-02-25 07:17:53.213 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port 77324c10-d0d6-4745-aed5-955ee50ba178 2026-02-25 07:17:53.242 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port 1b3ab162-7334-49e9-a707-65cd98f819c9 2026-02-25 07:17:53.267 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port 4760313e-cee6-46fa-aa57-d1241f86e1d5 2026-02-25 07:17:53.328 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 19836348-e925-40fa-8f9c-4b5ee01808de 2026-02-25 07:17:53.343 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port e5222922-46b2-49dc-81e7-b44537af3991 2026-02-25 07:17:53.408 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port 19836348-e925-40fa-8f9c-4b5ee01808de 2026-02-25 07:17:53.440 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-67142487-0842-4478-a33a-6608569228ca'] response: {'server_uuid': 'df0bbdc6-844e-4e51-8e69-46f19fbc4263', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '19836348-e925-40fa-8f9c-4b5ee01808de', 'code': 200} 2026-02-25 07:17:53.461 12 INFO neutron.plugins.ml2.plugin [None req-b54c717b-e7ab-435b-9af8-2ace1f69ffe0 - - - - - -] Attempt 1 to provision port c8cbfccf-d69f-4b3f-9c44-70ee9001ddaa 2026-02-25 07:17:53.660 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 3cfb12f8-a78a-42c9-a550-c2524652bdca 2026-02-25 07:17:53.824 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 15c79a52-c56a-4d3c-9cb8-6530e18d9d6c 2026-02-25 07:17:54.612 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 19836348-e925-40fa-8f9c-4b5ee01808de 2026-02-25 07:17:56.011 12 INFO neutron.plugins.ml2.plugin [None req-78c334f7-1960-4265-b046-6a0feb05b9fc - - - - - -] Attempt 1 to provision port c8cbfccf-d69f-4b3f-9c44-70ee9001ddaa 2026-02-25 07:17:58.663 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1b3ab162-7334-49e9-a707-65cd98f819c9 2026-02-25 07:17:58.916 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port c8cbfccf-d69f-4b3f-9c44-70ee9001ddaa 2026-02-25 07:17:59.330 12 INFO neutron.plugins.ml2.plugin [None req-90e74e2e-0c45-450f-82c3-eb25fe1326e9 - - - - - -] Attempt 1 to provision port c8cbfccf-d69f-4b3f-9c44-70ee9001ddaa 2026-02-25 07:18:00.437 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1b3ab162-7334-49e9-a707-65cd98f819c9 2026-02-25 07:18:00.593 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port c8cbfccf-d69f-4b3f-9c44-70ee9001ddaa 2026-02-25 07:18:12.625 12 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-8661a3f9-a871-4a1a-9ee5-efcb22ca8b18'] response: {'server_uuid': '1ff0c96b-12e4-4d9a-af11-5dca919217cf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bd490a8b-ba7e-4bf6-a0b6-cd41f4ddff1e', 'code': 200} 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server [None req-9709a02e-78d2-40e5-a19e-ca6d1a689104 - - - - - -] Exception during message handling: neutron_lib.exceptions.PortNotFound: Port 65f98004-674e-485c-ba8f-bf6fb8fcc1f1 could not be found. 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 292, in _get_port 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server port = model_query.get_by_id(context, models_v2.Port, id, 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py", line 211, in get_by_id 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return query.filter(model.id == object_id).one() 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2804, in one 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return self._iter().one() # type: ignore 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1808, in one 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return self._only_one_row( 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server raise exc.NoResultFound( 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 174, in _process_incoming 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 340, in get_dhcp_port 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return plugin.get_port(context, port_id) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server raise self.value 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1666, in get_port 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server port = self._get_port(context, id, lazy_fields=lazy_fields) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 295, in _get_port 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server raise exceptions.PortNotFound(port_id=id) 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.PortNotFound: Port 65f98004-674e-485c-ba8f-bf6fb8fcc1f1 could not be found. 2026-02-25 07:18:12.939 13 ERROR oslo_messaging.rpc.server 2026-02-25 07:18:27.523 12 INFO neutron.plugins.ml2.plugin [None req-b87e01a7-541c-4b7d-bf8c-c4eaf9e7739b - - - - - -] Attempt 1 to provision port d95f36fb-3e6c-4fbc-a920-3fc369de12f0 2026-02-25 07:18:38.497 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 37fd5e8a-a910-41de-9d9d-8f9b173365e3 2026-02-25 07:18:46.549 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 139444ec-a660-475d-b022-874b349f197f 2026-02-25 07:18:48.573 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port e9dc9a21-77c6-4e23-a567-d81ad2f4274d 2026-02-25 07:18:48.973 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 139444ec-a660-475d-b022-874b349f197f 2026-02-25 07:18:50.586 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port e9dc9a21-77c6-4e23-a567-d81ad2f4274d 2026-02-25 07:18:54.574 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 2c5801d2-46a5-4238-9bee-0615154103d0 2026-02-25 07:18:56.527 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 4e8d94bf-ec77-43d4-a758-c365f07b6503 2026-02-25 07:18:56.839 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 2c5801d2-46a5-4238-9bee-0615154103d0 2026-02-25 07:18:58.921 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 4e8d94bf-ec77-43d4-a758-c365f07b6503 2026-02-25 07:18:59.093 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 0aa72c4c-beb6-490a-ba79-1029ff248cf0 2026-02-25 07:18:59.540 13 INFO neutron.plugins.ml2.plugin [None req-f8b4cc14-0028-4a3b-b8b7-531053ff0158 - - - - - -] Attempt 1 to provision port 4e8d94bf-ec77-43d4-a758-c365f07b6503 2026-02-25 07:18:59.606 13 INFO neutron.plugins.ml2.plugin [None req-f8b4cc14-0028-4a3b-b8b7-531053ff0158 - - - - - -] Attempt 1 to provision port 5f9b927a-399c-4558-b4a7-567948a8088d 2026-02-25 07:18:59.641 13 INFO neutron.plugins.ml2.plugin [None req-f8b4cc14-0028-4a3b-b8b7-531053ff0158 - - - - - -] Attempt 1 to provision port b7673fb0-6b3d-408d-8fbb-123631e8b9f4 2026-02-25 07:18:59.674 13 INFO neutron.plugins.ml2.plugin [None req-f8b4cc14-0028-4a3b-b8b7-531053ff0158 - - - - - -] Attempt 1 to provision port 0aa72c4c-beb6-490a-ba79-1029ff248cf0 2026-02-25 07:19:00.544 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 0aa72c4c-beb6-490a-ba79-1029ff248cf0 2026-02-25 07:19:07.527 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 53e5582f-a45c-4af5-ae04-ba0c0807c432 2026-02-25 07:19:07.647 12 INFO neutron.notifiers.nova [None req-e23d1538-4c84-4315-9a0e-1017d210883e - - - - - -] Nova event matching ['req-6f58b801-6146-492d-bc6f-6f06130b7573'] response: {'server_uuid': '70fd425c-0dff-4e34-ab75-ff890a451b65', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53e5582f-a45c-4af5-ae04-ba0c0807c432', 'code': 200} 2026-02-25 07:19:08.513 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 44fa069b-312d-4ff4-8ab6-c5c28085ea00 2026-02-25 07:19:08.807 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port b7673fb0-6b3d-408d-8fbb-123631e8b9f4 2026-02-25 07:19:09.104 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 53e5582f-a45c-4af5-ae04-ba0c0807c432 2026-02-25 07:19:10.530 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 44fa069b-312d-4ff4-8ab6-c5c28085ea00 2026-02-25 07:19:10.764 12 INFO neutron.plugins.ml2.plugin [None req-cbbf45b8-7af0-4350-ab3d-8b81fbb3d741 - - - - - -] Attempt 1 to provision port 5f9b927a-399c-4558-b4a7-567948a8088d 2026-02-25 07:19:11.137 12 INFO neutron.plugins.ml2.plugin [None req-cbbf45b8-7af0-4350-ab3d-8b81fbb3d741 - - - - - -] Attempt 1 to provision port b7673fb0-6b3d-408d-8fbb-123631e8b9f4 2026-02-25 07:19:12.589 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 5f9b927a-399c-4558-b4a7-567948a8088d 2026-02-25 07:19:12.792 12 INFO neutron.plugins.ml2.plugin [None req-faebdb6f-ca54-4a97-883f-462ddfa59f09 - - - - - -] Attempt 1 to provision port dc1020b8-a469-4d8e-82a1-07279dda6802 2026-02-25 07:19:13.053 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 263da7d3-3ecd-4d30-8482-48f7e028a2b1 2026-02-25 07:19:14.628 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port dc1020b8-a469-4d8e-82a1-07279dda6802 2026-02-25 07:19:14.799 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 8cd9322f-c83d-433e-9b40-befe96d37f15 2026-02-25 07:19:15.121 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 263da7d3-3ecd-4d30-8482-48f7e028a2b1 2026-02-25 07:19:15.986 13 INFO neutron.plugins.ml2.plugin [None req-7540b00c-c40d-4656-8114-803971c3e5cb - - - - - -] Attempt 1 to provision port 53e5582f-a45c-4af5-ae04-ba0c0807c432 2026-02-25 07:19:16.038 13 INFO neutron.plugins.ml2.plugin [None req-7540b00c-c40d-4656-8114-803971c3e5cb - - - - - -] Attempt 1 to provision port 0aa72c4c-beb6-490a-ba79-1029ff248cf0 2026-02-25 07:19:16.080 13 INFO neutron.plugins.ml2.plugin [None req-7540b00c-c40d-4656-8114-803971c3e5cb - - - - - -] Attempt 1 to provision port 4e8d94bf-ec77-43d4-a758-c365f07b6503 2026-02-25 07:19:16.136 13 INFO neutron.plugins.ml2.plugin [None req-7540b00c-c40d-4656-8114-803971c3e5cb - - - - - -] Attempt 1 to provision port 5f9b927a-399c-4558-b4a7-567948a8088d 2026-02-25 07:19:16.180 13 INFO neutron.plugins.ml2.plugin [None req-7540b00c-c40d-4656-8114-803971c3e5cb - - - - - -] Attempt 1 to provision port b7673fb0-6b3d-408d-8fbb-123631e8b9f4 2026-02-25 07:19:18.610 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 9b1c27f6-f59c-4ed7-b504-c8623974db5e 2026-02-25 07:19:19.048 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 90a03e11-0f38-4347-92b4-5b0225a16080 2026-02-25 07:19:20.594 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 9b1c27f6-f59c-4ed7-b504-c8623974db5e 2026-02-25 07:19:20.796 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 90a03e11-0f38-4347-92b4-5b0225a16080 2026-02-25 07:19:22.566 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port ac9025c1-a6dc-460c-92a8-a05870d42ce0 2026-02-25 07:19:24.598 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port ac9025c1-a6dc-460c-92a8-a05870d42ce0 2026-02-25 07:19:27.641 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 4bd62a6a-db78-4dee-8b53-ad638ac02568 2026-02-25 07:19:27.788 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-bf998278-3f42-4e7f-a537-e407f427c3c9'] response: {'server_uuid': 'bc9a2744-dc4c-49c2-9ebe-53b738a01294', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4bd62a6a-db78-4dee-8b53-ad638ac02568', 'code': 200} 2026-02-25 07:19:28.104 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port b2107948-151e-4ae9-a0a3-ef7b00fbff39 2026-02-25 07:19:28.796 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port b2107948-151e-4ae9-a0a3-ef7b00fbff39 2026-02-25 07:19:29.133 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 4bd62a6a-db78-4dee-8b53-ad638ac02568 2026-02-25 07:19:30.831 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1e246190-1519-48cd-bcdd-e23a8b917351 2026-02-25 07:19:31.974 12 INFO neutron.plugins.ml2.plugin [None req-d15e1297-6c04-434b-b11e-2ba993aeb079 - - - - - -] Attempt 1 to provision port cacb0802-358a-4764-a748-1b51876f6a13 2026-02-25 07:19:32.013 12 INFO neutron.plugins.ml2.plugin [None req-d15e1297-6c04-434b-b11e-2ba993aeb079 - - - - - -] Attempt 1 to provision port 08c6eec5-4559-48e4-b32b-5de922c37df2 2026-02-25 07:19:32.035 12 INFO neutron.plugins.ml2.plugin [None req-d15e1297-6c04-434b-b11e-2ba993aeb079 - - - - - -] Attempt 1 to provision port b2107948-151e-4ae9-a0a3-ef7b00fbff39 2026-02-25 07:19:32.093 12 INFO neutron.plugins.ml2.plugin [None req-d15e1297-6c04-434b-b11e-2ba993aeb079 - - - - - -] Attempt 1 to provision port b7af36fe-9173-4460-b999-973c21e68fca 2026-02-25 07:19:32.115 12 INFO neutron.plugins.ml2.plugin [None req-d15e1297-6c04-434b-b11e-2ba993aeb079 - - - - - -] Attempt 1 to provision port ac9025c1-a6dc-460c-92a8-a05870d42ce0 2026-02-25 07:19:32.167 12 INFO neutron.plugins.ml2.plugin [None req-d15e1297-6c04-434b-b11e-2ba993aeb079 - - - - - -] Attempt 1 to provision port 90a03e11-0f38-4347-92b4-5b0225a16080 2026-02-25 07:19:32.210 12 INFO neutron.plugins.ml2.plugin [None req-d15e1297-6c04-434b-b11e-2ba993aeb079 - - - - - -] Attempt 1 to provision port 1e246190-1519-48cd-bcdd-e23a8b917351 2026-02-25 07:19:32.260 12 INFO neutron.plugins.ml2.plugin [None req-d15e1297-6c04-434b-b11e-2ba993aeb079 - - - - - -] Attempt 1 to provision port 7a0f7de0-bcbc-47ee-8dc2-66711c1f4d19 2026-02-25 07:19:32.744 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1e246190-1519-48cd-bcdd-e23a8b917351 2026-02-25 07:19:32.955 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 7a0f7de0-bcbc-47ee-8dc2-66711c1f4d19 2026-02-25 07:19:33.203 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1e6f3bc9-918c-4a05-bf85-8a848de79e40 2026-02-25 07:19:35.416 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1e6f3bc9-918c-4a05-bf85-8a848de79e40 2026-02-25 07:19:35.564 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port b75f1e7c-5d6b-4468-bc01-673ba4500fe4 2026-02-25 07:19:35.665 13 INFO neutron.notifiers.nova [None req-c594a940-7c3c-424c-98db-5f41ee596d50 - - - - - -] Nova event matching ['req-e2a0d326-6320-4de2-8098-b6f1e7c9d349'] response: {'server_uuid': 'c66da7bb-8e74-4223-bdf9-c3eaaa133ec8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b75f1e7c-5d6b-4468-bc01-673ba4500fe4', 'code': 200} 2026-02-25 07:19:37.436 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port b7af36fe-9173-4460-b999-973c21e68fca 2026-02-25 07:19:37.663 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port e1c4f65b-c188-4920-ad2e-a5cd69a46836 2026-02-25 07:19:37.878 13 INFO neutron.plugins.ml2.plugin [None req-8a64ba99-4da2-4eee-a062-5f68e668f16c - - - - - -] Attempt 1 to provision port cacb0802-358a-4764-a748-1b51876f6a13 2026-02-25 07:19:38.254 13 INFO neutron.plugins.ml2.plugin [None req-e8b5767f-96f4-4c29-b61d-b5c792b6b023 - - - - - -] Attempt 1 to provision port 08c6eec5-4559-48e4-b32b-5de922c37df2 2026-02-25 07:19:38.583 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port b75f1e7c-5d6b-4468-bc01-673ba4500fe4 2026-02-25 07:19:40.015 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port b7af36fe-9173-4460-b999-973c21e68fca 2026-02-25 07:19:40.248 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port e1c4f65b-c188-4920-ad2e-a5cd69a46836 2026-02-25 07:19:40.469 12 INFO neutron.plugins.ml2.plugin [None req-37d37f0a-85b5-4079-b86f-7c01dc26f34b - - - - - -] Attempt 1 to provision port cacb0802-358a-4764-a748-1b51876f6a13 2026-02-25 07:19:40.790 12 INFO neutron.plugins.ml2.plugin [None req-b85a8c9d-b852-4e72-9f0c-3e4cee9e7051 - - - - - -] Attempt 1 to provision port 08c6eec5-4559-48e4-b32b-5de922c37df2 2026-02-25 07:19:42.039 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 36d89b99-42d1-4abb-9b16-f2664924c175 2026-02-25 07:19:43.342 13 INFO neutron.plugins.ml2.plugin [None req-94166f7c-11c2-419d-9198-38833751eefd - - - - - -] Attempt 1 to provision port cacb0802-358a-4764-a748-1b51876f6a13 2026-02-25 07:19:43.402 13 INFO neutron.plugins.ml2.plugin [None req-94166f7c-11c2-419d-9198-38833751eefd - - - - - -] Attempt 1 to provision port ac9025c1-a6dc-460c-92a8-a05870d42ce0 2026-02-25 07:19:44.018 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 36d89b99-42d1-4abb-9b16-f2664924c175 2026-02-25 07:19:49.571 13 INFO neutron.plugins.ml2.plugin [None req-c7d48495-03ab-40e8-b6cd-47dfe11c86d8 - - - - - -] Attempt 1 to provision port cacb0802-358a-4764-a748-1b51876f6a13 2026-02-25 07:19:49.634 13 INFO neutron.plugins.ml2.plugin [None req-c7d48495-03ab-40e8-b6cd-47dfe11c86d8 - - - - - -] Attempt 1 to provision port b2107948-151e-4ae9-a0a3-ef7b00fbff39 2026-02-25 07:19:49.696 13 INFO neutron.plugins.ml2.plugin [None req-c7d48495-03ab-40e8-b6cd-47dfe11c86d8 - - - - - -] Attempt 1 to provision port b75f1e7c-5d6b-4468-bc01-673ba4500fe4 2026-02-25 07:19:49.784 13 INFO neutron.plugins.ml2.plugin [None req-c7d48495-03ab-40e8-b6cd-47dfe11c86d8 - - - - - -] Attempt 1 to provision port 08c6eec5-4559-48e4-b32b-5de922c37df2 2026-02-25 07:19:49.858 13 INFO neutron.plugins.ml2.plugin [None req-c7d48495-03ab-40e8-b6cd-47dfe11c86d8 - - - - - -] Attempt 1 to provision port b7af36fe-9173-4460-b999-973c21e68fca 2026-02-25 07:19:49.911 13 INFO neutron.plugins.ml2.plugin [None req-c7d48495-03ab-40e8-b6cd-47dfe11c86d8 - - - - - -] Attempt 1 to provision port 1e246190-1519-48cd-bcdd-e23a8b917351 2026-02-25 07:19:49.962 13 INFO neutron.plugins.ml2.plugin [None req-c7d48495-03ab-40e8-b6cd-47dfe11c86d8 - - - - - -] Attempt 1 to provision port ac9025c1-a6dc-460c-92a8-a05870d42ce0 2026-02-25 07:19:53.829 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 767b2758-bad9-4d0f-b7ed-344b4166b74a 2026-02-25 07:19:53.968 12 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-575e51b2-cdfe-4302-a0ac-c4cee498855b'] response: {'server_uuid': '41c5442d-c0dd-4765-a418-cd70197cc013', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '767b2758-bad9-4d0f-b7ed-344b4166b74a', 'code': 200} 2026-02-25 07:19:56.448 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 767b2758-bad9-4d0f-b7ed-344b4166b74a 2026-02-25 07:19:56.636 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 506d7693-12e0-4ae1-a949-9466cdd0b5cd 2026-02-25 07:19:56.735 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-6e650fd7-1dd1-4752-9313-4e9fa8aa3946'] response: {'server_uuid': '82d2c704-7601-4417-937a-5b5cbe3b80a4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '506d7693-12e0-4ae1-a949-9466cdd0b5cd', 'code': 200} 2026-02-25 07:19:57.004 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port f9d9e444-be04-4f15-a089-e8a658c89347 2026-02-25 07:19:57.792 12 INFO neutron.plugins.ml2.plugin [None req-f32950c4-2d28-40f5-9ecb-5c756041a656 - - - - - -] Attempt 1 to provision port 506d7693-12e0-4ae1-a949-9466cdd0b5cd 2026-02-25 07:19:57.819 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 506d7693-12e0-4ae1-a949-9466cdd0b5cd 2026-02-25 07:19:57.844 12 INFO neutron.plugins.ml2.plugin [None req-f32950c4-2d28-40f5-9ecb-5c756041a656 - - - - - -] Attempt 1 to provision port 08c6eec5-4559-48e4-b32b-5de922c37df2 2026-02-25 07:19:57.881 12 INFO neutron.plugins.ml2.plugin [None req-f32950c4-2d28-40f5-9ecb-5c756041a656 - - - - - -] Attempt 1 to provision port b7af36fe-9173-4460-b999-973c21e68fca 2026-02-25 07:19:57.927 12 INFO neutron.plugins.ml2.plugin [None req-f32950c4-2d28-40f5-9ecb-5c756041a656 - - - - - -] Attempt 1 to provision port b2107948-151e-4ae9-a0a3-ef7b00fbff39 2026-02-25 07:19:57.977 12 INFO neutron.plugins.ml2.plugin [None req-f32950c4-2d28-40f5-9ecb-5c756041a656 - - - - - -] Attempt 1 to provision port 767b2758-bad9-4d0f-b7ed-344b4166b74a 2026-02-25 07:19:58.019 12 INFO neutron.plugins.ml2.plugin [None req-f32950c4-2d28-40f5-9ecb-5c756041a656 - - - - - -] Attempt 1 to provision port f9d9e444-be04-4f15-a089-e8a658c89347 2026-02-25 07:19:58.021 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port f9d9e444-be04-4f15-a089-e8a658c89347 2026-02-25 07:19:58.082 12 INFO neutron.plugins.ml2.plugin [None req-d82be23b-88a5-4322-902a-ddfe245a2219 - - - - - -] Attempt 1 to provision port b75f1e7c-5d6b-4468-bc01-673ba4500fe4 2026-02-25 07:19:58.151 12 INFO neutron.plugins.ml2.plugin [None req-d82be23b-88a5-4322-902a-ddfe245a2219 - - - - - -] Attempt 1 to provision port 1e246190-1519-48cd-bcdd-e23a8b917351 2026-02-25 07:19:58.229 12 INFO neutron.plugins.ml2.plugin [None req-61477481-2a9c-4536-a020-c4e30c07ba24 - - - - - -] Attempt 1 to provision port d4ad0101-2907-478c-8895-ade3eb97654e 2026-02-25 07:19:59.843 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port aec16cfb-ce9b-46c1-bd06-f684cc568f84 2026-02-25 07:20:00.233 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port d4ad0101-2907-478c-8895-ade3eb97654e 2026-02-25 07:20:01.915 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port d4ad0101-2907-478c-8895-ade3eb97654e 2026-02-25 07:20:02.107 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port aec16cfb-ce9b-46c1-bd06-f684cc568f84 2026-02-25 07:20:08.824 13 INFO neutron.plugins.ml2.plugin [None req-0cf10722-cbca-4e3a-8726-378f227ea7d3 - - - - - -] Attempt 1 to provision port f9d9e444-be04-4f15-a089-e8a658c89347 2026-02-25 07:20:08.885 13 INFO neutron.plugins.ml2.plugin [None req-0cf10722-cbca-4e3a-8726-378f227ea7d3 - - - - - -] Attempt 1 to provision port 506d7693-12e0-4ae1-a949-9466cdd0b5cd 2026-02-25 07:20:08.927 13 INFO neutron.plugins.ml2.plugin [None req-0cf10722-cbca-4e3a-8726-378f227ea7d3 - - - - - -] Attempt 1 to provision port d4ad0101-2907-478c-8895-ade3eb97654e 2026-02-25 07:20:17.537 12 INFO neutron.plugins.ml2.plugin [None req-7d3d1fd4-5dd3-4cfc-889e-976b307dd313 - - - - - -] Attempt 1 to provision port 08c6eec5-4559-48e4-b32b-5de922c37df2 2026-02-25 07:20:17.581 12 INFO neutron.plugins.ml2.plugin [None req-7d3d1fd4-5dd3-4cfc-889e-976b307dd313 - - - - - -] Attempt 1 to provision port b7af36fe-9173-4460-b999-973c21e68fca 2026-02-25 07:20:17.620 12 INFO neutron.plugins.ml2.plugin [None req-7d3d1fd4-5dd3-4cfc-889e-976b307dd313 - - - - - -] Attempt 1 to provision port cacb0802-358a-4764-a748-1b51876f6a13 2026-02-25 07:20:22.118 12 INFO neutron.plugins.ml2.plugin [None req-7a60f75c-0396-4c43-b33a-955e08e22b2b - - - - - -] Attempt 1 to provision port cacb0802-358a-4764-a748-1b51876f6a13 2026-02-25 07:20:22.197 12 INFO neutron.plugins.ml2.plugin [None req-7a60f75c-0396-4c43-b33a-955e08e22b2b - - - - - -] Attempt 1 to provision port 08c6eec5-4559-48e4-b32b-5de922c37df2 2026-02-25 07:20:22.268 12 INFO neutron.plugins.ml2.plugin [None req-7a60f75c-0396-4c43-b33a-955e08e22b2b - - - - - -] Attempt 1 to provision port b7af36fe-9173-4460-b999-973c21e68fca 2026-02-25 07:20:22.318 12 INFO neutron.plugins.ml2.plugin [None req-7a60f75c-0396-4c43-b33a-955e08e22b2b - - - - - -] Attempt 1 to provision port d4ad0101-2907-478c-8895-ade3eb97654e 2026-02-25 07:20:25.953 12 INFO neutron.plugins.ml2.plugin [None req-12478184-94b4-4ee9-b815-3f961dc06159 - - - - - -] Attempt 1 to provision port e1c4f65b-c188-4920-ad2e-a5cd69a46836 2026-02-25 07:20:26.035 12 INFO neutron.plugins.ml2.plugin [None req-12478184-94b4-4ee9-b815-3f961dc06159 - - - - - -] Attempt 1 to provision port d4ad0101-2907-478c-8895-ade3eb97654e 2026-02-25 07:20:26.089 12 INFO neutron.plugins.ml2.plugin [None req-12478184-94b4-4ee9-b815-3f961dc06159 - - - - - -] Attempt 1 to provision port b75f1e7c-5d6b-4468-bc01-673ba4500fe4 2026-02-25 07:20:28.522 12 INFO neutron.plugins.ml2.plugin [None req-fc1ee33d-9808-4f73-ac64-f0f6d97ae718 - - - - - -] Attempt 1 to provision port 767b2758-bad9-4d0f-b7ed-344b4166b74a 2026-02-25 07:20:31.357 12 INFO neutron.plugins.ml2.plugin [None req-e0b9c15a-7f08-40d1-bd62-d1ced260fa93 - - - - - -] Attempt 1 to provision port 8e28b3cb-f3dc-4384-a00c-407875907a29 2026-02-25 07:20:31.383 12 INFO neutron.plugins.ml2.plugin [None req-e0b9c15a-7f08-40d1-bd62-d1ced260fa93 - - - - - -] Attempt 1 to provision port 506d7693-12e0-4ae1-a949-9466cdd0b5cd 2026-02-25 07:20:31.438 12 INFO neutron.plugins.ml2.plugin [None req-e0b9c15a-7f08-40d1-bd62-d1ced260fa93 - - - - - -] Attempt 1 to provision port aec16cfb-ce9b-46c1-bd06-f684cc568f84 2026-02-25 07:20:36.358 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 7297100d-fa57-4049-b62d-056e30e79d37 2026-02-25 07:20:36.458 12 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-7d861327-4e04-4dd7-a31e-c1ac7104f7ed'] response: {'server_uuid': '4c529c4d-6f8c-4a59-927a-d61430ae08c3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7297100d-fa57-4049-b62d-056e30e79d37', 'code': 200} 2026-02-25 07:20:37.838 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 7297100d-fa57-4049-b62d-056e30e79d37 2026-02-25 07:20:42.378 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port f99333d0-f8bd-408b-896a-52093b9c6297 2026-02-25 07:20:42.491 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-46236253-d0c7-46d5-90cd-53afcd3d9ba8'] response: {'server_uuid': 'addc7c71-2a02-4312-868b-78371ee10efd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f99333d0-f8bd-408b-896a-52093b9c6297', 'code': 200} 2026-02-25 07:20:43.925 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port f99333d0-f8bd-408b-896a-52093b9c6297 2026-02-25 07:21:02.044 13 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-b2709a9f-05d8-4c39-a9f5-dccb4e50dfb8'] response: {'server_uuid': '4c529c4d-6f8c-4a59-927a-d61430ae08c3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7297100d-fa57-4049-b62d-056e30e79d37', 'code': 200} 2026-02-25 07:21:31.912 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1d07bb07-5b98-48ae-972a-3c404be678f9 2026-02-25 07:21:32.043 12 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-e2aee539-159b-4ab1-91a6-98444e2dbb33'] response: {'server_uuid': 'addc7c71-2a02-4312-868b-78371ee10efd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d07bb07-5b98-48ae-972a-3c404be678f9', 'code': 200} 2026-02-25 07:21:33.879 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1d07bb07-5b98-48ae-972a-3c404be678f9 2026-02-25 07:21:36.384 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 1d07bb07-5b98-48ae-972a-3c404be678f9 2026-02-25 07:21:55.043 13 INFO neutron.plugins.ml2.plugin [None req-f7113c40-0823-4603-a9dd-850770ccd0ca - - - - - -] Attempt 1 to provision port 078d447f-5c74-4724-ad4f-703ad1e46a8d 2026-02-25 07:22:03.540 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 078d447f-5c74-4724-ad4f-703ad1e46a8d 2026-02-25 07:22:03.641 12 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-d144358d-88df-4a12-8d1d-0d2396914ee8'] response: {'server_uuid': 'addc7c71-2a02-4312-868b-78371ee10efd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '078d447f-5c74-4724-ad4f-703ad1e46a8d', 'code': 200} 2026-02-25 07:22:04.122 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 078d447f-5c74-4724-ad4f-703ad1e46a8d 2026-02-25 07:22:16.554 13 INFO neutron.plugins.ml2.plugin [None req-e656d838-7197-422c-8f0a-a5c933b439ff - - - - - -] Attempt 1 to provision port 03f8b8c0-8132-4748-99d3-c9deccb381fd 2026-02-25 07:22:24.173 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 03f8b8c0-8132-4748-99d3-c9deccb381fd 2026-02-25 07:22:24.391 12 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-b3a98aa5-843b-4e12-b823-23bfb13f6020'] response: {'server_uuid': 'addc7c71-2a02-4312-868b-78371ee10efd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '03f8b8c0-8132-4748-99d3-c9deccb381fd', 'code': 200} 2026-02-25 07:22:26.324 12 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 03f8b8c0-8132-4748-99d3-c9deccb381fd 2026-02-25 07:22:26.810 13 INFO neutron.plugins.ml2.plugin [None req-7ac7705a-a355-4131-9580-fd58ffacba18 - - - - - -] Attempt 1 to provision port 078d447f-5c74-4724-ad4f-703ad1e46a8d 2026-02-25 07:22:40.197 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 03f8b8c0-8132-4748-99d3-c9deccb381fd 2026-02-25 07:22:40.342 12 INFO neutron.plugins.ml2.plugin [None req-30d88dee-d7f6-4fe3-9c9e-1fbb64893178 - - - - - -] Attempt 1 to provision port 03f8b8c0-8132-4748-99d3-c9deccb381fd 2026-02-25 07:22:41.687 12 INFO neutron.plugins.ml2.plugin [None req-7c8b4c59-49a6-4b3a-aec9-960b9b19a6af - - - - - -] Attempt 1 to provision port 03f8b8c0-8132-4748-99d3-c9deccb381fd 2026-02-25 07:22:42.192 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 03f8b8c0-8132-4748-99d3-c9deccb381fd 2026-02-25 07:22:50.194 13 INFO neutron.plugins.ml2.plugin [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Attempt 1 to provision port 078d447f-5c74-4724-ad4f-703ad1e46a8d 2026-02-25 07:22:50.701 12 INFO neutron.plugins.ml2.plugin [None req-14fa3cd0-0b86-455e-b5b7-c406d90c0c26 - - - - - -] Attempt 1 to provision port 078d447f-5c74-4724-ad4f-703ad1e46a8d 2026-02-25 07:23:18.347 12 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-4f71ac90-e593-4589-85b4-25e157c12fb2'] response: {'server_uuid': 'addc7c71-2a02-4312-868b-78371ee10efd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f99333d0-f8bd-408b-896a-52093b9c6297', 'code': 200} 2026-02-25 07:23:34.353 12 INFO neutron.notifiers.nova [None req-8b69188e-53d8-4ccb-b6e4-ee4b62b48e3e - - - - - -] Nova event matching ['req-aa2b686c-35c5-4166-8ab2-f876a11cf2e0'] response: {'server_uuid': 'c66da7bb-8e74-4223-bdf9-c3eaaa133ec8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b75f1e7c-5d6b-4468-bc01-673ba4500fe4', 'code': 200}