+ 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-03-06 01:08:33.176 1 INFO neutron.common.config [-] Logging enabled! 2026-03-06 01:08:33.176 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.3.dev42 2026-03-06 01:08:33.177 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-03-06 01:08:33.177 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 01:08:34.090 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:08:34.094 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 01:08:34.098 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-06 01:08:34.098 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 01:08:34.099 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 01:08:34.099 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 01:08:34.099 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:08:34.105 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:08:34.105 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 01:08:34.105 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:08:34.124 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 01:08:34.124 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 01:08:34.125 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 01:08:34.161 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 01:08:34.161 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 01:08:34.161 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 01:08:34.161 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 01:08:34.430 1 INFO neutron.plugins.ml2.managers [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] Initializing driver for type 'vlan' 2026-03-06 01:08:34.579 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] VlanTypeDriver initialization complete 2026-03-06 01:08:34.579 1 INFO neutron.plugins.ml2.managers [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 01:08:34.580 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 01:08:34.621 1 INFO neutron.plugins.ml2.managers [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 01:08:34.621 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 01:08:34.621 1 INFO neutron.plugins.ml2.managers [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] Initializing extension driver 'port_security' 2026-03-06 01:08:34.621 1 INFO neutron.plugins.ml2.extensions.port_security [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 01:08:34.621 1 INFO neutron.plugins.ml2.managers [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] Initializing extension driver 'qos' 2026-03-06 01:08:34.621 1 INFO neutron.plugins.ml2.managers [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 01:08:34.621 1 INFO neutron.plugins.ml2.managers [None req-932b61a2-5d8d-4737-b8ec-e5c108f44e3c - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 01:08:34.633 1 INFO neutron.quota [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded quota_driver: . 2026-03-06 01:08:34.634 1 INFO neutron.plugins.ml2.plugin [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 01:08:34.634 1 INFO neutron.plugins.ml2.managers [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 01:08:34.634 1 INFO neutron.plugins.ml2.managers [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 01:08:34.634 1 INFO neutron.plugins.ml2.managers [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 01:08:34.634 1 INFO neutron.extensions.vlantransparent [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Disabled vlantransparent extension. 2026-03-06 01:08:34.635 1 INFO neutron.extensions.qinq [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Disabled VLAN QinQ extension. 2026-03-06 01:08:34.635 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: qos 2026-03-06 01:08:34.645 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: router 2026-03-06 01:08:34.678 1 INFO neutron.services.service_base [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 01:08:34.679 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: segments 2026-03-06 01:08:34.743 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: trunk 2026-03-06 01:08:34.754 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: vpnaas 2026-03-06 01:08:34.785 1 WARNING stevedore.named [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:08:34.785 1 WARNING stevedore.named [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:08:34.988 1 INFO neutron_vpnaas.services.vpn.plugin [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 01:08:34.989 1 INFO neutron.common.utils [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 01:08:34.989 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: taas 2026-03-06 01:08:35.007 1 WARNING stevedore.named [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:08:35.007 1 WARNING stevedore.named [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:08:35.034 1 INFO neutron_taas.services.taas.taas_plugin [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-06 01:08:35.035 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: tapmirror 2026-03-06 01:08:35.043 1 WARNING stevedore.named [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 01:08:35.043 1 WARNING stevedore.named [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 01:08:35.058 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-06 01:08:35.058 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: auto_allocate 2026-03-06 01:08:35.063 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: tag 2026-03-06 01:08:35.070 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: timestamp 2026-03-06 01:08:35.072 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 01:08:35.075 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: flavors 2026-03-06 01:08:35.078 1 INFO neutron.manager [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loading Plugin: revisions 2026-03-06 01:08:35.081 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Initializing extension manager. 2026-03-06 01:08:35.082 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: address-group 2026-03-06 01:08:35.082 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: address-scope 2026-03-06 01:08:35.083 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 01:08:35.084 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: agent 2026-03-06 01:08:35.084 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 01:08:35.085 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 01:08:35.086 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 01:08:35.086 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: availability_zone 2026-03-06 01:08:35.087 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 01:08:35.087 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 01:08:35.088 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: default-subnetpools 2026-03-06 01:08:35.089 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 01:08:35.089 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: dns-integration 2026-03-06 01:08:35.090 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 01:08:35.090 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 01:08:35.091 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: dvr 2026-03-06 01:08:35.091 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 01:08:35.091 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 01:08:35.092 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:08:35.092 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 01:08:35.093 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: external-net 2026-03-06 01:08:35.093 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 01:08:35.094 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: extraroute 2026-03-06 01:08:35.094 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 01:08:35.094 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 01:08:35.095 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 01:08:35.095 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 01:08:35.096 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 01:08:35.096 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: fip-port-details 2026-03-06 01:08:35.097 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: flavors 2026-03-06 01:08:35.098 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 01:08:35.098 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: floatingip-pools 2026-03-06 01:08:35.099 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: ip_allocation 2026-03-06 01:08:35.099 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 01:08:35.100 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: l2_adjacency 2026-03-06 01:08:35.101 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: router 2026-03-06 01:08:35.102 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 01:08:35.103 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-06 01:08:35.103 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-06 01:08:35.104 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 01:08:35.104 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: l3-ha 2026-03-06 01:08:35.104 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:08:35.105 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 01:08:35.105 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: l3-flavors 2026-03-06 01:08:35.106 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 01:08:35.106 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 01:08:35.108 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 01:08:35.109 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 01:08:35.110 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 01:08:35.111 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 01:08:35.111 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 01:08:35.112 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: multi-provider 2026-03-06 01:08:35.112 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: net-mtu 2026-03-06 01:08:35.113 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 01:08:35.113 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: network_availability_zone 2026-03-06 01:08:35.114 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: network_ha 2026-03-06 01:08:35.114 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: network-ip-availability 2026-03-06 01:08:35.115 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 01:08:35.116 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: pagination 2026-03-06 01:08:35.116 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-device-profile 2026-03-06 01:08:35.116 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-06 01:08:35.117 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 01:08:35.117 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 01:08:35.118 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-mac-override 2026-03-06 01:08:35.118 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 01:08:35.119 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 01:08:35.119 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-06 01:08:35.120 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-resource-request 2026-03-06 01:08:35.120 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 01:08:35.120 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-06 01:08:35.121 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: binding 2026-03-06 01:08:35.122 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: binding-extended 2026-03-06 01:08:35.122 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-security 2026-03-06 01:08:35.122 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: project-id 2026-03-06 01:08:35.123 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: provider 2026-03-06 01:08:35.123 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-06 01:08:35.125 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos 2026-03-06 01:08:35.126 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 01:08:35.126 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 01:08:35.127 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-default 2026-03-06 01:08:35.127 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-fip 2026-03-06 01:08:35.127 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 01:08:35.128 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 01:08:35.128 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 01:08:35.129 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 01:08:35.129 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 01:08:35.130 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-pps 2026-03-06 01:08:35.130 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 01:08:35.131 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 01:08:35.131 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 01:08:35.132 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: quota-check-limit 2026-03-06 01:08:35.132 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: quota-check-limit-default 2026-03-06 01:08:35.134 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: quotas 2026-03-06 01:08:35.137 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: quota_details 2026-03-06 01:08:35.138 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: rbac-policies 2026-03-06 01:08:35.138 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: rbac-address-group 2026-03-06 01:08:35.139 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 01:08:35.139 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 01:08:35.140 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 01:08:35.140 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: revision-if-match 2026-03-06 01:08:35.141 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 01:08:35.141 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: router_availability_zone 2026-03-06 01:08:35.142 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 01:08:35.143 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 01:08:35.144 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 01:08:35.144 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 01:08:35.144 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 01:08:35.145 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-06 01:08:35.145 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 01:08:35.149 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: security-group 2026-03-06 01:08:35.150 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: segment 2026-03-06 01:08:35.150 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 01:08:35.151 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: service-type 2026-03-06 01:08:35.151 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: sorting 2026-03-06 01:08:35.152 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 01:08:35.152 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: standard-attr-description 2026-03-06 01:08:35.153 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: stateful-security-group 2026-03-06 01:08:35.153 1 WARNING neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 01:08:35.154 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 01:08:35.154 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: subnet-external-network 2026-03-06 01:08:35.154 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: subnet_onboard 2026-03-06 01:08:35.155 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 01:08:35.155 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: subnet-service-types 2026-03-06 01:08:35.156 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: subnet_allocation 2026-03-06 01:08:35.156 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 01:08:35.157 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: tag-creation 2026-03-06 01:08:35.157 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 01:08:35.160 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 01:08:35.161 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 01:08:35.162 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: trunk 2026-03-06 01:08:35.162 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: trunk-details 2026-03-06 01:08:35.163 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 01:08:35.163 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-06 01:08:35.164 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 01:08:35.164 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-06 01:08:35.166 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-06 01:08:35.166 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 01:08:35.167 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: vpn-flavors 2026-03-06 01:08:35.168 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: vpnaas 2026-03-06 01:08:35.169 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: taas 2026-03-06 01:08:35.170 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: tap-mirror 2026-03-06 01:08:35.170 1 INFO neutron.api.extensions [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Loaded extension: taas-vlan-filter 2026-03-06 01:08:35.173 1 INFO oslo_service.backend.eventlet.service [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Starting 2 workers 2026-03-06 01:08:35.178 1 INFO oslo_service.backend.eventlet.service [None req-ca233a99-2617-420d-9c61-7d44a19e363b - - - - - -] Starting 1 workers 2026-03-06 01:09:13.071 12 INFO neutron.db.l3_hamode_db [None req-5a3b5223-3056-4902-b333-1cb0d665d98f - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 01:09:28.824 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8bb811c7-6f32-42b1-a53e-f5478e05c059 2026-03-06 01:09:29.213 11 INFO neutron.plugins.ml2.plugin [None req-2b663ddc-56d6-4d98-8c59-ceb876cdc9bb - - - - - -] Attempt 1 to provision port 8bb811c7-6f32-42b1-a53e-f5478e05c059 2026-03-06 01:09:30.726 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8bb811c7-6f32-42b1-a53e-f5478e05c059 2026-03-06 01:09:30.906 11 INFO neutron.plugins.ml2.plugin [None req-b8780f22-e991-4112-8277-659999ea9070 - - - - - -] Attempt 1 to provision port 8bb811c7-6f32-42b1-a53e-f5478e05c059 2026-03-06 01:13:50.902 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1a11e024-29d3-4258-98fa-521298d801e4 2026-03-06 01:13:51.232 11 INFO neutron.plugins.ml2.plugin [None req-c06fb75f-5dac-4ea9-9b53-abb841df55bd - - - - - -] Attempt 1 to provision port 1a11e024-29d3-4258-98fa-521298d801e4 2026-03-06 01:13:52.889 11 INFO neutron.plugins.ml2.plugin [None req-a9588889-c9ef-44f6-aac2-d8a54e5cad05 - - - - - -] Attempt 1 to provision port 1a11e024-29d3-4258-98fa-521298d801e4 2026-03-06 01:13:52.914 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1a11e024-29d3-4258-98fa-521298d801e4 2026-03-06 01:13:57.355 11 INFO neutron.plugins.ml2.plugin [None req-8f60f5c9-08fb-4aca-b1e9-64325b1f8ac3 - - - - - -] Attempt 1 to provision port 3e68e42b-0e3d-4524-8434-6a877f2f43e4 2026-03-06 01:17:31.650 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 3e68e42b-0e3d-4524-8434-6a877f2f43e4 2026-03-06 01:17:33.036 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 3e68e42b-0e3d-4524-8434-6a877f2f43e4 2026-03-06 01:26:41.390 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port a5b4d25b-f4c9-4757-a470-b2d3f73ac4a0 2026-03-06 01:26:43.384 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port a5b4d25b-f4c9-4757-a470-b2d3f73ac4a0 2026-03-06 01:41:01.913 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port e8976e86-234a-44d0-a333-e08e574369bd 2026-03-06 01:41:02.600 12 INFO neutron.plugins.ml2.plugin [None req-9b110fe7-ec39-4149-903a-45c8cbfe48c8 - - - - - -] Attempt 1 to provision port e8976e86-234a-44d0-a333-e08e574369bd 2026-03-06 01:41:03.891 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port e8976e86-234a-44d0-a333-e08e574369bd 2026-03-06 01:41:05.925 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port e8f0dcbb-0170-4706-8253-71dfcc3783cc 2026-03-06 01:41:07.947 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port e8f0dcbb-0170-4706-8253-71dfcc3783cc 2026-03-06 01:41:10.097 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 3e81030a-ce1b-4196-875e-116fbaa12607 2026-03-06 01:41:11.152 11 INFO neutron.plugins.ml2.plugin [None req-337e9d3f-892a-4dd9-bd7f-0a1bbdaa0750 - - - - - -] Attempt 1 to provision port e8f0dcbb-0170-4706-8253-71dfcc3783cc 2026-03-06 01:41:11.217 11 INFO neutron.plugins.ml2.plugin [None req-337e9d3f-892a-4dd9-bd7f-0a1bbdaa0750 - - - - - -] Attempt 1 to provision port 23366271-c549-41a6-a41c-63505a3ea18c 2026-03-06 01:41:11.240 11 INFO neutron.plugins.ml2.plugin [None req-337e9d3f-892a-4dd9-bd7f-0a1bbdaa0750 - - - - - -] Attempt 1 to provision port f8b2e590-b617-4d3a-ac63-58ae4b738b0e 2026-03-06 01:41:11.261 11 INFO neutron.plugins.ml2.plugin [None req-337e9d3f-892a-4dd9-bd7f-0a1bbdaa0750 - - - - - -] Attempt 1 to provision port 3e81030a-ce1b-4196-875e-116fbaa12607 2026-03-06 01:41:11.305 11 INFO neutron.plugins.ml2.plugin [None req-337e9d3f-892a-4dd9-bd7f-0a1bbdaa0750 - - - - - -] Attempt 1 to provision port e8976e86-234a-44d0-a333-e08e574369bd 2026-03-06 01:41:11.355 11 INFO neutron.plugins.ml2.plugin [None req-337e9d3f-892a-4dd9-bd7f-0a1bbdaa0750 - - - - - -] Attempt 1 to provision port 9d117eec-80e9-410c-a369-01d07cda5dc2 2026-03-06 01:41:11.974 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 3e81030a-ce1b-4196-875e-116fbaa12607 2026-03-06 01:41:16.012 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port d85bc782-8bc2-4362-bf23-c5cf6e3b5872 2026-03-06 01:41:16.447 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 49c69bd6-37cc-4bc8-80d9-9f8068d12175 2026-03-06 01:41:16.768 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 4679e448-d62f-4ed1-a9d3-49d7cce74e76 2026-03-06 01:41:17.924 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port d85bc782-8bc2-4362-bf23-c5cf6e3b5872 2026-03-06 01:41:18.091 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 49c69bd6-37cc-4bc8-80d9-9f8068d12175 2026-03-06 01:41:18.251 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 4679e448-d62f-4ed1-a9d3-49d7cce74e76 2026-03-06 01:41:18.930 12 INFO neutron.plugins.ml2.plugin [None req-b800e40f-6078-4c76-b838-86ee58ba340a - - - - - -] Attempt 1 to provision port d85bc782-8bc2-4362-bf23-c5cf6e3b5872 2026-03-06 01:41:19.096 12 INFO neutron.plugins.ml2.plugin [None req-b800e40f-6078-4c76-b838-86ee58ba340a - - - - - -] Attempt 1 to provision port b566e7aa-5221-4953-bd8f-426bc71f2591 2026-03-06 01:41:19.124 12 INFO neutron.plugins.ml2.plugin [None req-b800e40f-6078-4c76-b838-86ee58ba340a - - - - - -] Attempt 1 to provision port 9d117eec-80e9-410c-a369-01d07cda5dc2 2026-03-06 01:41:20.001 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 0d3293c6-32b4-45ab-8968-b2ade168b042 2026-03-06 01:41:20.311 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port b5e4f046-ccb8-41ad-b5e0-988cabe6b243 2026-03-06 01:41:21.963 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 0d3293c6-32b4-45ab-8968-b2ade168b042 2026-03-06 01:41:22.217 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port b5e4f046-ccb8-41ad-b5e0-988cabe6b243 2026-03-06 01:41:24.488 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 6af41427-e47e-4168-88ba-3ec3c070ca73 2026-03-06 01:41:24.946 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c89a88ed-fb6a-44c1-bbaf-e3ef694272c0 2026-03-06 01:41:24.994 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-af32482f-0301-4c82-97d3-746bfe069bec'] response: {'server_uuid': '2f90d624-d773-48ea-bc0c-de021379f2f9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6af41427-e47e-4168-88ba-3ec3c070ca73', 'code': 200} 2026-03-06 01:41:26.018 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c89a88ed-fb6a-44c1-bbaf-e3ef694272c0 2026-03-06 01:41:26.216 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 6af41427-e47e-4168-88ba-3ec3c070ca73 2026-03-06 01:41:26.840 11 INFO neutron.plugins.ml2.plugin [None req-ae6881f5-5fc4-4e7b-b65a-f8ec9c09cbbb - - - - - -] Attempt 1 to provision port c89a88ed-fb6a-44c1-bbaf-e3ef694272c0 2026-03-06 01:41:26.913 11 INFO neutron.plugins.ml2.plugin [None req-ae6881f5-5fc4-4e7b-b65a-f8ec9c09cbbb - - - - - -] Attempt 1 to provision port b2587d79-d6f3-45d4-a41a-7843948aebe2 2026-03-06 01:41:26.947 11 INFO neutron.plugins.ml2.plugin [None req-ae6881f5-5fc4-4e7b-b65a-f8ec9c09cbbb - - - - - -] Attempt 1 to provision port 9d117eec-80e9-410c-a369-01d07cda5dc2 2026-03-06 01:41:29.952 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 7edbc741-d6f5-4551-b6f6-45d0ff8fd8e3 2026-03-06 01:41:33.089 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8d2ab3b4-0a69-4a05-ba8e-eeff2aa4f184 2026-03-06 01:41:33.189 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-71ba68df-ce7c-43c7-a5d5-9ae69fa30bf2'] response: {'server_uuid': '2131ccae-2fe6-423f-ae73-5ee7a4a09ffc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '8d2ab3b4-0a69-4a05-ba8e-eeff2aa4f184', 'code': 200} 2026-03-06 01:41:33.498 11 INFO neutron.plugins.ml2.plugin [None req-9314acc5-b049-4aff-9ea7-8aa76452dfe4 - - - - - -] Attempt 1 to provision port 7edbc741-d6f5-4551-b6f6-45d0ff8fd8e3 2026-03-06 01:41:33.532 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 0e08528e-4766-494e-a8b3-9bb139b28e83 2026-03-06 01:41:33.601 11 INFO neutron.plugins.ml2.plugin [None req-9314acc5-b049-4aff-9ea7-8aa76452dfe4 - - - - - -] Attempt 1 to provision port d85bc782-8bc2-4362-bf23-c5cf6e3b5872 2026-03-06 01:41:33.657 11 INFO neutron.plugins.ml2.plugin [None req-9314acc5-b049-4aff-9ea7-8aa76452dfe4 - - - - - -] Attempt 1 to provision port b566e7aa-5221-4953-bd8f-426bc71f2591 2026-03-06 01:41:33.679 11 INFO neutron.plugins.ml2.plugin [None req-9314acc5-b049-4aff-9ea7-8aa76452dfe4 - - - - - -] Attempt 1 to provision port 0e08528e-4766-494e-a8b3-9bb139b28e83 2026-03-06 01:41:33.734 11 INFO neutron.plugins.ml2.plugin [None req-9314acc5-b049-4aff-9ea7-8aa76452dfe4 - - - - - -] Attempt 1 to provision port d7357d0f-5e12-4344-a1f1-1c002a8ccdb4 2026-03-06 01:41:33.944 12 INFO neutron.plugins.ml2.plugin [None req-1c4a2bc9-83f9-47d3-b58b-d54a65491172 - - - - - -] Attempt 1 to provision port 7edbc741-d6f5-4551-b6f6-45d0ff8fd8e3 2026-03-06 01:41:35.232 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-c9dd15e3-aa6f-4d42-a4d4-a4dfbfc6478a'] response: {'server_uuid': '9ef94d67-6f51-4cf8-8a0a-6c2499ee9d8c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0e08528e-4766-494e-a8b3-9bb139b28e83', 'code': 200} 2026-03-06 01:41:36.060 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1031427e-1c0d-42ee-ad61-4615a5e1788c 2026-03-06 01:41:36.384 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8d2ab3b4-0a69-4a05-ba8e-eeff2aa4f184 2026-03-06 01:41:36.571 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 0e08528e-4766-494e-a8b3-9bb139b28e83 2026-03-06 01:41:37.273 12 INFO neutron.notifiers.nova [None req-76022f46-8881-46c3-afce-9bff93dc04a8 - - - - - -] Nova event matching ['req-ca2a304a-bfee-4a9a-a2f8-9b837b7bf167'] response: {'server_uuid': 'd775103f-0fde-42e4-842f-03159109654b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1031427e-1c0d-42ee-ad61-4615a5e1788c', 'code': 200} 2026-03-06 01:41:38.046 11 INFO neutron.plugins.ml2.plugin [None req-7a0af60c-2fdb-43e9-a2c0-ff21768dcfce - - - - - -] Attempt 1 to provision port 7edbc741-d6f5-4551-b6f6-45d0ff8fd8e3 2026-03-06 01:41:38.143 11 INFO neutron.plugins.ml2.plugin [None req-7a0af60c-2fdb-43e9-a2c0-ff21768dcfce - - - - - -] Attempt 1 to provision port 8d2ab3b4-0a69-4a05-ba8e-eeff2aa4f184 2026-03-06 01:41:38.229 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1031427e-1c0d-42ee-ad61-4615a5e1788c 2026-03-06 01:41:38.229 11 INFO neutron.plugins.ml2.plugin [None req-7a0af60c-2fdb-43e9-a2c0-ff21768dcfce - - - - - -] Attempt 1 to provision port c89a88ed-fb6a-44c1-bbaf-e3ef694272c0 2026-03-06 01:41:38.305 11 INFO neutron.plugins.ml2.plugin [None req-7a0af60c-2fdb-43e9-a2c0-ff21768dcfce - - - - - -] Attempt 1 to provision port d7357d0f-5e12-4344-a1f1-1c002a8ccdb4 2026-03-06 01:41:38.326 11 INFO neutron.plugins.ml2.plugin [None req-7a0af60c-2fdb-43e9-a2c0-ff21768dcfce - - - - - -] Attempt 1 to provision port 1031427e-1c0d-42ee-ad61-4615a5e1788c 2026-03-06 01:41:38.377 11 INFO neutron.plugins.ml2.plugin [None req-7a0af60c-2fdb-43e9-a2c0-ff21768dcfce - - - - - -] Attempt 1 to provision port b2587d79-d6f3-45d4-a41a-7843948aebe2 2026-03-06 01:41:42.205 12 INFO neutron.plugins.ml2.plugin [None req-fc5d85cd-b908-4b61-9baf-3f56950815c0 - - - - - -] Attempt 1 to provision port b566e7aa-5221-4953-bd8f-426bc71f2591 2026-03-06 01:41:42.229 12 INFO neutron.plugins.ml2.plugin [None req-fc5d85cd-b908-4b61-9baf-3f56950815c0 - - - - - -] Attempt 1 to provision port c3b3aa00-436a-4656-bc34-e8235fd3fbff 2026-03-06 01:41:42.255 12 INFO neutron.plugins.ml2.plugin [None req-fc5d85cd-b908-4b61-9baf-3f56950815c0 - - - - - -] Attempt 1 to provision port 1031427e-1c0d-42ee-ad61-4615a5e1788c 2026-03-06 01:41:42.304 12 INFO neutron.plugins.ml2.plugin [None req-fc5d85cd-b908-4b61-9baf-3f56950815c0 - - - - - -] Attempt 1 to provision port b2587d79-d6f3-45d4-a41a-7843948aebe2 2026-03-06 01:41:46.068 12 INFO neutron.plugins.ml2.plugin [None req-96b21400-acd3-4800-90a4-5add871db592 - - - - - -] Attempt 1 to provision port d7357d0f-5e12-4344-a1f1-1c002a8ccdb4 2026-03-06 01:41:46.094 12 INFO neutron.plugins.ml2.plugin [None req-96b21400-acd3-4800-90a4-5add871db592 - - - - - -] Attempt 1 to provision port f982b7c4-0bcb-4afb-934e-2833a25259c1 2026-03-06 01:41:46.117 12 INFO neutron.plugins.ml2.plugin [None req-96b21400-acd3-4800-90a4-5add871db592 - - - - - -] Attempt 1 to provision port b566e7aa-5221-4953-bd8f-426bc71f2591 2026-03-06 01:41:46.140 12 INFO neutron.plugins.ml2.plugin [None req-96b21400-acd3-4800-90a4-5add871db592 - - - - - -] Attempt 1 to provision port b2587d79-d6f3-45d4-a41a-7843948aebe2 2026-03-06 01:41:49.432 11 INFO neutron.plugins.ml2.plugin [None req-c6c61d0c-2a39-4672-981b-8207978751c3 - - - - - -] Attempt 1 to provision port d7357d0f-5e12-4344-a1f1-1c002a8ccdb4 2026-03-06 01:41:49.453 11 INFO neutron.plugins.ml2.plugin [None req-c6c61d0c-2a39-4672-981b-8207978751c3 - - - - - -] Attempt 1 to provision port 8d2ab3b4-0a69-4a05-ba8e-eeff2aa4f184 2026-03-06 01:41:49.503 11 INFO neutron.plugins.ml2.plugin [None req-c6c61d0c-2a39-4672-981b-8207978751c3 - - - - - -] Attempt 1 to provision port 34457b14-f87e-4a5b-b281-fab4a7ddbb64 2026-03-06 01:41:53.917 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port b2587d79-d6f3-45d4-a41a-7843948aebe2 2026-03-06 01:41:54.167 12 INFO neutron.plugins.ml2.plugin [None req-b042afc2-2037-4de3-b4ab-267c66c34e57 - - - - - -] Attempt 1 to provision port f982b7c4-0bcb-4afb-934e-2833a25259c1 2026-03-06 01:41:56.024 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port f87175bf-36ba-4cec-a841-0fd3030886f4 2026-03-06 01:41:56.385 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 34457b14-f87e-4a5b-b281-fab4a7ddbb64 2026-03-06 01:41:56.573 12 INFO neutron.plugins.ml2.plugin [None req-4caa0256-8b6d-4419-acc7-55f18ca76f75 - - - - - -] Attempt 1 to provision port f87175bf-36ba-4cec-a841-0fd3030886f4 2026-03-06 01:41:56.722 12 INFO neutron.plugins.ml2.plugin [None req-4caa0256-8b6d-4419-acc7-55f18ca76f75 - - - - - -] Attempt 1 to provision port b2587d79-d6f3-45d4-a41a-7843948aebe2 2026-03-06 01:41:56.972 12 INFO neutron.plugins.ml2.plugin [None req-4caa0256-8b6d-4419-acc7-55f18ca76f75 - - - - - -] Attempt 1 to provision port 08b8e9f2-c97b-4edb-a619-73e17fbba8ec 2026-03-06 01:41:57.356 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port f982b7c4-0bcb-4afb-934e-2833a25259c1 2026-03-06 01:41:58.139 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port f87175bf-36ba-4cec-a841-0fd3030886f4 2026-03-06 01:41:58.311 12 INFO neutron.plugins.ml2.plugin [None req-b77d3392-adda-460d-9601-b2ea113ca0af - - - - - -] Attempt 1 to provision port 08b8e9f2-c97b-4edb-a619-73e17fbba8ec 2026-03-06 01:41:58.509 12 INFO neutron.plugins.ml2.plugin [None req-b77d3392-adda-460d-9601-b2ea113ca0af - - - - - -] Attempt 1 to provision port 34457b14-f87e-4a5b-b281-fab4a7ddbb64 2026-03-06 01:41:58.640 12 INFO neutron.plugins.ml2.plugin [None req-b77d3392-adda-460d-9601-b2ea113ca0af - - - - - -] Attempt 1 to provision port d7357d0f-5e12-4344-a1f1-1c002a8ccdb4 2026-03-06 01:42:00.183 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port d7357d0f-5e12-4344-a1f1-1c002a8ccdb4 2026-03-06 01:42:00.531 11 INFO neutron.plugins.ml2.plugin [None req-f6749036-c37d-4611-811f-fe0daab8987c - - - - - -] Attempt 1 to provision port f87175bf-36ba-4cec-a841-0fd3030886f4 2026-03-06 01:42:00.582 11 INFO neutron.plugins.ml2.plugin [None req-f6749036-c37d-4611-811f-fe0daab8987c - - - - - -] Attempt 1 to provision port 88976694-931a-4f3f-89b8-9fe083c043e3 2026-03-06 01:42:00.606 11 INFO neutron.plugins.ml2.plugin [None req-f6749036-c37d-4611-811f-fe0daab8987c - - - - - -] Attempt 1 to provision port 5f9d50ca-b605-4701-8c97-ddf9fc379874 2026-03-06 01:42:03.273 12 INFO neutron.plugins.ml2.plugin [None req-02adeadd-fa9b-49eb-9783-d3d2fc0afe4c - - - - - -] Attempt 1 to provision port 88976694-931a-4f3f-89b8-9fe083c043e3 2026-03-06 01:42:06.393 12 INFO neutron.plugins.ml2.plugin [None req-4f1893f3-80c5-458c-a7f7-6956236d7b62 - - - - - -] Attempt 1 to provision port 8d2ab3b4-0a69-4a05-ba8e-eeff2aa4f184 2026-03-06 01:42:06.452 12 INFO neutron.plugins.ml2.plugin [None req-4f1893f3-80c5-458c-a7f7-6956236d7b62 - - - - - -] Attempt 1 to provision port 88976694-931a-4f3f-89b8-9fe083c043e3 2026-03-06 01:42:07.191 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 492e8286-0c8f-45c6-afc7-17a5a29c9129 2026-03-06 01:42:07.715 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-e8755ce4-094f-4168-887c-d9f0b1ea68c2'] response: {'server_uuid': 'a3552ad0-4b86-4fc1-9416-7c10fb9a2857', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '492e8286-0c8f-45c6-afc7-17a5a29c9129', 'code': 200} 2026-03-06 01:42:08.151 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8d2ab3b4-0a69-4a05-ba8e-eeff2aa4f184 2026-03-06 01:42:08.365 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 492e8286-0c8f-45c6-afc7-17a5a29c9129 2026-03-06 01:42:10.456 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-be2cb7ab-af0e-43ea-81a1-65ec678da103'] response: {'server_uuid': '2131ccae-2fe6-423f-ae73-5ee7a4a09ffc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '8d2ab3b4-0a69-4a05-ba8e-eeff2aa4f184', 'code': 200} 2026-03-06 01:42:12.203 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 5f9d50ca-b605-4701-8c97-ddf9fc379874 2026-03-06 01:42:12.996 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-8b663c86-55e8-45df-9129-68239152e493'] response: {'server_uuid': 'd775103f-0fde-42e4-842f-03159109654b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1031427e-1c0d-42ee-ad61-4615a5e1788c', 'code': 200} 2026-03-06 01:42:14.777 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1031427e-1c0d-42ee-ad61-4615a5e1788c 2026-03-06 01:42:14.879 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-58852fff-ae30-4ac0-95a7-3f7fa36803d1'] response: {'server_uuid': 'd775103f-0fde-42e4-842f-03159109654b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1031427e-1c0d-42ee-ad61-4615a5e1788c', 'code': 200} 2026-03-06 01:42:15.104 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 5f9d50ca-b605-4701-8c97-ddf9fc379874 2026-03-06 01:42:15.260 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 88976694-931a-4f3f-89b8-9fe083c043e3 2026-03-06 01:42:16.409 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1031427e-1c0d-42ee-ad61-4615a5e1788c 2026-03-06 01:42:16.593 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 88976694-931a-4f3f-89b8-9fe083c043e3 2026-03-06 01:42:26.110 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 11c6ab8b-3e6a-46f8-b1d5-03dc437711bd 2026-03-06 01:42:28.097 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 11c6ab8b-3e6a-46f8-b1d5-03dc437711bd 2026-03-06 01:42:30.105 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 6d3bc10f-aa41-4e81-b7c5-cb3e97ab7fe2 2026-03-06 01:42:30.207 11 INFO neutron.plugins.ml2.plugin [None req-89860298-69aa-4609-8a28-5a51e8504ac6 - - - - - -] Attempt 1 to provision port 6d3bc10f-aa41-4e81-b7c5-cb3e97ab7fe2 2026-03-06 01:42:30.258 11 INFO neutron.plugins.ml2.plugin [None req-89860298-69aa-4609-8a28-5a51e8504ac6 - - - - - -] Attempt 1 to provision port 6c997be6-1546-42d8-acec-bfe7b2e600ec 2026-03-06 01:42:32.172 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 6d3bc10f-aa41-4e81-b7c5-cb3e97ab7fe2 2026-03-06 01:42:35.681 11 INFO neutron.plugins.ml2.plugin [None req-4f3391f3-4221-4aba-9495-af9c6ca88470 - - - - - -] Attempt 1 to provision port 6d3bc10f-aa41-4e81-b7c5-cb3e97ab7fe2 2026-03-06 01:42:35.735 11 INFO neutron.plugins.ml2.plugin [None req-4f3391f3-4221-4aba-9495-af9c6ca88470 - - - - - -] Attempt 1 to provision port 6c997be6-1546-42d8-acec-bfe7b2e600ec 2026-03-06 01:42:36.654 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 367aab19-fc9f-4181-baa5-2dc22453ac03 2026-03-06 01:42:36.753 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-fa29d493-d651-48e5-ab58-44373f9e9c1b'] response: {'server_uuid': '1a7b3da8-9562-446b-9a17-295b25da440c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '367aab19-fc9f-4181-baa5-2dc22453ac03', 'code': 200} 2026-03-06 01:42:37.615 12 INFO neutron.plugins.ml2.plugin [None req-27267220-f914-4116-a638-dd5a48455675 - - - - - -] Attempt 1 to provision port 6c997be6-1546-42d8-acec-bfe7b2e600ec 2026-03-06 01:42:38.142 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 367aab19-fc9f-4181-baa5-2dc22453ac03 2026-03-06 01:42:39.506 12 INFO neutron.plugins.ml2.plugin [None req-32860e15-cb72-4258-b1af-2d62d0e5a5eb - - - - - -] Attempt 1 to provision port 1531a4f9-7884-4311-a59e-92bde7273fa0 2026-03-06 01:42:39.535 12 INFO neutron.plugins.ml2.plugin [None req-32860e15-cb72-4258-b1af-2d62d0e5a5eb - - - - - -] Attempt 1 to provision port 6c997be6-1546-42d8-acec-bfe7b2e600ec 2026-03-06 01:42:42.178 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1531a4f9-7884-4311-a59e-92bde7273fa0 2026-03-06 01:42:42.427 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 6c997be6-1546-42d8-acec-bfe7b2e600ec 2026-03-06 01:42:42.613 12 INFO neutron.plugins.ml2.plugin [None req-73bbb4d6-4ce3-4154-8f1f-7be40d72ac98 - - - - - -] Attempt 1 to provision port 367aab19-fc9f-4181-baa5-2dc22453ac03 2026-03-06 01:42:44.186 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1531a4f9-7884-4311-a59e-92bde7273fa0 2026-03-06 01:42:44.343 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 6c997be6-1546-42d8-acec-bfe7b2e600ec 2026-03-06 01:43:03.986 12 INFO neutron.plugins.ml2.plugin [None req-5b1abb4e-9ffe-4911-b32d-f376f61f1d8e - - - - - -] Attempt 1 to provision port 31655d80-39d8-4a9a-8bd4-5613ef7888fd 2026-03-06 01:43:06.140 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 72cffaac-ebbc-4f4b-ae30-83534b388de0 2026-03-06 01:43:06.454 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port f5f0d74c-b8a7-48e3-bfab-49ae3bb44391 2026-03-06 01:43:08.275 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 72cffaac-ebbc-4f4b-ae30-83534b388de0 2026-03-06 01:43:08.590 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 85b085ea-73bf-4d43-b610-49df60d8d78a 2026-03-06 01:43:08.937 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port f5f0d74c-b8a7-48e3-bfab-49ae3bb44391 2026-03-06 01:43:10.295 11 INFO neutron.plugins.ml2.plugin [None req-5852c0f3-d80e-4af5-9f9b-e522441442a3 - - - - - -] Attempt 1 to provision port f5f0d74c-b8a7-48e3-bfab-49ae3bb44391 2026-03-06 01:43:10.345 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 85b085ea-73bf-4d43-b610-49df60d8d78a 2026-03-06 01:43:10.350 11 INFO neutron.plugins.ml2.plugin [None req-5852c0f3-d80e-4af5-9f9b-e522441442a3 - - - - - -] Attempt 1 to provision port 4e16d6a1-ec61-4287-a48e-7381ee17445e 2026-03-06 01:43:10.383 11 INFO neutron.plugins.ml2.plugin [None req-5852c0f3-d80e-4af5-9f9b-e522441442a3 - - - - - -] Attempt 1 to provision port b807af74-f7ff-46eb-8d12-35758710bb0c 2026-03-06 01:43:10.584 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port b807af74-f7ff-46eb-8d12-35758710bb0c 2026-03-06 01:43:12.186 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port b807af74-f7ff-46eb-8d12-35758710bb0c 2026-03-06 01:43:14.436 12 INFO neutron.plugins.ml2.plugin [None req-174b3899-0075-4c33-ab0a-bf1b268e2a4c - - - - - -] Attempt 1 to provision port f5f0d74c-b8a7-48e3-bfab-49ae3bb44391 2026-03-06 01:43:14.485 12 INFO neutron.plugins.ml2.plugin [None req-174b3899-0075-4c33-ab0a-bf1b268e2a4c - - - - - -] Attempt 1 to provision port 4e16d6a1-ec61-4287-a48e-7381ee17445e 2026-03-06 01:43:14.505 12 INFO neutron.plugins.ml2.plugin [None req-174b3899-0075-4c33-ab0a-bf1b268e2a4c - - - - - -] Attempt 1 to provision port b807af74-f7ff-46eb-8d12-35758710bb0c 2026-03-06 01:43:14.550 12 INFO neutron.plugins.ml2.plugin [None req-174b3899-0075-4c33-ab0a-bf1b268e2a4c - - - - - -] Attempt 1 to provision port 2d939bf3-cc15-4ec8-a343-e023f06e31d0 2026-03-06 01:43:14.590 12 INFO neutron.plugins.ml2.plugin [None req-174b3899-0075-4c33-ab0a-bf1b268e2a4c - - - - - -] Attempt 1 to provision port 4904dd35-b513-43a9-a4d8-8c87ac89eba1 2026-03-06 01:43:18.096 11 INFO neutron.plugins.ml2.plugin [None req-9c7e108c-9551-48cb-9519-b148b95ebe0b - - - - - -] Attempt 1 to provision port 4904dd35-b513-43a9-a4d8-8c87ac89eba1 2026-03-06 01:43:18.120 11 INFO neutron.plugins.ml2.plugin [None req-9c7e108c-9551-48cb-9519-b148b95ebe0b - - - - - -] Attempt 1 to provision port 4e16d6a1-ec61-4287-a48e-7381ee17445e 2026-03-06 01:43:18.144 11 INFO neutron.plugins.ml2.plugin [None req-9c7e108c-9551-48cb-9519-b148b95ebe0b - - - - - -] Attempt 1 to provision port 989e13d4-4c96-40a1-b29d-13db41cd8d47 2026-03-06 01:43:20.723 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 84a0761c-cedd-47c9-acde-5369ed7b1f41 2026-03-06 01:43:20.823 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-0c4162e6-74ed-4374-a059-16d50213fe1f'] response: {'server_uuid': '09142859-617c-4bc1-946a-feb3a0e0696a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '84a0761c-cedd-47c9-acde-5369ed7b1f41', 'code': 200} 2026-03-06 01:43:22.147 11 INFO neutron.plugins.ml2.plugin [None req-a76b1516-8a70-4198-9e2c-f863394ef0f2 - - - - - -] Attempt 1 to provision port 4904dd35-b513-43a9-a4d8-8c87ac89eba1 2026-03-06 01:43:22.171 11 INFO neutron.plugins.ml2.plugin [None req-a76b1516-8a70-4198-9e2c-f863394ef0f2 - - - - - -] Attempt 1 to provision port 4e16d6a1-ec61-4287-a48e-7381ee17445e 2026-03-06 01:43:23.363 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 2d6b85fa-1827-4ca8-b8fa-ebcbce19a156 2026-03-06 01:43:23.471 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-3e4b1b84-edb1-43af-bdbe-6cc7da5ff036'] response: {'server_uuid': 'd5e59696-55b4-4066-91f1-7c665ef4e666', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2d6b85fa-1827-4ca8-b8fa-ebcbce19a156', 'code': 200} 2026-03-06 01:43:23.694 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 84a0761c-cedd-47c9-acde-5369ed7b1f41 2026-03-06 01:43:24.530 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 2d6b85fa-1827-4ca8-b8fa-ebcbce19a156 2026-03-06 01:43:24.664 12 INFO neutron.plugins.ml2.plugin [None req-384fa8f8-444d-4bc5-a5cd-af828b7b2389 - - - - - -] Attempt 1 to provision port 84a0761c-cedd-47c9-acde-5369ed7b1f41 2026-03-06 01:43:24.732 12 INFO neutron.plugins.ml2.plugin [None req-384fa8f8-444d-4bc5-a5cd-af828b7b2389 - - - - - -] Attempt 1 to provision port 2d6b85fa-1827-4ca8-b8fa-ebcbce19a156 2026-03-06 01:43:24.816 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 31655d80-39d8-4a9a-8bd4-5613ef7888fd 2026-03-06 01:43:25.165 11 INFO neutron.plugins.ml2.plugin [None req-cabf3db7-e437-4615-8066-71c052952bc1 - - - - - -] Attempt 1 to provision port 4e16d6a1-ec61-4287-a48e-7381ee17445e 2026-03-06 01:43:26.468 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 4904dd35-b513-43a9-a4d8-8c87ac89eba1 2026-03-06 01:43:26.769 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 2d939bf3-cc15-4ec8-a343-e023f06e31d0 2026-03-06 01:43:27.031 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 31655d80-39d8-4a9a-8bd4-5613ef7888fd 2026-03-06 01:43:27.162 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 4e16d6a1-ec61-4287-a48e-7381ee17445e 2026-03-06 01:43:28.442 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 4904dd35-b513-43a9-a4d8-8c87ac89eba1 2026-03-06 01:43:28.666 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 2d939bf3-cc15-4ec8-a343-e023f06e31d0 2026-03-06 01:43:46.513 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 25de5db0-cc6f-4e29-a5f1-6a0c12da9208 2026-03-06 01:43:48.613 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 671f690b-ef6f-4f88-854c-2efa1d9e2bb5 2026-03-06 01:43:48.963 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 25de5db0-cc6f-4e29-a5f1-6a0c12da9208 2026-03-06 01:43:50.545 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 671f690b-ef6f-4f88-854c-2efa1d9e2bb5 2026-03-06 01:43:50.812 11 INFO neutron.plugins.ml2.plugin [None req-2cc8f184-493e-46c3-adb7-1d9aab0b281e - - - - - -] Attempt 1 to provision port 25de5db0-cc6f-4e29-a5f1-6a0c12da9208 2026-03-06 01:44:03.059 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 67f63256-1519-4748-9c39-6ea9a1bb84e5 2026-03-06 01:44:03.196 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-5510a514-2f75-404f-8af2-9a66bbd09298'] response: {'server_uuid': 'fa37edda-f1d3-47ee-9023-b15ad35afe0e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '67f63256-1519-4748-9c39-6ea9a1bb84e5', 'code': 200} 2026-03-06 01:44:04.592 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 67f63256-1519-4748-9c39-6ea9a1bb84e5 2026-03-06 01:44:08.263 12 INFO neutron.plugins.ml2.plugin [None req-ac1fa4c9-5ae8-4861-bd79-8c620f82bc33 - - - - - -] Attempt 1 to provision port 67f63256-1519-4748-9c39-6ea9a1bb84e5 2026-03-06 01:44:20.539 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 2f8bd5f6-2a0e-4646-be0c-dd363242b046 2026-03-06 01:44:21.052 12 INFO neutron.plugins.ml2.plugin [None req-522c3b14-b0fb-4f1d-acce-86731faac27c - - - - - -] Attempt 1 to provision port 2f8bd5f6-2a0e-4646-be0c-dd363242b046 2026-03-06 01:44:22.560 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 2f8bd5f6-2a0e-4646-be0c-dd363242b046 2026-03-06 01:44:22.768 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1a0fd77b-ad3e-445a-b691-9f15624489ff 2026-03-06 01:44:24.086 12 INFO neutron.plugins.ml2.plugin [None req-f0374228-59da-46b6-8d74-c8e2f7cd469b - - - - - -] Attempt 1 to provision port 2f8bd5f6-2a0e-4646-be0c-dd363242b046 2026-03-06 01:44:24.147 12 INFO neutron.plugins.ml2.plugin [None req-f0374228-59da-46b6-8d74-c8e2f7cd469b - - - - - -] Attempt 1 to provision port 7468dc7d-ea43-4039-bb35-ae774468ba33 2026-03-06 01:44:24.171 12 INFO neutron.plugins.ml2.plugin [None req-f0374228-59da-46b6-8d74-c8e2f7cd469b - - - - - -] Attempt 1 to provision port 8f187308-a526-416a-a6b3-a276aa99b61d 2026-03-06 01:44:24.619 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 1a0fd77b-ad3e-445a-b691-9f15624489ff 2026-03-06 01:44:26.777 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port f914da13-6deb-4748-8994-222ced721d7d 2026-03-06 01:44:28.591 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port d3af25d7-92a3-49b3-bd67-33389a8f2dfd 2026-03-06 01:44:29.042 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port f914da13-6deb-4748-8994-222ced721d7d 2026-03-06 01:44:29.889 12 INFO neutron.plugins.ml2.plugin [None req-7114c941-1d4c-4e49-ad38-3782e61fdc69 - - - - - -] Attempt 1 to provision port f914da13-6deb-4748-8994-222ced721d7d 2026-03-06 01:44:29.953 12 INFO neutron.plugins.ml2.plugin [None req-7114c941-1d4c-4e49-ad38-3782e61fdc69 - - - - - -] Attempt 1 to provision port 7468dc7d-ea43-4039-bb35-ae774468ba33 2026-03-06 01:44:30.007 12 INFO neutron.plugins.ml2.plugin [None req-7114c941-1d4c-4e49-ad38-3782e61fdc69 - - - - - -] Attempt 1 to provision port 8818f91d-1a63-4ca2-8729-cfcd09a30ecf 2026-03-06 01:44:30.599 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port d3af25d7-92a3-49b3-bd67-33389a8f2dfd 2026-03-06 01:44:33.991 12 INFO neutron.plugins.ml2.plugin [None req-6a6f2bee-702a-4c96-b015-2bfb03266b23 - - - - - -] Attempt 1 to provision port f914da13-6deb-4748-8994-222ced721d7d 2026-03-06 01:44:34.065 12 INFO neutron.plugins.ml2.plugin [None req-6a6f2bee-702a-4c96-b015-2bfb03266b23 - - - - - -] Attempt 1 to provision port 5fc30e76-3034-4340-b517-e292d6b79dd3 2026-03-06 01:44:34.094 12 INFO neutron.plugins.ml2.plugin [None req-6a6f2bee-702a-4c96-b015-2bfb03266b23 - - - - - -] Attempt 1 to provision port 7468dc7d-ea43-4039-bb35-ae774468ba33 2026-03-06 01:44:35.204 12 INFO neutron.plugins.ml2.plugin [None req-ae500566-2699-40f2-868e-9b7115a428ef - - - - - -] Attempt 1 to provision port 5fc30e76-3034-4340-b517-e292d6b79dd3 2026-03-06 01:44:36.479 12 INFO neutron.plugins.ml2.plugin [None req-55ce60b2-6d4e-4b11-bc98-1510c08ff606 - - - - - -] Attempt 1 to provision port 5fc30e76-3034-4340-b517-e292d6b79dd3 2026-03-06 01:44:41.578 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port dd73180b-27e3-4e36-995e-025b7eb17118 2026-03-06 01:44:41.726 11 INFO neutron.notifiers.nova [None req-12935dd4-7e7a-4fa5-8333-2eb421352568 - - - - - -] Nova event matching ['req-050381a5-6602-4984-b29c-2102d16dbd05'] response: {'server_uuid': 'e6c46b37-fcc6-49a4-bacf-f3f0a2180737', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dd73180b-27e3-4e36-995e-025b7eb17118', 'code': 200} 2026-03-06 01:44:42.835 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8f187308-a526-416a-a6b3-a276aa99b61d 2026-03-06 01:44:43.194 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port dd73180b-27e3-4e36-995e-025b7eb17118 2026-03-06 01:44:43.416 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 7468dc7d-ea43-4039-bb35-ae774468ba33 2026-03-06 01:44:44.554 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8f187308-a526-416a-a6b3-a276aa99b61d 2026-03-06 01:44:44.714 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8818f91d-1a63-4ca2-8729-cfcd09a30ecf 2026-03-06 01:44:44.951 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 5fc30e76-3034-4340-b517-e292d6b79dd3 2026-03-06 01:44:45.222 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 7468dc7d-ea43-4039-bb35-ae774468ba33 2026-03-06 01:44:46.571 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 5fc30e76-3034-4340-b517-e292d6b79dd3 2026-03-06 01:44:46.753 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8818f91d-1a63-4ca2-8729-cfcd09a30ecf 2026-03-06 01:45:00.756 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-0020235f-3645-4b6b-872c-99a0bfba87a9'] response: {'server_uuid': 'e6c46b37-fcc6-49a4-bacf-f3f0a2180737', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'dd73180b-27e3-4e36-995e-025b7eb17118', 'code': 200} 2026-03-06 01:45:18.343 12 INFO neutron.plugins.ml2.plugin [None req-62858139-e991-474c-a3e6-10e050aa0626 - - - - - -] Attempt 1 to provision port c24bd39b-6fb6-456e-85a3-eeb014eab613 2026-03-06 01:45:18.530 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c24bd39b-6fb6-456e-85a3-eeb014eab613 2026-03-06 01:45:48.565 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port a28a524d-4c3d-4483-b12e-7ffe099d79de 2026-03-06 01:45:49.165 12 INFO neutron.plugins.ml2.plugin [None req-d4ff9fb0-3655-4cda-9e5a-afbac2cb7fdd - - - - - -] Attempt 1 to provision port a28a524d-4c3d-4483-b12e-7ffe099d79de 2026-03-06 01:45:50.552 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port a28a524d-4c3d-4483-b12e-7ffe099d79de 2026-03-06 01:45:52.589 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 848f82ab-8968-4b93-98f4-a6a00579eb74 2026-03-06 01:45:52.917 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c3f13c5f-e4e4-4c25-ad3d-78e72e9e02aa 2026-03-06 01:45:54.576 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 848f82ab-8968-4b93-98f4-a6a00579eb74 2026-03-06 01:45:54.802 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c3f13c5f-e4e4-4c25-ad3d-78e72e9e02aa 2026-03-06 01:45:56.569 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8371df92-6b57-4204-b15e-50eeab2eca75 2026-03-06 01:45:58.671 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 8371df92-6b57-4204-b15e-50eeab2eca75 2026-03-06 01:46:00.657 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port a28a524d-4c3d-4483-b12e-7ffe099d79de 2026-03-06 01:46:01.529 12 INFO neutron.plugins.ml2.plugin [None req-ca755a32-2354-44e8-b391-fa1bf7d52423 - - - - - -] Attempt 1 to provision port c3f13c5f-e4e4-4c25-ad3d-78e72e9e02aa 2026-03-06 01:46:01.579 12 INFO neutron.plugins.ml2.plugin [None req-ca755a32-2354-44e8-b391-fa1bf7d52423 - - - - - -] Attempt 1 to provision port a28a524d-4c3d-4483-b12e-7ffe099d79de 2026-03-06 01:46:01.630 12 INFO neutron.plugins.ml2.plugin [None req-ca755a32-2354-44e8-b391-fa1bf7d52423 - - - - - -] Attempt 1 to provision port 8371df92-6b57-4204-b15e-50eeab2eca75 2026-03-06 01:46:01.678 12 INFO neutron.plugins.ml2.plugin [None req-ca755a32-2354-44e8-b391-fa1bf7d52423 - - - - - -] Attempt 1 to provision port 60a7a918-de63-497a-a57d-74e113a4bf2a 2026-03-06 01:46:01.699 12 INFO neutron.plugins.ml2.plugin [None req-ca755a32-2354-44e8-b391-fa1bf7d52423 - - - - - -] Attempt 1 to provision port 7bb467ba-95ad-4586-be04-e929a0e5df9c 2026-03-06 01:46:01.721 12 INFO neutron.plugins.ml2.plugin [None req-ca755a32-2354-44e8-b391-fa1bf7d52423 - - - - - -] Attempt 1 to provision port fff673a1-61b9-4ca9-96ad-798fc8ad70d3 2026-03-06 01:46:06.628 11 INFO neutron.plugins.ml2.plugin [None req-a8262e0a-d8a6-4424-adf8-93527d0b564a - - - - - -] Attempt 1 to provision port c3f13c5f-e4e4-4c25-ad3d-78e72e9e02aa 2026-03-06 01:46:06.680 11 INFO neutron.plugins.ml2.plugin [None req-a8262e0a-d8a6-4424-adf8-93527d0b564a - - - - - -] Attempt 1 to provision port 6ba5c802-d9bf-4f30-936c-204caf222cab 2026-03-06 01:46:06.700 11 INFO neutron.plugins.ml2.plugin [None req-a8262e0a-d8a6-4424-adf8-93527d0b564a - - - - - -] Attempt 1 to provision port 60a7a918-de63-497a-a57d-74e113a4bf2a 2026-03-06 01:46:06.722 11 INFO neutron.plugins.ml2.plugin [None req-a8262e0a-d8a6-4424-adf8-93527d0b564a - - - - - -] Attempt 1 to provision port 8371df92-6b57-4204-b15e-50eeab2eca75 2026-03-06 01:46:06.777 11 INFO neutron.plugins.ml2.plugin [None req-a8262e0a-d8a6-4424-adf8-93527d0b564a - - - - - -] Attempt 1 to provision port 7bb467ba-95ad-4586-be04-e929a0e5df9c 2026-03-06 01:46:06.809 11 INFO neutron.plugins.ml2.plugin [None req-a8262e0a-d8a6-4424-adf8-93527d0b564a - - - - - -] Attempt 1 to provision port a28a524d-4c3d-4483-b12e-7ffe099d79de 2026-03-06 01:46:07.107 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c1e99b29-b0fd-47cd-999d-9eed59c228b7 2026-03-06 01:46:07.208 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-fff7f13e-75f9-46bd-9527-22b85b84112d'] response: {'server_uuid': 'e3288c37-24d0-40ad-98d0-95946adfdd60', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c1e99b29-b0fd-47cd-999d-9eed59c228b7', 'code': 200} 2026-03-06 01:46:08.612 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c1e99b29-b0fd-47cd-999d-9eed59c228b7 2026-03-06 01:46:10.625 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 7bb467ba-95ad-4586-be04-e929a0e5df9c 2026-03-06 01:46:10.806 12 INFO neutron.plugins.ml2.plugin [None req-b565a389-2392-4354-952c-7718c4d42b0f - - - - - -] Attempt 1 to provision port c3f13c5f-e4e4-4c25-ad3d-78e72e9e02aa 2026-03-06 01:46:10.873 12 INFO neutron.plugins.ml2.plugin [None req-b565a389-2392-4354-952c-7718c4d42b0f - - - - - -] Attempt 1 to provision port 6ba5c802-d9bf-4f30-936c-204caf222cab 2026-03-06 01:46:10.962 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 60a7a918-de63-497a-a57d-74e113a4bf2a 2026-03-06 01:46:11.006 12 INFO neutron.plugins.ml2.plugin [None req-b565a389-2392-4354-952c-7718c4d42b0f - - - - - -] Attempt 1 to provision port 60a7a918-de63-497a-a57d-74e113a4bf2a 2026-03-06 01:46:11.206 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 6ba5c802-d9bf-4f30-936c-204caf222cab 2026-03-06 01:46:11.389 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port fff673a1-61b9-4ca9-96ad-798fc8ad70d3 2026-03-06 01:46:11.618 12 INFO neutron.plugins.ml2.plugin [None req-b565a389-2392-4354-952c-7718c4d42b0f - - - - - -] Attempt 1 to provision port 8371df92-6b57-4204-b15e-50eeab2eca75 2026-03-06 01:46:11.660 12 INFO neutron.plugins.ml2.plugin [None req-b565a389-2392-4354-952c-7718c4d42b0f - - - - - -] Attempt 1 to provision port c1e99b29-b0fd-47cd-999d-9eed59c228b7 2026-03-06 01:46:11.710 12 INFO neutron.plugins.ml2.plugin [None req-b565a389-2392-4354-952c-7718c4d42b0f - - - - - -] Attempt 1 to provision port 7bb467ba-95ad-4586-be04-e929a0e5df9c 2026-03-06 01:46:12.583 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 7bb467ba-95ad-4586-be04-e929a0e5df9c 2026-03-06 01:46:12.776 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 60a7a918-de63-497a-a57d-74e113a4bf2a 2026-03-06 01:46:12.945 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 6ba5c802-d9bf-4f30-936c-204caf222cab 2026-03-06 01:46:13.256 12 INFO neutron.plugins.ml2.plugin [None req-a87ffa6c-5998-4899-a044-7a2f7ddc18ef - - - - - -] Attempt 1 to provision port fff673a1-61b9-4ca9-96ad-798fc8ad70d3 2026-03-06 01:46:14.358 11 INFO neutron.plugins.ml2.plugin [None req-a537d888-6752-4483-8f6b-0093b38530aa - - - - - -] Attempt 1 to provision port 60a7a918-de63-497a-a57d-74e113a4bf2a 2026-03-06 01:46:14.405 11 INFO neutron.plugins.ml2.plugin [None req-a537d888-6752-4483-8f6b-0093b38530aa - - - - - -] Attempt 1 to provision port 7bb467ba-95ad-4586-be04-e929a0e5df9c 2026-03-06 01:46:14.452 11 INFO neutron.plugins.ml2.plugin [None req-a537d888-6752-4483-8f6b-0093b38530aa - - - - - -] Attempt 1 to provision port 6ba5c802-d9bf-4f30-936c-204caf222cab 2026-03-06 01:46:16.624 11 INFO neutron.plugins.ml2.plugin [None req-a9003867-e369-44e3-bf58-fa8d16a845d2 - - - - - -] Attempt 1 to provision port 7bb467ba-95ad-4586-be04-e929a0e5df9c 2026-03-06 01:46:16.674 11 INFO neutron.plugins.ml2.plugin [None req-a9003867-e369-44e3-bf58-fa8d16a845d2 - - - - - -] Attempt 1 to provision port 6ba5c802-d9bf-4f30-936c-204caf222cab 2026-03-06 01:46:17.951 12 INFO neutron.plugins.ml2.plugin [None req-c840bb38-57a7-4043-ba6e-049146d4a0e0 - - - - - -] Attempt 1 to provision port c1e99b29-b0fd-47cd-999d-9eed59c228b7 2026-03-06 01:46:22.615 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c0a4a202-5a98-4ddf-90e0-b3e49e96c7f3 2026-03-06 01:46:22.715 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-f73ee700-a289-4e7a-9820-4bee3b0b9129'] response: {'server_uuid': '1794b495-66a2-48d3-9eeb-3bd6698a02e2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c0a4a202-5a98-4ddf-90e0-b3e49e96c7f3', 'code': 200} 2026-03-06 01:46:24.597 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port c0a4a202-5a98-4ddf-90e0-b3e49e96c7f3 2026-03-06 01:46:55.756 12 INFO neutron.plugins.ml2.plugin [None req-a200d731-62f6-4ce0-bbf1-e5b69cc2a7d4 - - - - - -] Attempt 1 to provision port 97394aa2-39ed-451f-ad89-7c054a974ffa 2026-03-06 01:47:17.155 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 89dc3435-cdab-4bbf-ae08-4f2fe093d6d4 2026-03-06 01:47:17.358 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-5708d341-188e-4de7-bc8d-3b879055f386'] response: {'server_uuid': '6f321c18-4f4f-40fb-ae62-87a6ce5a8404', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '89dc3435-cdab-4bbf-ae08-4f2fe093d6d4', 'code': 200} 2026-03-06 01:47:18.616 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 89dc3435-cdab-4bbf-ae08-4f2fe093d6d4 2026-03-06 01:47:57.248 11 INFO neutron.plugins.ml2.plugin [None req-af882dab-eec1-408a-b779-85cd4e0e803c - - - - - -] Attempt 1 to provision port 24d59d4a-fd76-402f-9e5e-0da76d47ed5b 2026-03-06 01:48:02.694 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 24d59d4a-fd76-402f-9e5e-0da76d47ed5b 2026-03-06 01:48:02.782 12 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-a7bddaf3-2753-44fa-881a-4a745e2f2f5d'] response: {'server_uuid': '6f321c18-4f4f-40fb-ae62-87a6ce5a8404', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '24d59d4a-fd76-402f-9e5e-0da76d47ed5b', 'code': 200} 2026-03-06 01:48:04.655 11 INFO neutron.plugins.ml2.plugin [None req-145e858a-c79d-4b64-b323-4ed329297a6a - - - - - -] Attempt 1 to provision port 24d59d4a-fd76-402f-9e5e-0da76d47ed5b 2026-03-06 01:48:07.190 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 24d59d4a-fd76-402f-9e5e-0da76d47ed5b 2026-03-06 01:48:31.057 11 INFO neutron.plugins.ml2.plugin [None req-955768c5-a1d5-4d91-939b-6a7f0dbafdae - - - - - -] Attempt 1 to provision port 13fcef25-bc48-45b2-9bc7-be1899d410ae 2026-03-06 01:48:38.245 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 13fcef25-bc48-45b2-9bc7-be1899d410ae 2026-03-06 01:48:38.387 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-627d0bdb-c366-452c-925a-bddc0476b7e5'] response: {'server_uuid': '6f321c18-4f4f-40fb-ae62-87a6ce5a8404', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '13fcef25-bc48-45b2-9bc7-be1899d410ae', 'code': 200} 2026-03-06 01:48:38.835 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 13fcef25-bc48-45b2-9bc7-be1899d410ae 2026-03-06 01:48:52.079 12 INFO neutron.plugins.ml2.plugin [None req-fb4b7049-cc30-4ebf-80f9-2fd860687276 - - - - - -] Attempt 1 to provision port b9a11fe6-ea01-4fe2-8a3e-cea685957d9c 2026-03-06 01:48:58.883 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port b9a11fe6-ea01-4fe2-8a3e-cea685957d9c 2026-03-06 01:48:58.969 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-5b344005-d46a-43a4-ac5c-10300306fa81'] response: {'server_uuid': '6f321c18-4f4f-40fb-ae62-87a6ce5a8404', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b9a11fe6-ea01-4fe2-8a3e-cea685957d9c', 'code': 200} 2026-03-06 01:49:00.834 12 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port b9a11fe6-ea01-4fe2-8a3e-cea685957d9c 2026-03-06 01:49:01.818 12 INFO neutron.plugins.ml2.plugin [None req-944d5ecf-4f57-4638-b3c8-c07f809ad482 - - - - - -] Attempt 1 to provision port 13fcef25-bc48-45b2-9bc7-be1899d410ae 2026-03-06 01:49:02.908 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 13fcef25-bc48-45b2-9bc7-be1899d410ae 2026-03-06 01:49:16.207 11 INFO neutron.plugins.ml2.plugin [None req-511e7e0f-21ec-4343-9300-d3905eb936cb - - - - - -] Attempt 1 to provision port b9a11fe6-ea01-4fe2-8a3e-cea685957d9c 2026-03-06 01:49:16.938 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port b9a11fe6-ea01-4fe2-8a3e-cea685957d9c 2026-03-06 01:49:17.629 12 INFO neutron.plugins.ml2.plugin [None req-585310e7-241b-4148-b89c-ff3e5e82ee15 - - - - - -] Attempt 1 to provision port b9a11fe6-ea01-4fe2-8a3e-cea685957d9c 2026-03-06 01:49:26.432 12 INFO neutron.plugins.ml2.plugin [None req-d79f8b5c-d9c9-4ffd-b509-947940258502 - - - - - -] Attempt 1 to provision port 13fcef25-bc48-45b2-9bc7-be1899d410ae 2026-03-06 01:49:26.925 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Attempt 1 to provision port 13fcef25-bc48-45b2-9bc7-be1899d410ae 2026-03-06 01:49:59.066 11 INFO neutron.notifiers.nova [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] Nova event matching ['req-0f1d8a67-821c-48a4-a2ea-e4ab3a222a9f'] response: {'server_uuid': '1794b495-66a2-48d3-9eeb-3bd6698a02e2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c0a4a202-5a98-4ddf-90e0-b3e49e96c7f3', 'code': 200} 2026-03-06 01:49:59.148 11 INFO neutron.plugins.ml2.plugin [None req-48747915-90a4-4595-896a-559a9fd7512a - - - - - -] No ports have port_id starting with c0a4a202-5a98-4ddf-90e0-b3e49e96c7f3