+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-16 01:07:56.313 1 INFO neutron.common.config [-] Logging enabled! 2026-06-16 01:07:56.313 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev31 2026-06-16 01:07:56.313 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-06-16 01:07:56.313 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-16 01:07:57.285 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:07:57.287 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-16 01:07:57.290 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-16 01:07:57.291 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-16 01:07:57.291 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-16 01:07:57.291 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-16 01:07:57.291 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:07:57.299 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:07:57.299 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-16 01:07:57.299 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:07:57.318 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-16 01:07:57.319 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-16 01:07:57.319 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-16 01:07:57.357 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-16 01:07:57.357 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-16 01:07:57.357 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-16 01:07:57.357 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-16 01:07:57.671 1 INFO neutron.plugins.ml2.managers [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] Initializing driver for type 'vlan' 2026-06-16 01:07:57.887 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] VlanTypeDriver initialization complete 2026-06-16 01:07:57.887 1 INFO neutron.plugins.ml2.managers [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] Initializing driver for type 'vxlan' 2026-06-16 01:07:57.888 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-16 01:07:57.937 1 INFO neutron.plugins.ml2.managers [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-16 01:07:57.937 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-16 01:07:57.938 1 INFO neutron.plugins.ml2.managers [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] Initializing extension driver 'port_security' 2026-06-16 01:07:57.938 1 INFO neutron.plugins.ml2.extensions.port_security [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-16 01:07:57.938 1 INFO neutron.plugins.ml2.managers [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] Initializing extension driver 'qos' 2026-06-16 01:07:57.939 1 INFO neutron.plugins.ml2.managers [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-16 01:07:57.939 1 INFO neutron.plugins.ml2.managers [None req-7e1085d6-a898-4ee1-b3e9-d072588adb88 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-16 01:07:57.954 1 INFO neutron.quota [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded quota_driver: . 2026-06-16 01:07:57.955 1 INFO neutron.plugins.ml2.plugin [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Modular L2 Plugin initialization complete 2026-06-16 01:07:57.955 1 INFO neutron.plugins.ml2.managers [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-16 01:07:57.955 1 INFO neutron.plugins.ml2.managers [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-16 01:07:57.955 1 INFO neutron.plugins.ml2.managers [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Got port-security extension from driver 'port_security' 2026-06-16 01:07:57.956 1 INFO neutron.extensions.vlantransparent [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Disabled vlantransparent extension. 2026-06-16 01:07:57.956 1 INFO neutron.extensions.qinq [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Disabled VLAN QinQ extension. 2026-06-16 01:07:57.956 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: qos 2026-06-16 01:07:57.971 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: router 2026-06-16 01:07:58.012 1 INFO neutron.services.service_base [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-16 01:07:58.012 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: segments 2026-06-16 01:07:58.087 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: trunk 2026-06-16 01:07:58.099 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: vpnaas 2026-06-16 01:07:58.135 1 WARNING stevedore.named [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-16 01:07:58.135 1 WARNING stevedore.named [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:07:58.354 1 INFO neutron_vpnaas.services.vpn.plugin [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-16 01:07:58.355 1 INFO neutron.common.utils [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-16 01:07:58.355 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: taas 2026-06-16 01:07:58.376 1 WARNING stevedore.named [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:07:58.405 1 INFO neutron_taas.services.taas.taas_plugin [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:07:58.406 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: tapmirror 2026-06-16 01:07:58.415 1 WARNING stevedore.named [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-16 01:07:58.431 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-16 01:07:58.432 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: auto_allocate 2026-06-16 01:07:58.440 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: tag 2026-06-16 01:07:58.449 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: timestamp 2026-06-16 01:07:58.452 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: network_ip_availability 2026-06-16 01:07:58.455 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: flavors 2026-06-16 01:07:58.457 1 INFO neutron.manager [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loading Plugin: revisions 2026-06-16 01:07:58.460 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Initializing extension manager. 2026-06-16 01:07:58.461 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: address-group 2026-06-16 01:07:58.462 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: address-scope 2026-06-16 01:07:58.463 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-16 01:07:58.464 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: agent 2026-06-16 01:07:58.464 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: agent-resources-synced 2026-06-16 01:07:58.465 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: allowed-address-pairs 2026-06-16 01:07:58.466 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: auto-allocated-topology 2026-06-16 01:07:58.466 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: availability_zone 2026-06-16 01:07:58.467 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: availability_zone_filter 2026-06-16 01:07:58.467 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-16 01:07:58.468 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: default-subnetpools 2026-06-16 01:07:58.469 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-16 01:07:58.469 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: dns-integration 2026-06-16 01:07:58.470 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: dns-domain-ports 2026-06-16 01:07:58.470 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-16 01:07:58.471 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: dvr 2026-06-16 01:07:58.471 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-16 01:07:58.472 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: empty-string-filtering 2026-06-16 01:07:58.472 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:07:58.473 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-16 01:07:58.473 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: external-net 2026-06-16 01:07:58.473 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-16 01:07:58.474 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: extraroute 2026-06-16 01:07:58.475 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: extraroute-atomic 2026-06-16 01:07:58.475 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-16 01:07:58.476 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-16 01:07:58.476 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-16 01:07:58.477 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-16 01:07:58.477 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: fip-port-details 2026-06-16 01:07:58.478 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: flavors 2026-06-16 01:07:58.479 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-16 01:07:58.479 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: floatingip-pools 2026-06-16 01:07:58.480 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: ip_allocation 2026-06-16 01:07:58.480 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: ip-substring-filtering 2026-06-16 01:07:58.481 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: l2_adjacency 2026-06-16 01:07:58.482 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: router 2026-06-16 01:07:58.483 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-16 01:07:58.484 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-16 01:07:58.485 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-16 01:07:58.485 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: ext-gw-mode 2026-06-16 01:07:58.485 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: l3-ha 2026-06-16 01:07:58.486 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:07:58.486 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-16 01:07:58.487 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: l3-flavors 2026-06-16 01:07:58.488 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-16 01:07:58.488 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-16 01:07:58.490 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-16 01:07:58.491 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-16 01:07:58.492 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-16 01:07:58.493 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-16 01:07:58.493 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-16 01:07:58.494 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: multi-provider 2026-06-16 01:07:58.494 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: net-mtu 2026-06-16 01:07:58.495 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: net-mtu-writable 2026-06-16 01:07:58.495 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: network_availability_zone 2026-06-16 01:07:58.496 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: network_ha 2026-06-16 01:07:58.496 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: network-ip-availability 2026-06-16 01:07:58.497 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-16 01:07:58.498 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: pagination 2026-06-16 01:07:58.498 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-device-profile 2026-06-16 01:07:58.499 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-16 01:07:58.499 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-16 01:07:58.500 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-16 01:07:58.500 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-mac-override 2026-06-16 01:07:58.500 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-16 01:07:58.501 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-16 01:07:58.501 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-16 01:07:58.502 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-resource-request 2026-06-16 01:07:58.502 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-resource-request-groups 2026-06-16 01:07:58.503 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-16 01:07:58.503 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: binding 2026-06-16 01:07:58.504 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: binding-extended 2026-06-16 01:07:58.504 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-security 2026-06-16 01:07:58.505 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: project-id 2026-06-16 01:07:58.505 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: provider 2026-06-16 01:07:58.506 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-16 01:07:58.507 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos 2026-06-16 01:07:58.508 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-16 01:07:58.509 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-16 01:07:58.509 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-default 2026-06-16 01:07:58.510 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-fip 2026-06-16 01:07:58.510 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-16 01:07:58.510 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-gateway-ip 2026-06-16 01:07:58.511 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-port-network-policy 2026-06-16 01:07:58.511 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-pps-minimum 2026-06-16 01:07:58.512 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-16 01:07:58.513 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-pps 2026-06-16 01:07:58.513 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-rule-type-details 2026-06-16 01:07:58.514 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-16 01:07:58.514 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: qos-rules-alias 2026-06-16 01:07:58.514 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: quota-check-limit 2026-06-16 01:07:58.515 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: quota-check-limit-default 2026-06-16 01:07:58.517 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: quotas 2026-06-16 01:07:58.519 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: quota_details 2026-06-16 01:07:58.521 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: rbac-policies 2026-06-16 01:07:58.521 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: rbac-address-group 2026-06-16 01:07:58.522 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: rbac-address-scope 2026-06-16 01:07:58.522 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: rbac-security-groups 2026-06-16 01:07:58.522 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: rbac-subnetpool 2026-06-16 01:07:58.523 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: revision-if-match 2026-06-16 01:07:58.524 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: standard-attr-revisions 2026-06-16 01:07:58.524 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: router_availability_zone 2026-06-16 01:07:58.524 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-16 01:07:58.526 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: security-groups-default-rules 2026-06-16 01:07:58.526 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-16 01:07:58.527 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-16 01:07:58.527 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-16 01:07:58.528 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-16 01:07:58.528 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-16 01:07:58.532 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: security-group 2026-06-16 01:07:58.533 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: segment 2026-06-16 01:07:58.533 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-16 01:07:58.533 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: service-type 2026-06-16 01:07:58.534 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: sorting 2026-06-16 01:07:58.534 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: standard-attr-segment 2026-06-16 01:07:58.535 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: standard-attr-description 2026-06-16 01:07:58.535 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: stateful-security-group 2026-06-16 01:07:58.536 1 WARNING neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-16 01:07:58.536 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-16 01:07:58.537 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: subnet-external-network 2026-06-16 01:07:58.537 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: subnet_onboard 2026-06-16 01:07:58.538 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-16 01:07:58.538 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: subnet-service-types 2026-06-16 01:07:58.538 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: subnet_allocation 2026-06-16 01:07:58.539 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-16 01:07:58.540 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: tag-creation 2026-06-16 01:07:58.540 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-16 01:07:58.543 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: standard-attr-tag 2026-06-16 01:07:58.544 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-16 01:07:58.545 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: trunk 2026-06-16 01:07:58.545 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: trunk-details 2026-06-16 01:07:58.545 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-16 01:07:58.546 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-16 01:07:58.546 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-16 01:07:58.547 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-16 01:07:58.549 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-16 01:07:58.549 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-16 01:07:58.550 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: vpn-flavors 2026-06-16 01:07:58.552 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: vpnaas 2026-06-16 01:07:58.553 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: taas 2026-06-16 01:07:58.554 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: tap-mirror 2026-06-16 01:07:58.554 1 INFO neutron.api.extensions [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Loaded extension: taas-vlan-filter 2026-06-16 01:07:58.557 1 INFO oslo_service.backend.eventlet.service [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Starting 2 workers 2026-06-16 01:07:58.563 1 INFO oslo_service.backend.eventlet.service [None req-c457e85a-e7af-49ca-bdba-c5c199fa1b9e - - - - - -] Starting 1 workers 2026-06-16 01:08:33.343 11 INFO neutron.db.l3_hamode_db [None req-f23e33e3-8c10-472d-9508-129c7a664e46 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-16 01:08:51.717 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port c7982f86-c2f0-4677-8fb9-31d34c431176 2026-06-16 01:08:52.783 12 INFO neutron.plugins.ml2.plugin [None req-31383d41-86e5-4cd9-ade2-b495a0c8aee3 - - - - - -] Attempt 1 to provision port c7982f86-c2f0-4677-8fb9-31d34c431176 2026-06-16 01:08:53.634 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port c7982f86-c2f0-4677-8fb9-31d34c431176 2026-06-16 01:08:54.459 12 INFO neutron.plugins.ml2.plugin [None req-52cf5a93-be44-4930-97c4-ba9618b6455b - - - - - -] Attempt 1 to provision port c7982f86-c2f0-4677-8fb9-31d34c431176 2026-06-16 01:13:19.828 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port f75b4326-2d59-490d-b245-1f3405ae49a6 2026-06-16 01:13:20.525 12 INFO neutron.plugins.ml2.plugin [None req-f107198e-7833-4175-a2c3-119d368cb3ba - - - - - -] Attempt 1 to provision port f75b4326-2d59-490d-b245-1f3405ae49a6 2026-06-16 01:13:21.813 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port f75b4326-2d59-490d-b245-1f3405ae49a6 2026-06-16 01:13:22.179 12 INFO neutron.plugins.ml2.plugin [None req-251c41c3-4884-477a-b6b4-5603337d0a18 - - - - - -] Attempt 1 to provision port f75b4326-2d59-490d-b245-1f3405ae49a6 2026-06-16 01:13:27.357 12 INFO neutron.plugins.ml2.plugin [None req-d1239dd7-b61b-4773-bc02-a6c7ff9c0873 - - - - - -] Attempt 1 to provision port 2573ffae-de74-40d9-b5e9-226d21063081 2026-06-16 01:17:04.705 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 2573ffae-de74-40d9-b5e9-226d21063081 2026-06-16 01:17:05.945 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 2573ffae-de74-40d9-b5e9-226d21063081 2026-06-16 01:25:52.294 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 4c79f4d6-b907-4cba-ad8c-7eaa23aa5e1f 2026-06-16 01:25:54.271 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 4c79f4d6-b907-4cba-ad8c-7eaa23aa5e1f 2026-06-16 01:41:38.875 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 86efa07c-9d44-4b61-80ce-99acbab6c21d 2026-06-16 01:41:40.940 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 86efa07c-9d44-4b61-80ce-99acbab6c21d 2026-06-16 01:41:41.266 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port f4b536f1-cb99-452f-9122-23a406667cb7 2026-06-16 01:41:41.540 12 INFO neutron.plugins.ml2.plugin [None req-b5241307-7049-4914-b67c-fc75fe108306 - - - - - -] Attempt 1 to provision port f4b536f1-cb99-452f-9122-23a406667cb7 2026-06-16 01:41:41.624 12 INFO neutron.plugins.ml2.plugin [None req-b5241307-7049-4914-b67c-fc75fe108306 - - - - - -] Attempt 1 to provision port 86efa07c-9d44-4b61-80ce-99acbab6c21d 2026-06-16 01:41:42.844 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port f4b536f1-cb99-452f-9122-23a406667cb7 2026-06-16 01:41:44.845 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port cd991162-24f9-465e-8a88-cbe8477f6f10 2026-06-16 01:41:46.894 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port cd991162-24f9-465e-8a88-cbe8477f6f10 2026-06-16 01:41:49.100 11 INFO neutron.plugins.ml2.plugin [None req-9bd45d88-ec98-44ba-be84-4f9cf40d767a - - - - - -] Attempt 1 to provision port 0f36c8a8-82cd-4c0d-9721-3ab00e775d8f 2026-06-16 01:41:49.126 11 INFO neutron.plugins.ml2.plugin [None req-9bd45d88-ec98-44ba-be84-4f9cf40d767a - - - - - -] Attempt 1 to provision port cd991162-24f9-465e-8a88-cbe8477f6f10 2026-06-16 01:41:49.174 11 INFO neutron.plugins.ml2.plugin [None req-9bd45d88-ec98-44ba-be84-4f9cf40d767a - - - - - -] Attempt 1 to provision port f4d90985-628b-420b-ae2f-4d874d1fb6ac 2026-06-16 01:41:49.193 11 INFO neutron.plugins.ml2.plugin [None req-9bd45d88-ec98-44ba-be84-4f9cf40d767a - - - - - -] Attempt 1 to provision port f4b536f1-cb99-452f-9122-23a406667cb7 2026-06-16 01:41:53.026 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 5b8bd0ec-ebc3-467a-b22a-0a11a6bece21 2026-06-16 01:41:53.493 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 8d2182e7-eaa8-4ef8-98a9-7b33fb94531c 2026-06-16 01:41:54.937 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 8d2182e7-eaa8-4ef8-98a9-7b33fb94531c 2026-06-16 01:41:55.149 12 INFO neutron.plugins.ml2.plugin [None req-a5fa7af7-5b8f-490f-a3fc-1e1ef41229e6 - - - - - -] Attempt 1 to provision port 202bf106-9e0f-4e04-bb5d-6d23f3e331cc 2026-06-16 01:41:55.497 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 5b8bd0ec-ebc3-467a-b22a-0a11a6bece21 2026-06-16 01:41:56.862 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 202bf106-9e0f-4e04-bb5d-6d23f3e331cc 2026-06-16 01:41:56.978 12 INFO neutron.plugins.ml2.plugin [None req-391b8462-7079-4dbe-982f-3a3447936fc7 - - - - - -] Attempt 1 to provision port 667d5988-e2fd-4996-9623-59b3802447dd 2026-06-16 01:41:57.024 12 INFO neutron.plugins.ml2.plugin [None req-391b8462-7079-4dbe-982f-3a3447936fc7 - - - - - -] Attempt 1 to provision port 0f36c8a8-82cd-4c0d-9721-3ab00e775d8f 2026-06-16 01:41:57.081 12 INFO neutron.plugins.ml2.plugin [None req-2afc93ae-bf7b-405d-b9de-c5692541f6bd - - - - - -] Attempt 1 to provision port cd991162-24f9-465e-8a88-cbe8477f6f10 2026-06-16 01:41:57.182 12 INFO neutron.plugins.ml2.plugin [None req-2afc93ae-bf7b-405d-b9de-c5692541f6bd - - - - - -] Attempt 1 to provision port f4d90985-628b-420b-ae2f-4d874d1fb6ac 2026-06-16 01:41:58.926 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 63bbed15-2b61-4e58-9943-086fad4bc1ec 2026-06-16 01:42:00.930 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port dca3ac91-2e61-4ff5-87da-58af1add77ae 2026-06-16 01:42:01.341 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 63bbed15-2b61-4e58-9943-086fad4bc1ec 2026-06-16 01:42:04.043 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port dca3ac91-2e61-4ff5-87da-58af1add77ae 2026-06-16 01:42:04.260 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 42635a56-3e2c-4422-8b51-882509a48e59 2026-06-16 01:42:04.585 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 47a31660-25be-4c75-bbe0-195e75b07dbc 2026-06-16 01:42:04.761 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-dbff36a6-2bf2-46f2-9139-b79eb3b69cd2'] response: {'server_uuid': 'c895b4b3-80f2-4243-974c-7f567da41d64', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '42635a56-3e2c-4422-8b51-882509a48e59', 'code': 200} 2026-06-16 01:42:05.733 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 47a31660-25be-4c75-bbe0-195e75b07dbc 2026-06-16 01:42:05.968 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 42635a56-3e2c-4422-8b51-882509a48e59 2026-06-16 01:42:06.194 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 4c9be1d4-1820-4b53-9608-37735c93f600 2026-06-16 01:42:06.460 11 INFO neutron.plugins.ml2.plugin [None req-7e1da714-cef2-4e04-b044-2f1cc2876813 - - - - - -] Attempt 1 to provision port 0f36c8a8-82cd-4c0d-9721-3ab00e775d8f 2026-06-16 01:42:06.508 11 INFO neutron.plugins.ml2.plugin [None req-7e1da714-cef2-4e04-b044-2f1cc2876813 - - - - - -] Attempt 1 to provision port e2caa7c4-a589-4d7b-bf46-21a0541f9e47 2026-06-16 01:42:06.548 11 INFO neutron.plugins.ml2.plugin [None req-7e1da714-cef2-4e04-b044-2f1cc2876813 - - - - - -] Attempt 1 to provision port fc719932-6089-4b7c-87b9-23355c0454eb 2026-06-16 01:42:06.579 11 INFO neutron.plugins.ml2.plugin [None req-7e1da714-cef2-4e04-b044-2f1cc2876813 - - - - - -] Attempt 1 to provision port dca3ac91-2e61-4ff5-87da-58af1add77ae 2026-06-16 01:42:06.630 11 INFO neutron.plugins.ml2.plugin [None req-7e1da714-cef2-4e04-b044-2f1cc2876813 - - - - - -] Attempt 1 to provision port 09a13128-54c4-45d3-a270-b4474595a2ea 2026-06-16 01:42:06.659 11 INFO neutron.plugins.ml2.plugin [None req-7e1da714-cef2-4e04-b044-2f1cc2876813 - - - - - -] Attempt 1 to provision port f4d90985-628b-420b-ae2f-4d874d1fb6ac 2026-06-16 01:42:06.712 11 INFO neutron.plugins.ml2.plugin [None req-7e1da714-cef2-4e04-b044-2f1cc2876813 - - - - - -] Attempt 1 to provision port 4c9be1d4-1820-4b53-9608-37735c93f600 2026-06-16 01:42:06.810 11 INFO neutron.notifiers.nova [None req-7e1da714-cef2-4e04-b044-2f1cc2876813 - - - - - -] Nova event matching ['req-ba5650e3-30c8-4707-990d-98c081c29090'] response: {'server_uuid': '8a75cfe5-89f4-41b0-b33a-c0ab82b6efd9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '47a31660-25be-4c75-bbe0-195e75b07dbc', 'code': 200} 2026-06-16 01:42:08.377 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 4c9be1d4-1820-4b53-9608-37735c93f600 2026-06-16 01:42:08.615 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port a4340f4a-46b2-415f-b6d2-25520a231cba 2026-06-16 01:42:09.158 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-00ed44fc-f40d-4fea-8efc-39df5ce63afe'] response: {'server_uuid': '6b1a7fe4-0e50-4820-8fa3-2860d55bcf71', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a4340f4a-46b2-415f-b6d2-25520a231cba', 'code': 200} 2026-06-16 01:42:09.660 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port a4340f4a-46b2-415f-b6d2-25520a231cba 2026-06-16 01:42:10.498 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-3699131c-bf15-4e80-8ce8-63d4aaa86fe7'] response: {'server_uuid': 'c895b4b3-80f2-4243-974c-7f567da41d64', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '42635a56-3e2c-4422-8b51-882509a48e59', 'code': 200} 2026-06-16 01:42:11.132 11 INFO neutron.plugins.ml2.plugin [None req-73c2410f-87b0-4614-b8ca-934209c674ac - - - - - -] Attempt 1 to provision port 0f36c8a8-82cd-4c0d-9721-3ab00e775d8f 2026-06-16 01:42:11.163 11 INFO neutron.plugins.ml2.plugin [None req-73c2410f-87b0-4614-b8ca-934209c674ac - - - - - -] Attempt 1 to provision port dca3ac91-2e61-4ff5-87da-58af1add77ae 2026-06-16 01:42:11.226 11 INFO neutron.plugins.ml2.plugin [None req-73c2410f-87b0-4614-b8ca-934209c674ac - - - - - -] Attempt 1 to provision port a4340f4a-46b2-415f-b6d2-25520a231cba 2026-06-16 01:42:11.273 11 INFO neutron.plugins.ml2.plugin [None req-73c2410f-87b0-4614-b8ca-934209c674ac - - - - - -] Attempt 1 to provision port fc719932-6089-4b7c-87b9-23355c0454eb 2026-06-16 01:42:12.287 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port e8ed366f-3f05-4165-ac6d-64524fdf3851 2026-06-16 01:42:12.529 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-7a1060f1-5ba0-4fcf-ba2a-9420e95921f5'] response: {'server_uuid': '410bc5ba-73ed-44e7-925d-9150ed12a7f6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8ed366f-3f05-4165-ac6d-64524fdf3851', 'code': 200} 2026-06-16 01:42:13.702 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port e8ed366f-3f05-4165-ac6d-64524fdf3851 2026-06-16 01:42:15.798 12 INFO neutron.plugins.ml2.plugin [None req-455b3bb5-ee11-4e3b-86a8-3df0ef9111e3 - - - - - -] Attempt 1 to provision port 09a13128-54c4-45d3-a270-b4474595a2ea 2026-06-16 01:42:15.824 12 INFO neutron.plugins.ml2.plugin [None req-455b3bb5-ee11-4e3b-86a8-3df0ef9111e3 - - - - - -] Attempt 1 to provision port 4c9be1d4-1820-4b53-9608-37735c93f600 2026-06-16 01:42:15.908 12 INFO neutron.plugins.ml2.plugin [None req-455b3bb5-ee11-4e3b-86a8-3df0ef9111e3 - - - - - -] Attempt 1 to provision port e8ed366f-3f05-4165-ac6d-64524fdf3851 2026-06-16 01:42:18.183 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-d94761aa-ec0c-4ed8-b0a0-7c006d6cfc37'] response: {'server_uuid': '410bc5ba-73ed-44e7-925d-9150ed12a7f6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e8ed366f-3f05-4165-ac6d-64524fdf3851', 'code': 200} 2026-06-16 01:42:19.236 12 INFO neutron.plugins.ml2.plugin [None req-30918ae0-3b42-48ce-bb23-d1ef32cc7005 - - - - - -] Attempt 1 to provision port fc719932-6089-4b7c-87b9-23355c0454eb 2026-06-16 01:42:19.264 12 INFO neutron.plugins.ml2.plugin [None req-30918ae0-3b42-48ce-bb23-d1ef32cc7005 - - - - - -] Attempt 1 to provision port 0962ed5a-0add-4b48-b85b-8e7505ca3a18 2026-06-16 01:42:22.527 12 INFO neutron.plugins.ml2.plugin [None req-c6cfd3f2-1658-47fd-995a-d0a11c72165e - - - - - -] Attempt 1 to provision port 09a13128-54c4-45d3-a270-b4474595a2ea 2026-06-16 01:42:22.555 12 INFO neutron.plugins.ml2.plugin [None req-c6cfd3f2-1658-47fd-995a-d0a11c72165e - - - - - -] Attempt 1 to provision port 22223e5c-a796-463e-84e3-f21145741bce 2026-06-16 01:42:22.594 12 INFO neutron.plugins.ml2.plugin [None req-c6cfd3f2-1658-47fd-995a-d0a11c72165e - - - - - -] Attempt 1 to provision port fc719932-6089-4b7c-87b9-23355c0454eb 2026-06-16 01:42:26.328 11 INFO neutron.plugins.ml2.plugin [None req-bf82a922-245b-468e-9f9f-fe2d3db803df - - - - - -] Attempt 1 to provision port a4340f4a-46b2-415f-b6d2-25520a231cba 2026-06-16 01:42:27.920 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port ef0cc558-e3cb-413c-a6df-05bbe6869e6e 2026-06-16 01:42:29.785 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port ef0cc558-e3cb-413c-a6df-05bbe6869e6e 2026-06-16 01:42:29.970 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port ddf0af45-25f2-42d5-a3cf-f63606f5e2dc 2026-06-16 01:42:31.105 12 INFO neutron.plugins.ml2.plugin [None req-0aa51f13-d1f7-4408-889a-eaa45ef07d24 - - - - - -] Attempt 1 to provision port aa231532-814e-4e5c-9465-b564c51d1e3f 2026-06-16 01:42:31.128 12 INFO neutron.plugins.ml2.plugin [None req-0aa51f13-d1f7-4408-889a-eaa45ef07d24 - - - - - -] Attempt 1 to provision port ddf0af45-25f2-42d5-a3cf-f63606f5e2dc 2026-06-16 01:42:31.976 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port ddf0af45-25f2-42d5-a3cf-f63606f5e2dc 2026-06-16 01:42:33.751 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 0e595f53-28e8-4aee-b71e-84260068e349 2026-06-16 01:42:35.930 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 0962ed5a-0add-4b48-b85b-8e7505ca3a18 2026-06-16 01:42:36.325 12 INFO neutron.plugins.ml2.plugin [None req-ea51a2df-fecb-4c18-85eb-78eda324699a - - - - - -] Attempt 1 to provision port fc719932-6089-4b7c-87b9-23355c0454eb 2026-06-16 01:42:36.591 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 0e595f53-28e8-4aee-b71e-84260068e349 2026-06-16 01:42:36.824 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 1c155046-d7cb-4652-8e69-40efc4513f38 2026-06-16 01:42:37.341 12 INFO neutron.plugins.ml2.plugin [None req-75c5e647-1bda-4781-9237-c107784ba4b6 - - - - - -] Attempt 1 to provision port aa231532-814e-4e5c-9465-b564c51d1e3f 2026-06-16 01:42:37.370 12 INFO neutron.plugins.ml2.plugin [None req-75c5e647-1bda-4781-9237-c107784ba4b6 - - - - - -] Attempt 1 to provision port ddf0af45-25f2-42d5-a3cf-f63606f5e2dc 2026-06-16 01:42:37.431 12 INFO neutron.plugins.ml2.plugin [None req-75c5e647-1bda-4781-9237-c107784ba4b6 - - - - - -] Attempt 1 to provision port e62f132a-55ba-4f8e-80c8-35024f0a5fad 2026-06-16 01:42:37.458 12 INFO neutron.plugins.ml2.plugin [None req-75c5e647-1bda-4781-9237-c107784ba4b6 - - - - - -] Attempt 1 to provision port 1c155046-d7cb-4652-8e69-40efc4513f38 2026-06-16 01:42:37.725 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 0962ed5a-0add-4b48-b85b-8e7505ca3a18 2026-06-16 01:42:37.904 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 1c155046-d7cb-4652-8e69-40efc4513f38 2026-06-16 01:42:38.184 11 INFO neutron.plugins.ml2.plugin [None req-bdd0b190-29ef-4bc9-a414-934016bff6a4 - - - - - -] Attempt 1 to provision port fc719932-6089-4b7c-87b9-23355c0454eb 2026-06-16 01:42:40.326 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 2e736afc-18ca-4588-b161-bc51fc282d71 2026-06-16 01:42:40.523 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-a79fb8d3-60b3-46d8-811f-c6965652a622'] response: {'server_uuid': '7018eda7-12f0-4364-8de8-c7e5087d6c98', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2e736afc-18ca-4588-b161-bc51fc282d71', 'code': 200} 2026-06-16 01:42:41.775 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 2e736afc-18ca-4588-b161-bc51fc282d71 2026-06-16 01:42:42.675 12 INFO neutron.plugins.ml2.plugin [None req-5a899f98-e353-4af0-86c8-35831ee9a70d - - - - - -] Attempt 1 to provision port e62f132a-55ba-4f8e-80c8-35024f0a5fad 2026-06-16 01:42:42.717 12 INFO neutron.plugins.ml2.plugin [None req-5a899f98-e353-4af0-86c8-35831ee9a70d - - - - - -] Attempt 1 to provision port 1c155046-d7cb-4652-8e69-40efc4513f38 2026-06-16 01:42:45.225 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 14369edd-3a74-47d5-9409-87ac9dc97ea2 2026-06-16 01:42:45.356 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-23d15ff2-4b1a-4648-8fe9-354e792906b6'] response: {'server_uuid': '1b89cba1-728d-402b-b517-72208d0922b1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '14369edd-3a74-47d5-9409-87ac9dc97ea2', 'code': 200} 2026-06-16 01:42:46.394 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 14369edd-3a74-47d5-9409-87ac9dc97ea2 2026-06-16 01:42:46.585 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 20331a0b-50cb-42a4-9302-ed2e827c4c92 2026-06-16 01:42:48.152 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port b5bdab6f-5533-432e-ada1-953e58173fd8 2026-06-16 01:42:48.430 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port aa231532-814e-4e5c-9465-b564c51d1e3f 2026-06-16 01:42:48.825 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 20331a0b-50cb-42a4-9302-ed2e827c4c92 2026-06-16 01:42:50.341 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port b5bdab6f-5533-432e-ada1-953e58173fd8 2026-06-16 01:42:50.507 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 746e0b60-0f6a-47bf-9bbb-17a84fd15770 2026-06-16 01:42:50.752 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port aa231532-814e-4e5c-9465-b564c51d1e3f 2026-06-16 01:42:52.234 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 746e0b60-0f6a-47bf-9bbb-17a84fd15770 2026-06-16 01:42:52.385 11 INFO neutron.plugins.ml2.plugin [None req-4f185cb7-0e28-4a3c-8783-5fb4ee3d062d - - - - - -] Attempt 1 to provision port e62f132a-55ba-4f8e-80c8-35024f0a5fad 2026-06-16 01:42:53.370 11 INFO neutron.plugins.ml2.plugin [None req-e9b27f3f-3595-43b4-9315-fb51ea9c67fe - - - - - -] Attempt 1 to provision port b5bdab6f-5533-432e-ada1-953e58173fd8 2026-06-16 01:42:54.198 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port e62f132a-55ba-4f8e-80c8-35024f0a5fad 2026-06-16 01:42:57.096 12 INFO neutron.plugins.ml2.plugin [None req-ea4b1510-624f-402b-bdad-53d9008c859c - - - - - -] Attempt 1 to provision port aa231532-814e-4e5c-9465-b564c51d1e3f 2026-06-16 01:43:05.333 11 INFO neutron.plugins.ml2.plugin [None req-36af1b3d-1823-48f2-852a-74c24d6cb0de - - - - - -] Attempt 1 to provision port aa231532-814e-4e5c-9465-b564c51d1e3f 2026-06-16 01:43:06.548 11 INFO neutron.plugins.ml2.plugin [None req-f19a7de9-ac92-4336-9aae-addc961f7a05 - - - - - -] Attempt 1 to provision port 2e736afc-18ca-4588-b161-bc51fc282d71 2026-06-16 01:43:08.507 12 INFO neutron.plugins.ml2.plugin [None req-5c02a911-9ab8-47be-b4bc-6b01de68cc80 - - - - - -] Attempt 1 to provision port b5bdab6f-5533-432e-ada1-953e58173fd8 2026-06-16 01:43:08.565 12 INFO neutron.plugins.ml2.plugin [None req-5c02a911-9ab8-47be-b4bc-6b01de68cc80 - - - - - -] Attempt 1 to provision port c7982f86-c2f0-4677-8fb9-31d34c431176 2026-06-16 01:43:08.615 12 INFO neutron.plugins.ml2.plugin [None req-5c02a911-9ab8-47be-b4bc-6b01de68cc80 - - - - - -] Attempt 1 to provision port 724bdeb6-c2b2-43b5-b731-01d9ff0a1182 2026-06-16 01:43:28.785 12 INFO neutron.plugins.ml2.plugin [None req-e6d35a89-6807-43f3-a126-45e6f6718c04 - - - - - -] Attempt 1 to provision port 69722d83-bfd0-4e29-af74-ed8d5755121e 2026-06-16 01:43:44.489 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-085ae095-a7e9-4e1b-96ae-bc09fc908b5b'] response: {'server_uuid': '7018eda7-12f0-4364-8de8-c7e5087d6c98', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2e736afc-18ca-4588-b161-bc51fc282d71', 'code': 200} 2026-06-16 01:43:46.263 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 5a91119b-6386-4aff-8a1a-fcf8edd4c425 2026-06-16 01:43:48.956 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 2e736afc-18ca-4588-b161-bc51fc282d71 2026-06-16 01:43:49.102 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-121f3d89-9940-44fd-92d0-1e822e8e9962'] response: {'server_uuid': '7018eda7-12f0-4364-8de8-c7e5087d6c98', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2e736afc-18ca-4588-b161-bc51fc282d71', 'code': 200} 2026-06-16 01:43:49.354 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 5a91119b-6386-4aff-8a1a-fcf8edd4c425 2026-06-16 01:43:49.854 11 INFO neutron.plugins.ml2.plugin [None req-969d323b-1fda-4c03-8080-f6ca8a7649b6 - - - - - -] Attempt 1 to provision port 2e13a7bc-e97b-4a5e-9785-fd4915cc70d3 2026-06-16 01:43:49.889 11 INFO neutron.plugins.ml2.plugin [None req-969d323b-1fda-4c03-8080-f6ca8a7649b6 - - - - - -] Attempt 1 to provision port fa5eb115-9fc9-4dc5-9ec7-298c86c16464 2026-06-16 01:43:50.137 11 INFO neutron.plugins.ml2.plugin [None req-969d323b-1fda-4c03-8080-f6ca8a7649b6 - - - - - -] Attempt 1 to provision port 94bb6ebb-f808-4d4e-8eb3-0d50eafa93fd 2026-06-16 01:43:50.954 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 2e736afc-18ca-4588-b161-bc51fc282d71 2026-06-16 01:43:51.159 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port fa5eb115-9fc9-4dc5-9ec7-298c86c16464 2026-06-16 01:43:52.752 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port c1ff0b2b-8c7b-4258-aa61-f56349b6f089 2026-06-16 01:43:56.062 12 INFO neutron.plugins.ml2.plugin [None req-8494f5e6-3372-4057-b82e-c66a36e7b313 - - - - - -] Attempt 1 to provision port fa5eb115-9fc9-4dc5-9ec7-298c86c16464 2026-06-16 01:43:56.135 12 INFO neutron.plugins.ml2.plugin [None req-8494f5e6-3372-4057-b82e-c66a36e7b313 - - - - - -] Attempt 1 to provision port 94bb6ebb-f808-4d4e-8eb3-0d50eafa93fd 2026-06-16 01:43:59.280 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port ccfcf47c-b24f-41b0-9050-03181729a376 2026-06-16 01:43:59.376 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-51e39cef-765f-40ad-8398-c1267ec609fe'] response: {'server_uuid': '27033bb5-88db-4966-aa52-ac43c210e4ef', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ccfcf47c-b24f-41b0-9050-03181729a376', 'code': 200} 2026-06-16 01:44:00.826 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port ccfcf47c-b24f-41b0-9050-03181729a376 2026-06-16 01:44:01.269 11 INFO neutron.plugins.ml2.plugin [None req-380ae775-5c59-4fc8-8e98-947c47276565 - - - - - -] Attempt 1 to provision port 94bb6ebb-f808-4d4e-8eb3-0d50eafa93fd 2026-06-16 01:44:02.723 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 2e13a7bc-e97b-4a5e-9785-fd4915cc70d3 2026-06-16 01:44:02.985 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 94bb6ebb-f808-4d4e-8eb3-0d50eafa93fd 2026-06-16 01:44:04.773 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 2e13a7bc-e97b-4a5e-9785-fd4915cc70d3 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server [None req-646b5b35-a3b1-4d0f-965d-9c2db2e9a901 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet ccddb92c-02a6-47f2-a98e-4032b63b72d7: This subnet is being modified by another concurrent operation. 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-06-16 01:44:04.891 11 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-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 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-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_messaging/rpc/server.py", line 269, in inner 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/quota/resource_registry.py", line 95, in wrapper 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 292, in create_dhcp_port 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/rpc/handlers/dhcp_rpc.py", line 118, in _port_action 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/plugins/utils.py", line 338, in create_port 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server raise self.value 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1660, in create_port 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 1625, in _create_port_db 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1574, in create_port_db 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 219, in allocate_ips_for_port_and_store 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 226, in allocate_ips_for_port 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_pluggable_backend.py", line 258, in _allocate_ips_for_port 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ipam_backend_mixin.py", line 686, in _ipam_get_subnets 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/models_v2.py", line 77, in read_lock_register 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server raise exception 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet ccddb92c-02a6-47f2-a98e-4032b63b72d7: This subnet is being modified by another concurrent operation. 2026-06-16 01:44:04.891 11 ERROR oslo_messaging.rpc.server 2026-06-16 01:44:04.932 11 INFO neutron.plugins.ml2.plugin [None req-646b5b35-a3b1-4d0f-965d-9c2db2e9a901 - - - - - -] Attempt 1 to provision port 94bb6ebb-f808-4d4e-8eb3-0d50eafa93fd 2026-06-16 01:44:06.077 12 INFO neutron.plugins.ml2.plugin [None req-e9e5a272-d8ed-4182-8249-5632afa3ac95 - - - - - -] Attempt 1 to provision port 94bb6ebb-f808-4d4e-8eb3-0d50eafa93fd 2026-06-16 01:44:10.381 12 INFO neutron.plugins.ml2.plugin [None req-1d23e9e6-a962-4b61-9481-c0f1767196e1 - - - - - -] Attempt 1 to provision port ccfcf47c-b24f-41b0-9050-03181729a376 2026-06-16 01:44:20.763 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 68750f21-2215-433f-a261-5094b109bcfb 2026-06-16 01:44:22.814 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 9ea3d2bf-f4be-4315-b4d2-1c7ed96689f0 2026-06-16 01:44:23.247 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 68750f21-2215-433f-a261-5094b109bcfb 2026-06-16 01:44:24.652 11 INFO neutron.plugins.ml2.plugin [None req-d0260f82-b286-4763-9b83-9c63e33f2a37 - - - - - -] Attempt 1 to provision port fb4a2e6c-101c-4ade-9d8a-21bb8c6cae6c 2026-06-16 01:44:24.679 11 INFO neutron.plugins.ml2.plugin [None req-d0260f82-b286-4763-9b83-9c63e33f2a37 - - - - - -] Attempt 1 to provision port b7d385bf-a57a-42bb-b8fa-d86951452e44 2026-06-16 01:44:24.718 11 INFO neutron.plugins.ml2.plugin [None req-d0260f82-b286-4763-9b83-9c63e33f2a37 - - - - - -] Attempt 1 to provision port 9ea3d2bf-f4be-4315-b4d2-1c7ed96689f0 2026-06-16 01:44:24.747 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 9ea3d2bf-f4be-4315-b4d2-1c7ed96689f0 2026-06-16 01:44:27.886 12 INFO neutron.plugins.ml2.plugin [None req-4f408488-80e0-442b-8426-f423f0c2dd8f - - - - - -] Attempt 1 to provision port b7d385bf-a57a-42bb-b8fa-d86951452e44 2026-06-16 01:44:27.926 12 INFO neutron.plugins.ml2.plugin [None req-4f408488-80e0-442b-8426-f423f0c2dd8f - - - - - -] Attempt 1 to provision port 9ea3d2bf-f4be-4315-b4d2-1c7ed96689f0 2026-06-16 01:44:29.124 12 INFO neutron.plugins.ml2.plugin [None req-1149adab-f1c8-40fd-adbe-6313506bbf7f - - - - - -] Attempt 1 to provision port b7d385bf-a57a-42bb-b8fa-d86951452e44 2026-06-16 01:44:30.327 11 INFO neutron.plugins.ml2.plugin [None req-9580c318-e314-4cfd-b82e-1c57f19b366c - - - - - -] Attempt 1 to provision port b7d385bf-a57a-42bb-b8fa-d86951452e44 2026-06-16 01:44:33.830 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 9490241d-98e7-4905-9ce7-f8fc1d1f2fd7 2026-06-16 01:44:33.939 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-4354b2e0-ae60-4a4a-9c9f-3fea8c0a410f'] response: {'server_uuid': 'a6b5de94-0665-4b1d-a220-78245f003d2c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9490241d-98e7-4905-9ce7-f8fc1d1f2fd7', 'code': 200} 2026-06-16 01:44:34.716 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 9490241d-98e7-4905-9ce7-f8fc1d1f2fd7 2026-06-16 01:44:37.268 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 0790402a-648e-40cc-a04e-446b5a8de80f 2026-06-16 01:44:37.406 11 INFO neutron.notifiers.nova [None req-c49514c6-9bde-4134-b3fc-e2b1ddd1accc - - - - - -] Nova event matching ['req-144d888a-384e-46fd-a369-043e92ec6543'] response: {'server_uuid': '70db8d2f-03cb-487c-98fa-d0f59625105b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0790402a-648e-40cc-a04e-446b5a8de80f', 'code': 200} 2026-06-16 01:44:38.775 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port b7d385bf-a57a-42bb-b8fa-d86951452e44 2026-06-16 01:44:39.075 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port fb4a2e6c-101c-4ade-9d8a-21bb8c6cae6c 2026-06-16 01:44:39.493 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 0790402a-648e-40cc-a04e-446b5a8de80f 2026-06-16 01:44:40.808 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port b7d385bf-a57a-42bb-b8fa-d86951452e44 2026-06-16 01:44:41.053 11 INFO neutron.plugins.ml2.plugin [None req-fcc4e9d1-1dac-44cc-9cfd-fb9ec8129091 - - - - - -] Attempt 1 to provision port fb4a2e6c-101c-4ade-9d8a-21bb8c6cae6c 2026-06-16 01:45:02.753 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port c15bae08-90c6-4f7d-b11c-f160a45ce6c8 2026-06-16 01:45:03.430 11 INFO neutron.plugins.ml2.plugin [None req-23a4eafd-5fa1-4278-be1b-f7c1a4c506c0 - - - - - -] Attempt 1 to provision port c15bae08-90c6-4f7d-b11c-f160a45ce6c8 2026-06-16 01:45:04.869 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port c15bae08-90c6-4f7d-b11c-f160a45ce6c8 2026-06-16 01:45:05.260 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port bfc3150e-2e62-4cd3-887e-74b175807387 2026-06-16 01:45:06.345 11 INFO neutron.plugins.ml2.plugin [None req-a7fc4976-af91-4406-8173-dcb9f1a65427 - - - - - -] Attempt 1 to provision port 76be0dc6-a015-4c90-8249-64032d89e67b 2026-06-16 01:45:06.376 11 INFO neutron.plugins.ml2.plugin [None req-a7fc4976-af91-4406-8173-dcb9f1a65427 - - - - - -] Attempt 1 to provision port c15bae08-90c6-4f7d-b11c-f160a45ce6c8 2026-06-16 01:45:06.449 11 INFO neutron.plugins.ml2.plugin [None req-a7fc4976-af91-4406-8173-dcb9f1a65427 - - - - - -] Attempt 1 to provision port 8d287b9e-1240-4fd1-9213-d97cba8fde44 2026-06-16 01:45:06.749 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port bfc3150e-2e62-4cd3-887e-74b175807387 2026-06-16 01:45:10.991 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port a6f16df1-0e54-4c61-8322-0ce4d99ae56b 2026-06-16 01:45:11.362 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 253bec84-b347-440a-a30b-58d2f2080f6a 2026-06-16 01:45:12.470 12 INFO neutron.plugins.ml2.plugin [None req-6a1fb27c-9799-4db4-b181-b20e6ba403b5 - - - - - -] Attempt 1 to provision port 76be0dc6-a015-4c90-8249-64032d89e67b 2026-06-16 01:45:12.493 12 INFO neutron.plugins.ml2.plugin [None req-6a1fb27c-9799-4db4-b181-b20e6ba403b5 - - - - - -] Attempt 1 to provision port a6f16df1-0e54-4c61-8322-0ce4d99ae56b 2026-06-16 01:45:12.809 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port a6f16df1-0e54-4c61-8322-0ce4d99ae56b 2026-06-16 01:45:12.989 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 253bec84-b347-440a-a30b-58d2f2080f6a 2026-06-16 01:45:17.141 12 INFO neutron.plugins.ml2.plugin [None req-d6388ca4-ce97-4938-bd7e-b4bda5c39a87 - - - - - -] Attempt 1 to provision port 76be0dc6-a015-4c90-8249-64032d89e67b 2026-06-16 01:45:17.163 12 INFO neutron.plugins.ml2.plugin [None req-d6388ca4-ce97-4938-bd7e-b4bda5c39a87 - - - - - -] Attempt 1 to provision port 1dda5212-aa83-4d63-88da-4eb4224c1d4d 2026-06-16 01:45:17.188 12 INFO neutron.plugins.ml2.plugin [None req-d6388ca4-ce97-4938-bd7e-b4bda5c39a87 - - - - - -] Attempt 1 to provision port f084cea2-2bc6-43b2-871f-1bff521c6d36 2026-06-16 01:45:17.212 12 INFO neutron.plugins.ml2.plugin [None req-d6388ca4-ce97-4938-bd7e-b4bda5c39a87 - - - - - -] Attempt 1 to provision port a6f16df1-0e54-4c61-8322-0ce4d99ae56b 2026-06-16 01:45:20.944 12 INFO neutron.plugins.ml2.plugin [None req-0c6c2bc2-b610-45eb-91fe-f511afe3c193 - - - - - -] Attempt 1 to provision port f084cea2-2bc6-43b2-871f-1bff521c6d36 2026-06-16 01:45:23.791 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 959486a0-5878-449a-9364-d48e99687fa9 2026-06-16 01:45:23.915 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-3066b41b-1728-4db4-819e-25d0bed197ec'] response: {'server_uuid': '25de5ed7-d1a8-4b42-9357-66fb87943263', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '959486a0-5878-449a-9364-d48e99687fa9', 'code': 200} 2026-06-16 01:45:24.661 12 INFO neutron.plugins.ml2.plugin [None req-098354fd-d843-437d-97ac-915591e76e85 - - - - - -] Attempt 1 to provision port 959486a0-5878-449a-9364-d48e99687fa9 2026-06-16 01:45:24.712 12 INFO neutron.plugins.ml2.plugin [None req-098354fd-d843-437d-97ac-915591e76e85 - - - - - -] Attempt 1 to provision port f084cea2-2bc6-43b2-871f-1bff521c6d36 2026-06-16 01:45:24.783 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 8d287b9e-1240-4fd1-9213-d97cba8fde44 2026-06-16 01:45:25.056 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 76be0dc6-a015-4c90-8249-64032d89e67b 2026-06-16 01:45:25.339 11 INFO neutron.plugins.ml2.plugin [None req-a1d001a8-db0f-4f5e-82d0-cf07ef557a70 - - - - - -] Attempt 1 to provision port 959486a0-5878-449a-9364-d48e99687fa9 2026-06-16 01:45:26.813 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 8d287b9e-1240-4fd1-9213-d97cba8fde44 2026-06-16 01:45:27.011 11 INFO neutron.plugins.ml2.plugin [None req-bc91a324-6007-4a13-8067-6ca3ee11a4d8 - - - - - -] Attempt 1 to provision port 76be0dc6-a015-4c90-8249-64032d89e67b 2026-06-16 01:45:27.244 11 INFO neutron.plugins.ml2.plugin [None req-bc91a324-6007-4a13-8067-6ca3ee11a4d8 - - - - - -] Attempt 1 to provision port 1dda5212-aa83-4d63-88da-4eb4224c1d4d 2026-06-16 01:45:28.836 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port f084cea2-2bc6-43b2-871f-1bff521c6d36 2026-06-16 01:45:29.200 11 INFO neutron.plugins.ml2.plugin [None req-11a6782c-a63d-483f-8afb-b43bfe54c9db - - - - - -] Attempt 1 to provision port 1dda5212-aa83-4d63-88da-4eb4224c1d4d 2026-06-16 01:45:30.840 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port f084cea2-2bc6-43b2-871f-1bff521c6d36 2026-06-16 01:45:36.771 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 26d99f22-4816-4c2a-8e70-2e19992c34ae 2026-06-16 01:45:37.326 12 INFO neutron.plugins.ml2.plugin [None req-e44ffc1c-1799-4c0f-95d9-61785553b70b - - - - - -] Attempt 1 to provision port 26d99f22-4816-4c2a-8e70-2e19992c34ae 2026-06-16 01:45:58.181 11 INFO neutron.plugins.ml2.plugin [None req-b6111a07-f84e-4241-aeb3-988705225581 - - - - - -] Attempt 1 to provision port 725d08cf-71b0-42e2-b3c1-3b9647fdc3d8 2026-06-16 01:45:58.854 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 725d08cf-71b0-42e2-b3c1-3b9647fdc3d8 2026-06-16 01:46:00.786 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 48caf69f-7a3f-4dec-b49c-6d8a9efd879e 2026-06-16 01:46:01.166 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 9fa68937-1bcd-4f3c-b1be-66039e59c22f 2026-06-16 01:46:02.772 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 48caf69f-7a3f-4dec-b49c-6d8a9efd879e 2026-06-16 01:46:02.949 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 9fa68937-1bcd-4f3c-b1be-66039e59c22f 2026-06-16 01:46:04.791 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 7681bed9-8c70-47f1-9b1c-b268ad51e50c 2026-06-16 01:46:06.831 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 7681bed9-8c70-47f1-9b1c-b268ad51e50c 2026-06-16 01:46:08.844 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 725d08cf-71b0-42e2-b3c1-3b9647fdc3d8 2026-06-16 01:46:10.458 12 INFO neutron.plugins.ml2.plugin [None req-79ab65bb-6676-452a-991c-18faf6e3a87a - - - - - -] Attempt 1 to provision port cef5aa61-7ff5-4728-98b1-83d988d87fcd 2026-06-16 01:46:10.485 12 INFO neutron.plugins.ml2.plugin [None req-79ab65bb-6676-452a-991c-18faf6e3a87a - - - - - -] Attempt 1 to provision port 9fa68937-1bcd-4f3c-b1be-66039e59c22f 2026-06-16 01:46:10.555 12 INFO neutron.plugins.ml2.plugin [None req-79ab65bb-6676-452a-991c-18faf6e3a87a - - - - - -] Attempt 1 to provision port e4b8fe23-3e73-4fa1-a75a-9e65970ae417 2026-06-16 01:46:10.576 12 INFO neutron.plugins.ml2.plugin [None req-79ab65bb-6676-452a-991c-18faf6e3a87a - - - - - -] Attempt 1 to provision port 35327722-73fa-4aaa-80e3-571b916a9a16 2026-06-16 01:46:10.612 12 INFO neutron.plugins.ml2.plugin [None req-79ab65bb-6676-452a-991c-18faf6e3a87a - - - - - -] Attempt 1 to provision port 725d08cf-71b0-42e2-b3c1-3b9647fdc3d8 2026-06-16 01:46:10.669 12 INFO neutron.plugins.ml2.plugin [None req-79ab65bb-6676-452a-991c-18faf6e3a87a - - - - - -] Attempt 1 to provision port 7681bed9-8c70-47f1-9b1c-b268ad51e50c 2026-06-16 01:46:15.958 11 INFO neutron.plugins.ml2.plugin [None req-7d0f7af8-0542-45da-be0a-8682c6526afa - - - - - -] Attempt 1 to provision port 9fa68937-1bcd-4f3c-b1be-66039e59c22f 2026-06-16 01:46:16.016 11 INFO neutron.plugins.ml2.plugin [None req-7d0f7af8-0542-45da-be0a-8682c6526afa - - - - - -] Attempt 1 to provision port e4b8fe23-3e73-4fa1-a75a-9e65970ae417 2026-06-16 01:46:16.043 11 INFO neutron.plugins.ml2.plugin [None req-7d0f7af8-0542-45da-be0a-8682c6526afa - - - - - -] Attempt 1 to provision port 35327722-73fa-4aaa-80e3-571b916a9a16 2026-06-16 01:46:16.072 11 INFO neutron.plugins.ml2.plugin [None req-7d0f7af8-0542-45da-be0a-8682c6526afa - - - - - -] Attempt 1 to provision port 725d08cf-71b0-42e2-b3c1-3b9647fdc3d8 2026-06-16 01:46:16.134 11 INFO neutron.plugins.ml2.plugin [None req-7d0f7af8-0542-45da-be0a-8682c6526afa - - - - - -] Attempt 1 to provision port b5c5d397-8f93-4e78-ab6f-97838dd0f475 2026-06-16 01:46:16.163 11 INFO neutron.plugins.ml2.plugin [None req-7d0f7af8-0542-45da-be0a-8682c6526afa - - - - - -] Attempt 1 to provision port 7681bed9-8c70-47f1-9b1c-b268ad51e50c 2026-06-16 01:46:17.329 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port dd261ff2-1249-4da6-a09e-7158c643bec6 2026-06-16 01:46:17.464 11 INFO neutron.notifiers.nova [None req-c4c7889f-2579-415a-8de6-db27a1175b75 - - - - - -] Nova event matching ['req-5a4ef9be-0696-42ad-b430-66173bf5247d'] response: {'server_uuid': '9cd22895-5e17-4787-8786-93706d9ad2cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dd261ff2-1249-4da6-a09e-7158c643bec6', 'code': 200} 2026-06-16 01:46:18.843 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port dd261ff2-1249-4da6-a09e-7158c643bec6 2026-06-16 01:46:19.042 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 35327722-73fa-4aaa-80e3-571b916a9a16 2026-06-16 01:46:19.352 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port b5c5d397-8f93-4e78-ab6f-97838dd0f475 2026-06-16 01:46:19.591 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port cef5aa61-7ff5-4728-98b1-83d988d87fcd 2026-06-16 01:46:20.468 11 INFO neutron.plugins.ml2.plugin [None req-00818792-835f-4d52-bebc-5cb635d8f35c - - - - - -] Attempt 1 to provision port 9fa68937-1bcd-4f3c-b1be-66039e59c22f 2026-06-16 01:46:20.533 11 INFO neutron.plugins.ml2.plugin [None req-00818792-835f-4d52-bebc-5cb635d8f35c - - - - - -] Attempt 1 to provision port e4b8fe23-3e73-4fa1-a75a-9e65970ae417 2026-06-16 01:46:20.647 11 INFO neutron.plugins.ml2.plugin [None req-00818792-835f-4d52-bebc-5cb635d8f35c - - - - - -] Attempt 1 to provision port 35327722-73fa-4aaa-80e3-571b916a9a16 2026-06-16 01:46:20.691 11 INFO neutron.plugins.ml2.plugin [None req-00818792-835f-4d52-bebc-5cb635d8f35c - - - - - -] Attempt 1 to provision port b5c5d397-8f93-4e78-ab6f-97838dd0f475 2026-06-16 01:46:20.746 11 INFO neutron.plugins.ml2.plugin [None req-00818792-835f-4d52-bebc-5cb635d8f35c - - - - - -] Attempt 1 to provision port 7681bed9-8c70-47f1-9b1c-b268ad51e50c 2026-06-16 01:46:20.803 11 INFO neutron.plugins.ml2.plugin [None req-00818792-835f-4d52-bebc-5cb635d8f35c - - - - - -] Attempt 1 to provision port dd261ff2-1249-4da6-a09e-7158c643bec6 2026-06-16 01:46:20.810 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 35327722-73fa-4aaa-80e3-571b916a9a16 2026-06-16 01:46:21.015 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port b5c5d397-8f93-4e78-ab6f-97838dd0f475 2026-06-16 01:46:21.196 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port cef5aa61-7ff5-4728-98b1-83d988d87fcd 2026-06-16 01:46:21.329 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port e4b8fe23-3e73-4fa1-a75a-9e65970ae417 2026-06-16 01:46:23.422 12 INFO neutron.plugins.ml2.plugin [None req-866bbad3-6737-4bed-b7cc-6499fa0adff2 - - - - - -] Attempt 1 to provision port e4b8fe23-3e73-4fa1-a75a-9e65970ae417 2026-06-16 01:46:23.473 12 INFO neutron.plugins.ml2.plugin [None req-866bbad3-6737-4bed-b7cc-6499fa0adff2 - - - - - -] Attempt 1 to provision port 35327722-73fa-4aaa-80e3-571b916a9a16 2026-06-16 01:46:23.528 12 INFO neutron.plugins.ml2.plugin [None req-866bbad3-6737-4bed-b7cc-6499fa0adff2 - - - - - -] Attempt 1 to provision port b5c5d397-8f93-4e78-ab6f-97838dd0f475 2026-06-16 01:46:25.539 11 INFO neutron.plugins.ml2.plugin [None req-2c415b8d-bf48-462e-bf18-678fece91377 - - - - - -] Attempt 1 to provision port e4b8fe23-3e73-4fa1-a75a-9e65970ae417 2026-06-16 01:46:25.592 11 INFO neutron.plugins.ml2.plugin [None req-2c415b8d-bf48-462e-bf18-678fece91377 - - - - - -] Attempt 1 to provision port b5c5d397-8f93-4e78-ab6f-97838dd0f475 2026-06-16 01:46:26.896 11 INFO neutron.plugins.ml2.plugin [None req-77cb550d-f3d0-4efb-870f-1aeea413838e - - - - - -] Attempt 1 to provision port dd261ff2-1249-4da6-a09e-7158c643bec6 2026-06-16 01:46:34.832 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 5bc29490-0a7d-445b-8a1b-0875a64c4257 2026-06-16 01:46:34.940 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-ef62f9db-2f42-4e45-8d50-f0084336acf0'] response: {'server_uuid': 'e83c0baf-7112-4480-9811-bd1da536e625', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5bc29490-0a7d-445b-8a1b-0875a64c4257', 'code': 200} 2026-06-16 01:46:36.795 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 5bc29490-0a7d-445b-8a1b-0875a64c4257 2026-06-16 01:47:01.661 11 INFO neutron.plugins.ml2.plugin [None req-3c39280f-0bcc-42ac-835e-6f7379753ad6 - - - - - -] Attempt 1 to provision port 6aa62244-fb7a-48dc-9baa-70edc9384ad1 2026-06-16 01:47:23.360 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 6fa6d16a-6bf1-4abd-a1a7-3244aa109ae9 2026-06-16 01:47:23.486 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-cc705f14-06d4-411e-b31c-96b8b8ae7f66'] response: {'server_uuid': 'c8e2cb4c-62af-4c92-8288-be2d2f79f1e7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6fa6d16a-6bf1-4abd-a1a7-3244aa109ae9', 'code': 200} 2026-06-16 01:47:24.838 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 6fa6d16a-6bf1-4abd-a1a7-3244aa109ae9 2026-06-16 01:48:03.940 12 INFO neutron.plugins.ml2.plugin [None req-e56b3400-e5ea-43f1-93e6-84d7a984624b - - - - - -] Attempt 1 to provision port d836bdc2-6aa4-4067-986a-1f331cd495e0 2026-06-16 01:48:08.891 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port d836bdc2-6aa4-4067-986a-1f331cd495e0 2026-06-16 01:48:09.018 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-ff8e2d5f-459c-4b56-949e-93cefec54816'] response: {'server_uuid': 'c8e2cb4c-62af-4c92-8288-be2d2f79f1e7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd836bdc2-6aa4-4067-986a-1f331cd495e0', 'code': 200} 2026-06-16 01:48:10.850 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port d836bdc2-6aa4-4067-986a-1f331cd495e0 2026-06-16 01:48:13.382 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port d836bdc2-6aa4-4067-986a-1f331cd495e0 2026-06-16 01:48:38.164 12 INFO neutron.plugins.ml2.plugin [None req-b90414d3-d81c-4b3f-8fee-cd75b697bd0b - - - - - -] Attempt 1 to provision port fccb3627-f274-41c5-90e9-470085445d68 2026-06-16 01:48:46.456 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port fccb3627-f274-41c5-90e9-470085445d68 2026-06-16 01:48:46.618 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-01eabbb9-8b97-4cfe-b37d-167137be0a94'] response: {'server_uuid': 'c8e2cb4c-62af-4c92-8288-be2d2f79f1e7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fccb3627-f274-41c5-90e9-470085445d68', 'code': 200} 2026-06-16 01:48:47.069 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port fccb3627-f274-41c5-90e9-470085445d68 2026-06-16 01:48:57.489 11 INFO neutron.plugins.ml2.plugin [None req-73ba5368-224b-456e-8da7-239b74b1af37 - - - - - -] Attempt 1 to provision port 22c4cb9b-681d-4120-b992-a04e07fcc025 2026-06-16 01:49:05.117 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 22c4cb9b-681d-4120-b992-a04e07fcc025 2026-06-16 01:49:05.232 12 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-16e8dc45-5644-4350-a442-da1e205ab83f'] response: {'server_uuid': 'c8e2cb4c-62af-4c92-8288-be2d2f79f1e7', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '22c4cb9b-681d-4120-b992-a04e07fcc025', 'code': 200} 2026-06-16 01:49:07.312 12 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 22c4cb9b-681d-4120-b992-a04e07fcc025 2026-06-16 01:49:07.647 11 INFO neutron.plugins.ml2.plugin [None req-41742161-636b-4605-afe9-c3b2cfef5a8d - - - - - -] Attempt 1 to provision port fccb3627-f274-41c5-90e9-470085445d68 2026-06-16 01:49:21.174 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port 22c4cb9b-681d-4120-b992-a04e07fcc025 2026-06-16 01:49:21.204 12 INFO neutron.plugins.ml2.plugin [None req-cc96b1c0-7cd4-4a59-95e6-15a7bb310a74 - - - - - -] Attempt 1 to provision port 22c4cb9b-681d-4120-b992-a04e07fcc025 2026-06-16 01:49:22.532 12 INFO neutron.plugins.ml2.plugin [None req-50b83166-b817-428a-8f30-371c689e2f8c - - - - - -] Attempt 1 to provision port 22c4cb9b-681d-4120-b992-a04e07fcc025 2026-06-16 01:49:31.931 12 INFO neutron.plugins.ml2.plugin [None req-c507700d-f020-41de-8cd7-5e4501a3986c - - - - - -] Attempt 1 to provision port fccb3627-f274-41c5-90e9-470085445d68 2026-06-16 01:49:33.124 11 INFO neutron.plugins.ml2.plugin [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Attempt 1 to provision port fccb3627-f274-41c5-90e9-470085445d68 2026-06-16 01:49:59.304 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-20ebd11a-aafc-4614-80d9-a5e12b4bd7ff'] response: {'server_uuid': 'c8e2cb4c-62af-4c92-8288-be2d2f79f1e7', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6fa6d16a-6bf1-4abd-a1a7-3244aa109ae9', 'code': 200} 2026-06-16 01:50:15.287 11 INFO neutron.notifiers.nova [None req-a7972b6d-c20e-44d1-a377-0403055a9d43 - - - - - -] Nova event matching ['req-403b4945-3138-4a2f-a058-25a2ef1c6aad'] response: {'server_uuid': '9cd22895-5e17-4787-8786-93706d9ad2cd', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'dd261ff2-1249-4da6-a09e-7158c643bec6', 'code': 200}