+ 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-05-25 22:46:43.409 1 INFO neutron.common.config [-] Logging enabled! 2026-05-25 22:46:43.410 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev10 2026-05-25 22:46:43.410 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-25 22:46:43.410 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-25 22:46:44.423 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 22:46:44.426 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-25 22:46:44.429 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-25 22:46:44.430 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 22:46:44.430 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-25 22:46:44.431 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-25 22:46:44.431 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:44.438 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:44.438 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:44.438 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 22:46:44.459 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-25 22:46:44.461 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 22:46:44.461 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-25 22:46:44.502 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-25 22:46:44.502 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-25 22:46:44.502 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-25 22:46:44.503 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-25 22:46:44.808 1 INFO neutron.plugins.ml2.managers [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] Initializing driver for type 'vlan' 2026-05-25 22:46:44.958 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] VlanTypeDriver initialization complete 2026-05-25 22:46:44.958 1 INFO neutron.plugins.ml2.managers [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] Initializing driver for type 'vxlan' 2026-05-25 22:46:44.959 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-25 22:46:45.006 1 INFO neutron.plugins.ml2.managers [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-25 22:46:45.006 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-25 22:46:45.006 1 INFO neutron.plugins.ml2.managers [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] Initializing extension driver 'port_security' 2026-05-25 22:46:45.006 1 INFO neutron.plugins.ml2.extensions.port_security [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-25 22:46:45.006 1 INFO neutron.plugins.ml2.managers [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] Initializing extension driver 'qos' 2026-05-25 22:46:45.007 1 INFO neutron.plugins.ml2.managers [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-25 22:46:45.007 1 INFO neutron.plugins.ml2.managers [None req-9f022639-a355-4a5a-98ef-c74b70eb3219 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-25 22:46:45.022 1 INFO neutron.quota [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded quota_driver: . 2026-05-25 22:46:45.023 1 INFO neutron.plugins.ml2.plugin [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Modular L2 Plugin initialization complete 2026-05-25 22:46:45.023 1 INFO neutron.plugins.ml2.managers [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-25 22:46:45.023 1 INFO neutron.plugins.ml2.managers [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-25 22:46:45.023 1 INFO neutron.plugins.ml2.managers [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-25 22:46:45.023 1 INFO neutron.extensions.vlantransparent [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Disabled vlantransparent extension. 2026-05-25 22:46:45.023 1 INFO neutron.extensions.qinq [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Disabled VLAN QinQ extension. 2026-05-25 22:46:45.024 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: qos 2026-05-25 22:46:45.035 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: router 2026-05-25 22:46:45.075 1 INFO neutron.services.service_base [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-25 22:46:45.075 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: segments 2026-05-25 22:46:45.145 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: trunk 2026-05-25 22:46:45.158 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: vpnaas 2026-05-25 22:46:45.205 1 WARNING stevedore.named [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-25 22:46:45.205 1 WARNING stevedore.named [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:45.457 1 INFO neutron_vpnaas.services.vpn.plugin [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-25 22:46:45.459 1 INFO neutron.common.utils [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-25 22:46:45.459 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: taas 2026-05-25 22:46:45.482 1 WARNING stevedore.named [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:45.517 1 INFO neutron_taas.services.taas.taas_plugin [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-25 22:46:45.518 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: tapmirror 2026-05-25 22:46:45.526 1 WARNING stevedore.named [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:45.540 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-25 22:46:45.541 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: auto_allocate 2026-05-25 22:46:45.549 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: tag 2026-05-25 22:46:45.555 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: timestamp 2026-05-25 22:46:45.557 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: network_ip_availability 2026-05-25 22:46:45.560 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: flavors 2026-05-25 22:46:45.563 1 INFO neutron.manager [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loading Plugin: revisions 2026-05-25 22:46:45.566 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Initializing extension manager. 2026-05-25 22:46:45.567 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: address-group 2026-05-25 22:46:45.567 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: address-scope 2026-05-25 22:46:45.568 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-25 22:46:45.569 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: agent 2026-05-25 22:46:45.569 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: agent-resources-synced 2026-05-25 22:46:45.570 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-25 22:46:45.571 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-25 22:46:45.571 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: availability_zone 2026-05-25 22:46:45.572 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: availability_zone_filter 2026-05-25 22:46:45.572 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-25 22:46:45.573 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: default-subnetpools 2026-05-25 22:46:45.574 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-25 22:46:45.574 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: dns-integration 2026-05-25 22:46:45.575 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: dns-domain-ports 2026-05-25 22:46:45.575 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-25 22:46:45.576 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: dvr 2026-05-25 22:46:45.576 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-25 22:46:45.577 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: empty-string-filtering 2026-05-25 22:46:45.577 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 22:46:45.577 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-25 22:46:45.578 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: external-net 2026-05-25 22:46:45.578 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-25 22:46:45.579 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: extraroute 2026-05-25 22:46:45.579 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: extraroute-atomic 2026-05-25 22:46:45.580 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-25 22:46:45.580 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-25 22:46:45.581 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-25 22:46:45.581 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-25 22:46:45.582 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: fip-port-details 2026-05-25 22:46:45.582 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: flavors 2026-05-25 22:46:45.583 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-25 22:46:45.584 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: floatingip-pools 2026-05-25 22:46:45.584 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: ip_allocation 2026-05-25 22:46:45.584 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-25 22:46:45.585 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: l2_adjacency 2026-05-25 22:46:45.586 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: router 2026-05-25 22:46:45.588 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 22:46:45.588 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-25 22:46:45.589 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-25 22:46:45.589 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: ext-gw-mode 2026-05-25 22:46:45.590 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: l3-ha 2026-05-25 22:46:45.590 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-25 22:46:45.590 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-25 22:46:45.591 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: l3-flavors 2026-05-25 22:46:45.592 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-25 22:46:45.592 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-25 22:46:45.594 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-25 22:46:45.595 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-25 22:46:45.596 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-25 22:46:45.597 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-25 22:46:45.597 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-25 22:46:45.598 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: multi-provider 2026-05-25 22:46:45.598 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: net-mtu 2026-05-25 22:46:45.598 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: net-mtu-writable 2026-05-25 22:46:45.599 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: network_availability_zone 2026-05-25 22:46:45.599 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: network_ha 2026-05-25 22:46:45.600 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: network-ip-availability 2026-05-25 22:46:45.601 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-25 22:46:45.602 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: pagination 2026-05-25 22:46:45.602 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-device-profile 2026-05-25 22:46:45.602 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-25 22:46:45.603 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-25 22:46:45.604 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-25 22:46:45.604 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-mac-override 2026-05-25 22:46:45.605 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-25 22:46:45.605 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-25 22:46:45.606 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-25 22:46:45.606 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-resource-request 2026-05-25 22:46:45.607 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-25 22:46:45.607 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-25 22:46:45.608 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: binding 2026-05-25 22:46:45.609 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: binding-extended 2026-05-25 22:46:45.609 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-security 2026-05-25 22:46:45.610 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: project-id 2026-05-25 22:46:45.610 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: provider 2026-05-25 22:46:45.611 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-25 22:46:45.613 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos 2026-05-25 22:46:45.614 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-25 22:46:45.615 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-25 22:46:45.615 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-default 2026-05-25 22:46:45.616 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-fip 2026-05-25 22:46:45.616 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-25 22:46:45.617 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-25 22:46:45.617 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-25 22:46:45.618 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-25 22:46:45.618 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-25 22:46:45.619 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-pps 2026-05-25 22:46:45.619 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-25 22:46:45.620 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-25 22:46:45.620 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: qos-rules-alias 2026-05-25 22:46:45.621 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: quota-check-limit 2026-05-25 22:46:45.622 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-25 22:46:45.624 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: quotas 2026-05-25 22:46:45.627 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: quota_details 2026-05-25 22:46:45.629 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: rbac-policies 2026-05-25 22:46:45.630 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: rbac-address-group 2026-05-25 22:46:45.630 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: rbac-address-scope 2026-05-25 22:46:45.631 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: rbac-security-groups 2026-05-25 22:46:45.631 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-25 22:46:45.632 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: revision-if-match 2026-05-25 22:46:45.633 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-25 22:46:45.633 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: router_availability_zone 2026-05-25 22:46:45.634 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-25 22:46:45.636 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-25 22:46:45.636 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-25 22:46:45.637 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-25 22:46:45.638 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-25 22:46:45.638 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-25 22:46:45.642 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-25 22:46:45.652 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: security-group 2026-05-25 22:46:45.654 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: segment 2026-05-25 22:46:45.655 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-25 22:46:45.655 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: service-type 2026-05-25 22:46:45.656 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: sorting 2026-05-25 22:46:45.656 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: standard-attr-segment 2026-05-25 22:46:45.657 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: standard-attr-description 2026-05-25 22:46:45.658 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: stateful-security-group 2026-05-25 22:46:45.658 1 WARNING neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-25 22:46:45.659 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-25 22:46:45.659 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: subnet-external-network 2026-05-25 22:46:45.660 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: subnet_onboard 2026-05-25 22:46:45.660 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-25 22:46:45.661 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: subnet-service-types 2026-05-25 22:46:45.662 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: subnet_allocation 2026-05-25 22:46:45.662 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-25 22:46:45.663 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: tag-creation 2026-05-25 22:46:45.663 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-25 22:46:45.667 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: standard-attr-tag 2026-05-25 22:46:45.668 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-25 22:46:45.669 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: trunk 2026-05-25 22:46:45.669 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: trunk-details 2026-05-25 22:46:45.670 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-25 22:46:45.671 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-25 22:46:45.671 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-25 22:46:45.672 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-25 22:46:45.673 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-25 22:46:45.674 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-25 22:46:45.675 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: vpn-flavors 2026-05-25 22:46:45.676 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: vpnaas 2026-05-25 22:46:45.677 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: taas 2026-05-25 22:46:45.678 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: tap-mirror 2026-05-25 22:46:45.679 1 INFO neutron.api.extensions [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-25 22:46:45.682 1 INFO oslo_service.backend.eventlet.service [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Starting 2 workers 2026-05-25 22:46:45.686 1 INFO oslo_service.backend.eventlet.service [None req-4c10e37c-e70c-42aa-ac19-2d3a3983bc44 - - - - - -] Starting 1 workers 2026-05-25 22:47:30.225 12 INFO neutron.db.l3_hamode_db [None req-bc5d0378-4bbd-4ce0-ad8e-baec859eecd0 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 22:47:48.057 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 044e1e5d-fc46-4e6b-a6f3-7d7bcb79e854 2026-05-25 22:47:49.113 11 INFO neutron.plugins.ml2.plugin [None req-d6acd0cc-2ebd-47a1-9803-6339aa8e00f2 - - - - - -] Attempt 1 to provision port 044e1e5d-fc46-4e6b-a6f3-7d7bcb79e854 2026-05-25 22:47:49.974 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 044e1e5d-fc46-4e6b-a6f3-7d7bcb79e854 2026-05-25 22:47:50.818 11 INFO neutron.plugins.ml2.plugin [None req-cf3f5128-7464-41cd-b3f0-c27f704dba8e - - - - - -] Attempt 1 to provision port 044e1e5d-fc46-4e6b-a6f3-7d7bcb79e854 2026-05-25 22:52:23.991 12 INFO neutron.plugins.ml2.plugin [None req-5bd7d05b-3a5b-4a62-973d-f8330e4efecc - - - - - -] Attempt 1 to provision port dbedeb75-e85e-4240-b7da-ef56f572189f 2026-05-25 22:52:24.178 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port dbedeb75-e85e-4240-b7da-ef56f572189f 2026-05-25 22:52:25.673 12 INFO neutron.plugins.ml2.plugin [None req-002fbdd1-56f6-4828-b3cd-df334d153bca - - - - - -] Attempt 1 to provision port dbedeb75-e85e-4240-b7da-ef56f572189f 2026-05-25 22:52:26.159 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port dbedeb75-e85e-4240-b7da-ef56f572189f 2026-05-25 22:52:31.664 11 INFO neutron.plugins.ml2.plugin [None req-569a1ea6-d005-40e4-8fc5-7c185e00067b - - - - - -] Attempt 1 to provision port 2153b821-61f5-4f6a-9b2f-90569b113ee6 2026-05-25 22:56:34.883 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2153b821-61f5-4f6a-9b2f-90569b113ee6 2026-05-25 22:56:36.327 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2153b821-61f5-4f6a-9b2f-90569b113ee6 2026-05-25 23:04:58.663 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 93b76a29-8b96-4f8e-97fd-decfd28bb48c 2026-05-25 23:05:00.792 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 93b76a29-8b96-4f8e-97fd-decfd28bb48c 2026-05-25 23:21:59.516 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 3b8e7b8b-2e42-41b8-af64-ffc4b986e1de 2026-05-25 23:22:00.533 11 INFO neutron.plugins.ml2.plugin [None req-c3302eb9-1b8f-4678-8e7d-d9423b67982f - - - - - -] Attempt 1 to provision port 3b8e7b8b-2e42-41b8-af64-ffc4b986e1de 2026-05-25 23:22:01.309 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 3b8e7b8b-2e42-41b8-af64-ffc4b986e1de 2026-05-25 23:22:03.309 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2bd495d5-af80-4b8b-a94a-7ad03ddd1466 2026-05-25 23:22:05.312 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2bd495d5-af80-4b8b-a94a-7ad03ddd1466 2026-05-25 23:22:07.043 11 INFO neutron.plugins.ml2.plugin [None req-1d602a8f-b4e5-4455-b7b3-182e8bf6bee1 - - - - - -] Attempt 1 to provision port eabdf53b-ce8a-4422-9111-8c5338ce5888 2026-05-25 23:22:07.074 11 INFO neutron.plugins.ml2.plugin [None req-1d602a8f-b4e5-4455-b7b3-182e8bf6bee1 - - - - - -] Attempt 1 to provision port 3b8e7b8b-2e42-41b8-af64-ffc4b986e1de 2026-05-25 23:22:07.126 11 INFO neutron.plugins.ml2.plugin [None req-1d602a8f-b4e5-4455-b7b3-182e8bf6bee1 - - - - - -] Attempt 1 to provision port 2bd495d5-af80-4b8b-a94a-7ad03ddd1466 2026-05-25 23:22:09.403 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c4b2cc21-36ca-4268-9b31-4cafc11c61e0 2026-05-25 23:22:11.607 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c4b2cc21-36ca-4268-9b31-4cafc11c61e0 2026-05-25 23:22:13.463 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b866a42f-fa30-477f-bd41-2f5ed441cf4c 2026-05-25 23:22:14.267 11 INFO neutron.plugins.ml2.plugin [None req-6437fe67-afdf-4067-9f98-40bb30e69105 - - - - - -] Attempt 1 to provision port c4b2cc21-36ca-4268-9b31-4cafc11c61e0 2026-05-25 23:22:14.353 11 INFO neutron.plugins.ml2.plugin [None req-6437fe67-afdf-4067-9f98-40bb30e69105 - - - - - -] Attempt 1 to provision port 558455c1-9b39-4d69-8e24-a40d564b0b53 2026-05-25 23:22:15.331 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b866a42f-fa30-477f-bd41-2f5ed441cf4c 2026-05-25 23:22:17.345 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port cde1d435-2db4-4116-86f9-977d6ffce2fc 2026-05-25 23:22:19.460 12 INFO neutron.plugins.ml2.plugin [None req-35720712-e3ff-4c4a-9c31-946ad4c178b0 - - - - - -] Attempt 1 to provision port cde1d435-2db4-4116-86f9-977d6ffce2fc 2026-05-25 23:22:19.801 12 INFO neutron.plugins.ml2.plugin [None req-35720712-e3ff-4c4a-9c31-946ad4c178b0 - - - - - -] Attempt 1 to provision port f3a99564-f48c-485b-8e57-22f07480f8c2 2026-05-25 23:22:20.265 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2984665e-0684-4845-82bb-26ac77146ff8 2026-05-25 23:22:20.508 12 INFO neutron.plugins.ml2.plugin [None req-e74b1e8a-a0ee-4b0c-b3fb-fc518e064517 - - - - - -] Attempt 1 to provision port 2984665e-0684-4845-82bb-26ac77146ff8 2026-05-25 23:22:20.583 12 INFO neutron.plugins.ml2.plugin [None req-e74b1e8a-a0ee-4b0c-b3fb-fc518e064517 - - - - - -] Attempt 1 to provision port c4b2cc21-36ca-4268-9b31-4cafc11c61e0 2026-05-25 23:22:20.728 12 INFO neutron.plugins.ml2.plugin [None req-e74b1e8a-a0ee-4b0c-b3fb-fc518e064517 - - - - - -] Attempt 1 to provision port 60a3f2fd-07aa-414b-b7f1-202dba543493 2026-05-25 23:22:20.756 12 INFO neutron.plugins.ml2.plugin [None req-e74b1e8a-a0ee-4b0c-b3fb-fc518e064517 - - - - - -] Attempt 1 to provision port 87fded7e-8370-4812-9d2e-bc3a2664b4d2 2026-05-25 23:22:20.791 12 INFO neutron.plugins.ml2.plugin [None req-e74b1e8a-a0ee-4b0c-b3fb-fc518e064517 - - - - - -] Attempt 1 to provision port 558455c1-9b39-4d69-8e24-a40d564b0b53 2026-05-25 23:22:21.476 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f3a99564-f48c-485b-8e57-22f07480f8c2 2026-05-25 23:22:21.685 12 INFO neutron.plugins.ml2.plugin [None req-c3a0ca21-4086-4132-ad98-dfad010fa0a5 - - - - - -] Attempt 1 to provision port 2984665e-0684-4845-82bb-26ac77146ff8 2026-05-25 23:22:25.485 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c0938cd2-46de-4661-989d-af39fdee7469 2026-05-25 23:22:25.592 11 INFO neutron.plugins.ml2.plugin [None req-ad707add-c2f4-4c49-aead-b5734c67a91d - - - - - -] Attempt 1 to provision port c0938cd2-46de-4661-989d-af39fdee7469 2026-05-25 23:22:25.668 11 INFO neutron.plugins.ml2.plugin [None req-ad707add-c2f4-4c49-aead-b5734c67a91d - - - - - -] Attempt 1 to provision port 0474e83f-328f-4efa-b74f-d01f9f4eef64 2026-05-25 23:22:25.701 11 INFO neutron.plugins.ml2.plugin [None req-ad707add-c2f4-4c49-aead-b5734c67a91d - - - - - -] Attempt 1 to provision port 558455c1-9b39-4d69-8e24-a40d564b0b53 2026-05-25 23:22:27.981 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c0938cd2-46de-4661-989d-af39fdee7469 2026-05-25 23:22:28.231 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 3cd1fdd3-cb7f-4174-b879-6c76b654ef58 2026-05-25 23:22:28.559 12 INFO neutron.plugins.ml2.plugin [None req-b688350f-b609-4e52-a8d7-10c115e2fcee - - - - - -] Attempt 1 to provision port 558455c1-9b39-4d69-8e24-a40d564b0b53 2026-05-25 23:22:28.900 11 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-84030162-9199-4016-bcbc-05936e7442a1'] response: {'server_uuid': 'bc33c710-fcd3-4f24-91a2-ff038fd5d227', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3cd1fdd3-cb7f-4174-b879-6c76b654ef58', 'code': 200} 2026-05-25 23:22:29.830 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 3cd1fdd3-cb7f-4174-b879-6c76b654ef58 2026-05-25 23:22:32.342 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f5c9c9ad-b772-46b8-825a-37bb59c91264 2026-05-25 23:22:33.285 12 INFO neutron.notifiers.nova [None req-e9000968-3d38-40c8-8460-0d7671c54a6b - - - - - -] Nova event matching ['req-85e800c3-bdbb-460b-b9eb-55ba93ac774c'] response: {'server_uuid': '4b4afba5-e74f-42ec-a6cc-80cdf79999e5', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5c9c9ad-b772-46b8-825a-37bb59c91264', 'code': 200} 2026-05-25 23:22:33.634 11 INFO neutron.plugins.ml2.plugin [None req-4b5a9dfc-fc4b-4a22-aa84-f5b2aff2a9ca - - - - - -] Attempt 1 to provision port 2984665e-0684-4845-82bb-26ac77146ff8 2026-05-25 23:22:33.823 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f5c9c9ad-b772-46b8-825a-37bb59c91264 2026-05-25 23:22:33.831 11 INFO neutron.plugins.ml2.plugin [None req-4b5a9dfc-fc4b-4a22-aa84-f5b2aff2a9ca - - - - - -] Attempt 1 to provision port f5c9c9ad-b772-46b8-825a-37bb59c91264 2026-05-25 23:22:33.892 11 INFO neutron.plugins.ml2.plugin [None req-4b5a9dfc-fc4b-4a22-aa84-f5b2aff2a9ca - - - - - -] Attempt 1 to provision port c0938cd2-46de-4661-989d-af39fdee7469 2026-05-25 23:22:33.957 11 INFO neutron.plugins.ml2.plugin [None req-4b5a9dfc-fc4b-4a22-aa84-f5b2aff2a9ca - - - - - -] Attempt 1 to provision port 87fded7e-8370-4812-9d2e-bc3a2664b4d2 2026-05-25 23:22:33.990 11 INFO neutron.plugins.ml2.plugin [None req-4b5a9dfc-fc4b-4a22-aa84-f5b2aff2a9ca - - - - - -] Attempt 1 to provision port 0474e83f-328f-4efa-b74f-d01f9f4eef64 2026-05-25 23:22:37.718 12 INFO neutron.plugins.ml2.plugin [None req-5430f204-b763-4eed-acd5-b09e37860e83 - - - - - -] Attempt 1 to provision port 87fded7e-8370-4812-9d2e-bc3a2664b4d2 2026-05-25 23:22:37.751 12 INFO neutron.plugins.ml2.plugin [None req-5430f204-b763-4eed-acd5-b09e37860e83 - - - - - -] Attempt 1 to provision port 3cd1fdd3-cb7f-4174-b879-6c76b654ef58 2026-05-25 23:22:37.829 12 INFO neutron.plugins.ml2.plugin [None req-91e12134-e1ab-495f-b0d6-63a53714786f - - - - - -] Attempt 1 to provision port b7d7dac5-bce3-4817-8f06-714dad1cc202 2026-05-25 23:22:37.868 12 INFO neutron.plugins.ml2.plugin [None req-91e12134-e1ab-495f-b0d6-63a53714786f - - - - - -] Attempt 1 to provision port 0474e83f-328f-4efa-b74f-d01f9f4eef64 2026-05-25 23:22:40.388 12 INFO neutron.plugins.ml2.plugin [None req-99e3ef6c-f111-44e9-a9ad-c2a5e76ff4fb - - - - - -] Attempt 1 to provision port 87fded7e-8370-4812-9d2e-bc3a2664b4d2 2026-05-25 23:22:40.445 12 INFO neutron.plugins.ml2.plugin [None req-99e3ef6c-f111-44e9-a9ad-c2a5e76ff4fb - - - - - -] Attempt 1 to provision port 0474e83f-328f-4efa-b74f-d01f9f4eef64 2026-05-25 23:22:40.492 12 INFO neutron.plugins.ml2.plugin [None req-99e3ef6c-f111-44e9-a9ad-c2a5e76ff4fb - - - - - -] Attempt 1 to provision port d0012980-0c3c-4e68-a4e4-87a6a7bbe596 2026-05-25 23:22:42.309 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 0061be45-8d98-4e14-84f2-e80a44a21ce0 2026-05-25 23:22:42.456 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-be0ecc98-03f1-4917-a0f6-bab79db8b608'] response: {'server_uuid': '7b8d027e-e82d-4f7c-b49b-11ced987b476', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0061be45-8d98-4e14-84f2-e80a44a21ce0', 'code': 200} 2026-05-25 23:22:43.067 11 INFO neutron.plugins.ml2.plugin [None req-c0a57bfa-1f86-4734-84de-022c671474b6 - - - - - -] Attempt 1 to provision port 0061be45-8d98-4e14-84f2-e80a44a21ce0 2026-05-25 23:22:43.138 11 INFO neutron.plugins.ml2.plugin [None req-c0a57bfa-1f86-4734-84de-022c671474b6 - - - - - -] Attempt 1 to provision port f5c9c9ad-b772-46b8-825a-37bb59c91264 2026-05-25 23:22:43.828 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 0061be45-8d98-4e14-84f2-e80a44a21ce0 2026-05-25 23:22:51.775 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b7d7dac5-bce3-4817-8f06-714dad1cc202 2026-05-25 23:22:52.113 12 INFO neutron.plugins.ml2.plugin [None req-512795f2-49d6-4998-878e-358844315a39 - - - - - -] Attempt 1 to provision port 87fded7e-8370-4812-9d2e-bc3a2664b4d2 2026-05-25 23:22:53.912 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 558455c1-9b39-4d69-8e24-a40d564b0b53 2026-05-25 23:22:54.178 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b7d7dac5-bce3-4817-8f06-714dad1cc202 2026-05-25 23:22:54.345 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 7b0df819-75b0-4535-aa73-499c794610a3 2026-05-25 23:22:54.706 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 60a3f2fd-07aa-414b-b7f1-202dba543493 2026-05-25 23:22:54.856 12 INFO neutron.plugins.ml2.plugin [None req-a4b3169b-745d-4d6a-aab3-6d5854b38b75 - - - - - -] Attempt 1 to provision port 7b0df819-75b0-4535-aa73-499c794610a3 2026-05-25 23:22:55.010 12 INFO neutron.plugins.ml2.plugin [None req-a4b3169b-745d-4d6a-aab3-6d5854b38b75 - - - - - -] Attempt 1 to provision port 87fded7e-8370-4812-9d2e-bc3a2664b4d2 2026-05-25 23:22:56.041 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 558455c1-9b39-4d69-8e24-a40d564b0b53 2026-05-25 23:22:56.369 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 60a3f2fd-07aa-414b-b7f1-202dba543493 2026-05-25 23:22:56.588 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 7b0df819-75b0-4535-aa73-499c794610a3 2026-05-25 23:23:05.895 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port a4e19bdc-3aa9-444c-bee0-a678a5dade21 2026-05-25 23:23:07.824 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port a4e19bdc-3aa9-444c-bee0-a678a5dade21 2026-05-25 23:23:09.834 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2a2a9bff-c56d-40e3-b5a0-168efe01f826 2026-05-25 23:23:11.117 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-7a4a8bbb-1900-4279-bbd5-3ba3cfe17fa0'] response: {'server_uuid': 'bc33c710-fcd3-4f24-91a2-ff038fd5d227', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3cd1fdd3-cb7f-4174-b879-6c76b654ef58', 'code': 200} 2026-05-25 23:23:12.507 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2a2a9bff-c56d-40e3-b5a0-168efe01f826 2026-05-25 23:23:12.640 11 INFO neutron.plugins.ml2.plugin [None req-7cbf742a-031a-4625-b39c-0508d67b6c59 - - - - - -] Attempt 1 to provision port f7a5f613-35d8-4268-a350-f705aed67da3 2026-05-25 23:23:12.686 11 INFO neutron.plugins.ml2.plugin [None req-7cbf742a-031a-4625-b39c-0508d67b6c59 - - - - - -] Attempt 1 to provision port 2a2a9bff-c56d-40e3-b5a0-168efe01f826 2026-05-25 23:23:12.720 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 3cd1fdd3-cb7f-4174-b879-6c76b654ef58 2026-05-25 23:23:13.166 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-ce29baa3-bc1e-40f0-89db-685b0ddfe960'] response: {'server_uuid': 'bc33c710-fcd3-4f24-91a2-ff038fd5d227', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3cd1fdd3-cb7f-4174-b879-6c76b654ef58', 'code': 200} 2026-05-25 23:23:13.912 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 3cd1fdd3-cb7f-4174-b879-6c76b654ef58 2026-05-25 23:23:18.380 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 7b80f3f5-a29e-4f00-92cf-cb69cb4f071d 2026-05-25 23:23:18.518 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-6e2a7512-1214-4b14-a5c2-10c0c1769e30'] response: {'server_uuid': '10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7b80f3f5-a29e-4f00-92cf-cb69cb4f071d', 'code': 200} 2026-05-25 23:23:19.497 12 INFO neutron.plugins.ml2.plugin [None req-e64d497c-0651-474a-90f6-7121d516edd3 - - - - - -] Attempt 1 to provision port f7a5f613-35d8-4268-a350-f705aed67da3 2026-05-25 23:23:19.531 12 INFO neutron.plugins.ml2.plugin [None req-e64d497c-0651-474a-90f6-7121d516edd3 - - - - - -] Attempt 1 to provision port 2a2a9bff-c56d-40e3-b5a0-168efe01f826 2026-05-25 23:23:19.625 12 INFO neutron.plugins.ml2.plugin [None req-e64d497c-0651-474a-90f6-7121d516edd3 - - - - - -] Attempt 1 to provision port 7b80f3f5-a29e-4f00-92cf-cb69cb4f071d 2026-05-25 23:23:20.013 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 7b80f3f5-a29e-4f00-92cf-cb69cb4f071d 2026-05-25 23:23:23.896 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f7a5f613-35d8-4268-a350-f705aed67da3 2026-05-25 23:23:24.366 11 INFO neutron.plugins.ml2.plugin [None req-6cef86b4-bc08-4724-970c-37fa0753b768 - - - - - -] Attempt 1 to provision port e7b37f40-c544-4dc5-a8a3-72df18d2d4a7 2026-05-25 23:23:24.705 11 INFO neutron.plugins.ml2.plugin [None req-f30ea6f7-18b6-4e80-a466-b9b4f6a7b162 - - - - - -] Attempt 1 to provision port 3b0ef647-c788-42ea-943d-0dd4ee6b6d58 2026-05-25 23:23:25.653 12 INFO neutron.plugins.ml2.plugin [None req-e84c6ebc-0104-429c-b32e-e46cf13c10bc - - - - - -] Attempt 1 to provision port f7a5f613-35d8-4268-a350-f705aed67da3 2026-05-25 23:23:25.733 12 INFO neutron.plugins.ml2.plugin [None req-e84c6ebc-0104-429c-b32e-e46cf13c10bc - - - - - -] Attempt 1 to provision port e7b37f40-c544-4dc5-a8a3-72df18d2d4a7 2026-05-25 23:23:25.805 12 INFO neutron.plugins.ml2.plugin [None req-e84c6ebc-0104-429c-b32e-e46cf13c10bc - - - - - -] Attempt 1 to provision port 3b0ef647-c788-42ea-943d-0dd4ee6b6d58 2026-05-25 23:23:26.328 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f7a5f613-35d8-4268-a350-f705aed67da3 2026-05-25 23:23:26.572 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port e7b37f40-c544-4dc5-a8a3-72df18d2d4a7 2026-05-25 23:23:26.752 12 INFO neutron.plugins.ml2.plugin [None req-dc3072db-2545-41d3-b616-371c7a252af4 - - - - - -] Attempt 1 to provision port 3b0ef647-c788-42ea-943d-0dd4ee6b6d58 2026-05-25 23:23:26.956 12 INFO neutron.plugins.ml2.plugin [None req-dc3072db-2545-41d3-b616-371c7a252af4 - - - - - -] Attempt 1 to provision port c00cc701-95aa-470c-b44d-4f17d6b8b1d5 2026-05-25 23:23:28.150 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c00cc701-95aa-470c-b44d-4f17d6b8b1d5 2026-05-25 23:23:29.397 12 INFO neutron.plugins.ml2.plugin [None req-2140edbc-b34f-492c-93e4-a3d06a634e11 - - - - - -] Attempt 1 to provision port f7a5f613-35d8-4268-a350-f705aed67da3 2026-05-25 23:23:29.474 12 INFO neutron.plugins.ml2.plugin [None req-2140edbc-b34f-492c-93e4-a3d06a634e11 - - - - - -] Attempt 1 to provision port dfc1edda-db37-46c0-9e26-380769d3096b 2026-05-25 23:23:29.509 12 INFO neutron.plugins.ml2.plugin [None req-2140edbc-b34f-492c-93e4-a3d06a634e11 - - - - - -] Attempt 1 to provision port 3b0ef647-c788-42ea-943d-0dd4ee6b6d58 2026-05-25 23:23:32.620 12 INFO neutron.plugins.ml2.plugin [None req-e390e57d-8ab3-47a1-8479-2981a4a7e5b0 - - - - - -] Attempt 1 to provision port dfc1edda-db37-46c0-9e26-380769d3096b 2026-05-25 23:23:32.652 12 INFO neutron.plugins.ml2.plugin [None req-e390e57d-8ab3-47a1-8479-2981a4a7e5b0 - - - - - -] Attempt 1 to provision port b9afa565-4c30-4585-bbd5-3c61800e306a 2026-05-25 23:23:35.156 11 INFO neutron.plugins.ml2.plugin [None req-baf225d7-a498-4187-a327-c7d2213f83c0 - - - - - -] Attempt 1 to provision port dfc1edda-db37-46c0-9e26-380769d3096b 2026-05-25 23:23:38.710 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b9e3a4f1-64ef-4dc1-970d-963c79e14ff3 2026-05-25 23:23:38.863 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-2c3278fa-563f-4d35-9403-45e6631474ea'] response: {'server_uuid': 'bca93322-2a31-466c-99d1-9ac540b0da43', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b9e3a4f1-64ef-4dc1-970d-963c79e14ff3', 'code': 200} 2026-05-25 23:23:40.217 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b9e3a4f1-64ef-4dc1-970d-963c79e14ff3 2026-05-25 23:23:44.257 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b9afa565-4c30-4585-bbd5-3c61800e306a 2026-05-25 23:23:44.564 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port dfc1edda-db37-46c0-9e26-380769d3096b 2026-05-25 23:23:46.218 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b9afa565-4c30-4585-bbd5-3c61800e306a 2026-05-25 23:23:46.366 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port dfc1edda-db37-46c0-9e26-380769d3096b 2026-05-25 23:23:48.178 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2948efbc-a9f6-4ef7-9d23-eac7b41a44e6 2026-05-25 23:23:48.749 11 INFO neutron.plugins.ml2.plugin [None req-71832733-4b78-4176-b95f-8168f54ea1d8 - - - - - -] Attempt 1 to provision port 2948efbc-a9f6-4ef7-9d23-eac7b41a44e6 2026-05-25 23:23:50.273 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 2948efbc-a9f6-4ef7-9d23-eac7b41a44e6 2026-05-25 23:23:50.571 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f707a761-9b70-4dcf-9168-d10a81c84b71 2026-05-25 23:23:52.353 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f707a761-9b70-4dcf-9168-d10a81c84b71 2026-05-25 23:23:52.551 11 INFO neutron.plugins.ml2.plugin [None req-ed19ff21-ec75-4c52-b4d1-c1c41acbead8 - - - - - -] Attempt 1 to provision port 2948efbc-a9f6-4ef7-9d23-eac7b41a44e6 2026-05-25 23:23:52.671 11 INFO neutron.plugins.ml2.plugin [None req-ed19ff21-ec75-4c52-b4d1-c1c41acbead8 - - - - - -] Attempt 1 to provision port 0ca6e18b-ca81-45b2-8e9e-caa6a6f7bb2b 2026-05-25 23:23:52.729 11 INFO neutron.plugins.ml2.plugin [None req-ed19ff21-ec75-4c52-b4d1-c1c41acbead8 - - - - - -] Attempt 1 to provision port d5dda348-a594-4837-aa05-0b80770b8c38 2026-05-25 23:23:55.235 12 INFO neutron.plugins.ml2.plugin [None req-7549fcd0-5a83-4a38-93da-df85ad5f46c1 - - - - - -] Attempt 1 to provision port d5dda348-a594-4837-aa05-0b80770b8c38 2026-05-25 23:23:57.833 11 INFO neutron.plugins.ml2.plugin [None req-32c1ab88-8a6d-47f7-b09f-d5e26c4fd491 - - - - - -] Attempt 1 to provision port d5dda348-a594-4837-aa05-0b80770b8c38 2026-05-25 23:24:01.268 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c3807dd1-4d86-4bb0-8bd0-f0acc1769f97 2026-05-25 23:24:01.408 11 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-6f1ef113-4ad1-4285-ba2f-7a1a7fb31c58'] response: {'server_uuid': 'f06e1046-35dc-4c9d-81f9-b126da556a47', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c3807dd1-4d86-4bb0-8bd0-f0acc1769f97', 'code': 200} 2026-05-25 23:24:02.182 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c3807dd1-4d86-4bb0-8bd0-f0acc1769f97 2026-05-25 23:24:08.263 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 0ca6e18b-ca81-45b2-8e9e-caa6a6f7bb2b 2026-05-25 23:24:08.554 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port d5dda348-a594-4837-aa05-0b80770b8c38 2026-05-25 23:24:10.170 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 0ca6e18b-ca81-45b2-8e9e-caa6a6f7bb2b 2026-05-25 23:24:10.320 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port d5dda348-a594-4837-aa05-0b80770b8c38 2026-05-25 23:24:18.268 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port cfe1bb69-102e-45a6-a8f1-b62f276e6a22 2026-05-25 23:24:20.260 11 INFO neutron.plugins.ml2.plugin [None req-7834e19c-bc15-4e49-a64c-6dbfdc01ffef - - - - - -] Attempt 1 to provision port 43877303-e02d-464e-86e3-219e132b8f3d 2026-05-25 23:24:20.286 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port cfe1bb69-102e-45a6-a8f1-b62f276e6a22 2026-05-25 23:24:20.288 11 INFO neutron.plugins.ml2.plugin [None req-7834e19c-bc15-4e49-a64c-6dbfdc01ffef - - - - - -] Attempt 1 to provision port cfe1bb69-102e-45a6-a8f1-b62f276e6a22 2026-05-25 23:24:20.601 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port ae00c639-0200-4301-b6a7-63332483121b 2026-05-25 23:24:22.218 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port ae00c639-0200-4301-b6a7-63332483121b 2026-05-25 23:24:23.565 12 INFO neutron.plugins.ml2.plugin [None req-5d96fd92-ee2f-4eb4-a289-0d6d103be15e - - - - - -] Attempt 1 to provision port 02fe58e6-7c06-46bb-91ec-af6f303937e0 2026-05-25 23:24:23.594 12 INFO neutron.plugins.ml2.plugin [None req-5d96fd92-ee2f-4eb4-a289-0d6d103be15e - - - - - -] Attempt 1 to provision port cfe1bb69-102e-45a6-a8f1-b62f276e6a22 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server [None req-d5bc4f81-a55e-46e3-9448-cbbb5d4286d3 - - - - - -] Exception during message handling: neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 2526cdc7-6957-4e17-94fe-6ce9555264f0: This subnet is being modified by another concurrent operation. 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return func(*args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ret_val = f(_self, context, *args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return self._port_action(plugin, context, port, 'create_port') 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return p_utils.create_port(plugin, context, port) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return core_plugin.create_port( 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f_with_retry(*args, **kwargs, 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception() as ectxt: 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server with excutils.save_and_reraise_exception(): 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server self.force_reraise() 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server raise self.value 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f(*dup_args, **dup_kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server result, mech_context = self._create_port_db(context, port) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server port_db = self.create_port_db(context, port) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server self.ipam.allocate_ips_for_port_and_store( 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ips = self.allocate_ips_for_port(context, port_copy) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return f(*args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return fn(*args, **kwargs) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server return self._allocate_ips_for_port(context, port) 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server subnets = self._ipam_get_subnets( 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server subnet.read_lock_register( 2026-05-25 23:24:25.410 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-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server raise exception 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server neutron_lib.exceptions.SubnetInUse: Unable to complete operation on subnet 2526cdc7-6957-4e17-94fe-6ce9555264f0: This subnet is being modified by another concurrent operation. 2026-05-25 23:24:25.410 11 ERROR oslo_messaging.rpc.server 2026-05-25 23:24:26.853 12 INFO neutron.plugins.ml2.plugin [None req-5f64e0b6-d7fc-4a91-8b69-b3e219bb46fd - - - - - -] Attempt 1 to provision port 02fe58e6-7c06-46bb-91ec-af6f303937e0 2026-05-25 23:24:29.159 11 INFO neutron.plugins.ml2.plugin [None req-c109a248-7472-4c2d-8cd6-51550662b46c - - - - - -] Attempt 1 to provision port 02fe58e6-7c06-46bb-91ec-af6f303937e0 2026-05-25 23:24:33.334 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91 2026-05-25 23:24:33.461 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-92ba945d-140c-4e8d-8f24-63a524f59fad'] response: {'server_uuid': '130f8f3f-1361-4dcd-972c-6fa9cae82061', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91', 'code': 200} 2026-05-25 23:24:34.462 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91 2026-05-25 23:24:36.244 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 55d4f9d9-11fb-49f9-a445-67aba96909bf 2026-05-25 23:24:38.335 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 02fe58e6-7c06-46bb-91ec-af6f303937e0 2026-05-25 23:24:38.795 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 55d4f9d9-11fb-49f9-a445-67aba96909bf 2026-05-25 23:24:39.016 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 43877303-e02d-464e-86e3-219e132b8f3d 2026-05-25 23:24:40.344 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 02fe58e6-7c06-46bb-91ec-af6f303937e0 2026-05-25 23:24:40.624 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 43877303-e02d-464e-86e3-219e132b8f3d 2026-05-25 23:24:40.836 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f2a150cc-7557-4b0c-b1fa-e83ae1adcca6 2026-05-25 23:24:41.190 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 858df2db-2b97-45c8-bdf3-16483c1df813 2026-05-25 23:24:41.710 12 INFO neutron.plugins.ml2.plugin [None req-ef93ecdd-ef6d-4c9f-9064-de62f730f3d8 - - - - - -] Attempt 1 to provision port f2a150cc-7557-4b0c-b1fa-e83ae1adcca6 2026-05-25 23:24:41.794 12 INFO neutron.plugins.ml2.plugin [None req-ef93ecdd-ef6d-4c9f-9064-de62f730f3d8 - - - - - -] Attempt 1 to provision port 55d4f9d9-11fb-49f9-a445-67aba96909bf 2026-05-25 23:24:42.582 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 858df2db-2b97-45c8-bdf3-16483c1df813 2026-05-25 23:24:42.884 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port f2a150cc-7557-4b0c-b1fa-e83ae1adcca6 2026-05-25 23:24:44.636 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 127154c9-550b-497f-9ac7-7b2c45b494c7 2026-05-25 23:24:46.953 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 127154c9-550b-497f-9ac7-7b2c45b494c7 2026-05-25 23:24:50.365 11 INFO neutron.plugins.ml2.plugin [None req-6e0c3622-a1ea-48dc-90a4-bbeb2b8b91d2 - - - - - -] Attempt 1 to provision port f2a150cc-7557-4b0c-b1fa-e83ae1adcca6 2026-05-25 23:24:50.426 11 INFO neutron.plugins.ml2.plugin [None req-6e0c3622-a1ea-48dc-90a4-bbeb2b8b91d2 - - - - - -] Attempt 1 to provision port 7cd64243-4d9d-44c1-93f0-6430b4261a08 2026-05-25 23:24:50.454 11 INFO neutron.plugins.ml2.plugin [None req-6e0c3622-a1ea-48dc-90a4-bbeb2b8b91d2 - - - - - -] Attempt 1 to provision port 9442095a-a4f8-413c-90b8-f46a53b3e299 2026-05-25 23:24:50.501 11 INFO neutron.plugins.ml2.plugin [None req-6e0c3622-a1ea-48dc-90a4-bbeb2b8b91d2 - - - - - -] Attempt 1 to provision port 127154c9-550b-497f-9ac7-7b2c45b494c7 2026-05-25 23:24:50.566 11 INFO neutron.plugins.ml2.plugin [None req-6e0c3622-a1ea-48dc-90a4-bbeb2b8b91d2 - - - - - -] Attempt 1 to provision port 8fb134f8-5928-48b3-aeb3-d4e124e26126 2026-05-25 23:24:50.593 11 INFO neutron.plugins.ml2.plugin [None req-6e0c3622-a1ea-48dc-90a4-bbeb2b8b91d2 - - - - - -] Attempt 1 to provision port 55d4f9d9-11fb-49f9-a445-67aba96909bf 2026-05-25 23:24:55.930 11 INFO neutron.plugins.ml2.plugin [None req-a6ecc645-3226-40a2-b8b8-ed25bcd33bec - - - - - -] Attempt 1 to provision port f2a150cc-7557-4b0c-b1fa-e83ae1adcca6 2026-05-25 23:24:56.007 11 INFO neutron.plugins.ml2.plugin [None req-a6ecc645-3226-40a2-b8b8-ed25bcd33bec - - - - - -] Attempt 1 to provision port 7cd64243-4d9d-44c1-93f0-6430b4261a08 2026-05-25 23:24:56.032 11 INFO neutron.plugins.ml2.plugin [None req-a6ecc645-3226-40a2-b8b8-ed25bcd33bec - - - - - -] Attempt 1 to provision port 9442095a-a4f8-413c-90b8-f46a53b3e299 2026-05-25 23:24:56.066 11 INFO neutron.plugins.ml2.plugin [None req-a6ecc645-3226-40a2-b8b8-ed25bcd33bec - - - - - -] Attempt 1 to provision port 127154c9-550b-497f-9ac7-7b2c45b494c7 2026-05-25 23:24:56.146 11 INFO neutron.plugins.ml2.plugin [None req-3ee34a69-e8a2-4b8c-93d5-72aa46ae9963 - - - - - -] Attempt 1 to provision port 8fb134f8-5928-48b3-aeb3-d4e124e26126 2026-05-25 23:24:56.174 11 INFO neutron.plugins.ml2.plugin [None req-3ee34a69-e8a2-4b8c-93d5-72aa46ae9963 - - - - - -] Attempt 1 to provision port 55d4f9d9-11fb-49f9-a445-67aba96909bf 2026-05-25 23:24:57.156 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 34f068b0-43fd-4e10-81ad-3388842e451b 2026-05-25 23:24:57.291 11 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-41865289-5a38-48fd-bce7-0f0fcc83bf65'] response: {'server_uuid': 'a4905ac0-85c7-480e-98b9-78117a79eeb1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '34f068b0-43fd-4e10-81ad-3388842e451b', 'code': 200} 2026-05-25 23:24:58.729 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 9442095a-a4f8-413c-90b8-f46a53b3e299 2026-05-25 23:24:59.057 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 8fb134f8-5928-48b3-aeb3-d4e124e26126 2026-05-25 23:24:59.326 12 INFO neutron.plugins.ml2.plugin [None req-344cd71a-7365-4451-91e9-934cdfc49f98 - - - - - -] Attempt 1 to provision port e82b0893-5adc-472f-b7b4-c971da0fa91e 2026-05-25 23:24:59.624 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 7cd64243-4d9d-44c1-93f0-6430b4261a08 2026-05-25 23:24:59.830 11 INFO neutron.plugins.ml2.plugin [None req-ba09c8d4-5078-49a2-8ab2-ac1fd5ead2ae - - - - - -] Attempt 1 to provision port 127154c9-550b-497f-9ac7-7b2c45b494c7 2026-05-25 23:24:59.887 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 34f068b0-43fd-4e10-81ad-3388842e451b 2026-05-25 23:24:59.909 11 INFO neutron.plugins.ml2.plugin [None req-ba09c8d4-5078-49a2-8ab2-ac1fd5ead2ae - - - - - -] Attempt 1 to provision port 7cd64243-4d9d-44c1-93f0-6430b4261a08 2026-05-25 23:25:00.792 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 9442095a-a4f8-413c-90b8-f46a53b3e299 2026-05-25 23:25:01.198 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port e82b0893-5adc-472f-b7b4-c971da0fa91e 2026-05-25 23:25:01.403 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 7cd64243-4d9d-44c1-93f0-6430b4261a08 2026-05-25 23:25:01.635 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 8fb134f8-5928-48b3-aeb3-d4e124e26126 2026-05-25 23:25:04.649 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 5f33352a-cbad-4387-80e7-1b0ecf317d64 2026-05-25 23:25:05.637 12 INFO neutron.plugins.ml2.plugin [None req-36745443-a52a-4f19-a13e-68ebaadabf81 - - - - - -] Attempt 1 to provision port 5f33352a-cbad-4387-80e7-1b0ecf317d64 2026-05-25 23:25:06.667 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 5f33352a-cbad-4387-80e7-1b0ecf317d64 2026-05-25 23:25:08.880 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c3e4c9e0-f112-4409-8f8e-53b2838d6a32 2026-05-25 23:25:10.716 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c3e4c9e0-f112-4409-8f8e-53b2838d6a32 2026-05-25 23:25:10.963 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 5c5ebf34-0cde-46a7-af8c-c83ce08bb111 2026-05-25 23:25:11.807 12 INFO neutron.plugins.ml2.plugin [None req-c1aef107-6fb3-4cbb-a795-310b225a9551 - - - - - -] Attempt 1 to provision port c3e4c9e0-f112-4409-8f8e-53b2838d6a32 2026-05-25 23:25:12.677 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 5c5ebf34-0cde-46a7-af8c-c83ce08bb111 2026-05-25 23:25:14.681 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port ae7e154d-3d99-4d2b-82c9-bd17fe531bdb 2026-05-25 23:25:16.930 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port d4e4d8ec-29bd-4b30-9b49-ce7053acb6ba 2026-05-25 23:25:18.752 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 27b7fcfa-60f7-4f1b-ae52-5697bfe92527 2026-05-25 23:25:19.188 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port d4e4d8ec-29bd-4b30-9b49-ce7053acb6ba 2026-05-25 23:25:20.326 11 INFO neutron.plugins.ml2.plugin [None req-47732a5d-5ca0-472d-b657-7fdf662abea1 - - - - - -] Attempt 1 to provision port 27b7fcfa-60f7-4f1b-ae52-5697bfe92527 2026-05-25 23:25:20.448 11 INFO neutron.plugins.ml2.plugin [None req-a337eeb7-5ecb-4469-87df-e2658f5631a8 - - - - - -] Attempt 1 to provision port 01f30a0a-d216-44c3-90fb-038c67e00e21 2026-05-25 23:25:20.914 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 27b7fcfa-60f7-4f1b-ae52-5697bfe92527 2026-05-25 23:25:21.163 11 INFO neutron.plugins.ml2.plugin [None req-178532a4-d12e-4788-8d81-a76c86d9db7e - - - - - -] Attempt 1 to provision port 7f7cfecc-30a9-4548-a52f-e80dab2bc784 2026-05-25 23:25:21.298 11 INFO neutron.notifiers.nova [None req-178532a4-d12e-4788-8d81-a76c86d9db7e - - - - - -] Nova event matching ['req-af12032a-f3fa-4a41-a8a1-b38813cb540d'] response: {'server_uuid': '9c706341-4c76-4b29-913a-8be029ce287f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7f7cfecc-30a9-4548-a52f-e80dab2bc784', 'code': 200} 2026-05-25 23:25:22.646 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 7f7cfecc-30a9-4548-a52f-e80dab2bc784 2026-05-25 23:25:24.726 11 INFO neutron.plugins.ml2.plugin [None req-a03f3f69-41d9-4031-b303-1eba8cca519a - - - - - -] Attempt 1 to provision port 3e2a85c4-74b4-4fc7-8d67-e2868897e6ab 2026-05-25 23:25:24.767 11 INFO neutron.plugins.ml2.plugin [None req-a03f3f69-41d9-4031-b303-1eba8cca519a - - - - - -] Attempt 1 to provision port c3e4c9e0-f112-4409-8f8e-53b2838d6a32 2026-05-25 23:25:29.043 11 INFO neutron.plugins.ml2.plugin [None req-b27804cb-1561-4725-8b4a-88508308969e - - - - - -] Attempt 1 to provision port 27b7fcfa-60f7-4f1b-ae52-5697bfe92527 2026-05-25 23:25:29.120 11 INFO neutron.plugins.ml2.plugin [None req-b27804cb-1561-4725-8b4a-88508308969e - - - - - -] Attempt 1 to provision port 01f30a0a-d216-44c3-90fb-038c67e00e21 2026-05-25 23:25:31.825 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port da224c38-6a22-43d6-a5ec-eef443c13990 2026-05-25 23:25:31.985 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-d6951ef7-30d5-4d8f-a7c9-1bc6efb0e1a9'] response: {'server_uuid': '7229a219-458b-4a63-8211-55f4c648508e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'da224c38-6a22-43d6-a5ec-eef443c13990', 'code': 200} 2026-05-25 23:25:32.321 12 INFO neutron.plugins.ml2.plugin [None req-712e9783-68d8-42d4-afe9-3fca85b9c10c - - - - - -] Attempt 1 to provision port 3e2a85c4-74b4-4fc7-8d67-e2868897e6ab 2026-05-25 23:25:32.682 12 INFO neutron.plugins.ml2.plugin [None req-712e9783-68d8-42d4-afe9-3fca85b9c10c - - - - - -] Attempt 1 to provision port 21e56218-21b0-49d5-bc94-a3dbe6c9afce 2026-05-25 23:25:33.496 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port da224c38-6a22-43d6-a5ec-eef443c13990 2026-05-25 23:25:33.741 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 3e2a85c4-74b4-4fc7-8d67-e2868897e6ab 2026-05-25 23:25:34.033 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 21e56218-21b0-49d5-bc94-a3dbe6c9afce 2026-05-25 23:25:34.080 12 INFO neutron.plugins.ml2.plugin [None req-6094f36f-f822-4c03-b37a-60d841f8c6cf - - - - - -] Attempt 1 to provision port 9442095a-a4f8-413c-90b8-f46a53b3e299 2026-05-25 23:25:34.162 12 INFO neutron.plugins.ml2.plugin [None req-6094f36f-f822-4c03-b37a-60d841f8c6cf - - - - - -] Attempt 1 to provision port e82b0893-5adc-472f-b7b4-c971da0fa91e 2026-05-25 23:25:34.223 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 01f30a0a-d216-44c3-90fb-038c67e00e21 2026-05-25 23:25:34.233 12 INFO neutron.plugins.ml2.plugin [None req-6094f36f-f822-4c03-b37a-60d841f8c6cf - - - - - -] Attempt 1 to provision port 8fb134f8-5928-48b3-aeb3-d4e124e26126 2026-05-25 23:25:34.283 12 INFO neutron.plugins.ml2.plugin [None req-6094f36f-f822-4c03-b37a-60d841f8c6cf - - - - - -] Attempt 1 to provision port 7cd64243-4d9d-44c1-93f0-6430b4261a08 2026-05-25 23:25:34.677 11 INFO neutron.plugins.ml2.plugin [None req-008730ef-dc1c-4aec-bbe6-52279f070a1d - - - - - -] Attempt 1 to provision port 6c889090-5ffe-4adc-aa76-08aae433b40f 2026-05-25 23:25:35.591 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 01f30a0a-d216-44c3-90fb-038c67e00e21 2026-05-25 23:25:35.809 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 6c889090-5ffe-4adc-aa76-08aae433b40f 2026-05-25 23:25:38.265 11 INFO neutron.plugins.ml2.plugin [None req-c76962b3-58a1-465e-8136-0ae0381419ea - - - - - -] Attempt 1 to provision port 9442095a-a4f8-413c-90b8-f46a53b3e299 2026-05-25 23:25:38.352 11 INFO neutron.plugins.ml2.plugin [None req-c76962b3-58a1-465e-8136-0ae0381419ea - - - - - -] Attempt 1 to provision port 8fb134f8-5928-48b3-aeb3-d4e124e26126 2026-05-25 23:25:38.434 11 INFO neutron.plugins.ml2.plugin [None req-c76962b3-58a1-465e-8136-0ae0381419ea - - - - - -] Attempt 1 to provision port 7cd64243-4d9d-44c1-93f0-6430b4261a08 2026-05-25 23:25:38.531 11 INFO neutron.plugins.ml2.plugin [None req-c76962b3-58a1-465e-8136-0ae0381419ea - - - - - -] Attempt 1 to provision port 21e56218-21b0-49d5-bc94-a3dbe6c9afce 2026-05-25 23:25:41.620 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port a4c44da6-65d3-4db2-9e11-85b06c24cff0 2026-05-25 23:25:42.279 12 INFO neutron.plugins.ml2.plugin [None req-dffd6798-f62d-43f1-adcf-a88cde247f60 - - - - - -] Attempt 1 to provision port 34f068b0-43fd-4e10-81ad-3388842e451b 2026-05-25 23:25:42.325 12 INFO neutron.plugins.ml2.plugin [None req-dffd6798-f62d-43f1-adcf-a88cde247f60 - - - - - -] Attempt 1 to provision port 3e2a85c4-74b4-4fc7-8d67-e2868897e6ab 2026-05-25 23:25:42.368 12 INFO neutron.plugins.ml2.plugin [None req-dffd6798-f62d-43f1-adcf-a88cde247f60 - - - - - -] Attempt 1 to provision port 6c889090-5ffe-4adc-aa76-08aae433b40f 2026-05-25 23:25:43.580 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port a4c44da6-65d3-4db2-9e11-85b06c24cff0 2026-05-25 23:25:45.634 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b7dcc210-38e4-4a76-935d-ff03995a058e 2026-05-25 23:25:47.667 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port b7dcc210-38e4-4a76-935d-ff03995a058e 2026-05-25 23:25:49.263 12 INFO neutron.plugins.ml2.plugin [None req-268003aa-98ef-422a-8595-b25b52627086 - - - - - -] Attempt 1 to provision port da224c38-6a22-43d6-a5ec-eef443c13990 2026-05-25 23:25:49.313 12 INFO neutron.plugins.ml2.plugin [None req-268003aa-98ef-422a-8595-b25b52627086 - - - - - -] Attempt 1 to provision port b7dcc210-38e4-4a76-935d-ff03995a058e 2026-05-25 23:25:49.367 12 INFO neutron.plugins.ml2.plugin [None req-268003aa-98ef-422a-8595-b25b52627086 - - - - - -] Attempt 1 to provision port 22c705c9-6822-4ff9-933c-7b0621112a09 2026-05-25 23:25:49.396 12 INFO neutron.plugins.ml2.plugin [None req-268003aa-98ef-422a-8595-b25b52627086 - - - - - -] Attempt 1 to provision port 7f7cfecc-30a9-4548-a52f-e80dab2bc784 2026-05-25 23:25:49.463 12 INFO neutron.plugins.ml2.plugin [None req-268003aa-98ef-422a-8595-b25b52627086 - - - - - -] Attempt 1 to provision port 01f30a0a-d216-44c3-90fb-038c67e00e21 2026-05-25 23:25:51.795 12 INFO neutron.plugins.ml2.plugin [None req-8f9b6a88-114c-4c0f-9813-1733a02eb1c0 - - - - - -] Attempt 1 to provision port b7dcc210-38e4-4a76-935d-ff03995a058e 2026-05-25 23:25:51.853 12 INFO neutron.plugins.ml2.plugin [None req-8f9b6a88-114c-4c0f-9813-1733a02eb1c0 - - - - - -] Attempt 1 to provision port 22c705c9-6822-4ff9-933c-7b0621112a09 2026-05-25 23:25:51.878 12 INFO neutron.plugins.ml2.plugin [None req-8f9b6a88-114c-4c0f-9813-1733a02eb1c0 - - - - - -] Attempt 1 to provision port 0e2165de-b94d-4fe2-9e13-d41809be5457 2026-05-25 23:25:54.129 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 793c50da-3e23-4eb9-9aac-dc2a7431afa2 2026-05-25 23:25:54.247 11 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-0d7d0361-883c-45b7-bc83-a00220d831fd'] response: {'server_uuid': '024e7fd6-3da0-48c3-8a27-e028a4f6ffec', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '793c50da-3e23-4eb9-9aac-dc2a7431afa2', 'code': 200} 2026-05-25 23:25:55.284 11 INFO neutron.plugins.ml2.plugin [None req-450dbc00-e0bf-4118-967a-33d3dcd6d2b2 - - - - - -] Attempt 1 to provision port 01f30a0a-d216-44c3-90fb-038c67e00e21 2026-05-25 23:25:55.359 11 INFO neutron.plugins.ml2.plugin [None req-450dbc00-e0bf-4118-967a-33d3dcd6d2b2 - - - - - -] Attempt 1 to provision port 22c705c9-6822-4ff9-933c-7b0621112a09 2026-05-25 23:25:55.385 11 INFO neutron.plugins.ml2.plugin [None req-450dbc00-e0bf-4118-967a-33d3dcd6d2b2 - - - - - -] Attempt 1 to provision port 3e2a85c4-74b4-4fc7-8d67-e2868897e6ab 2026-05-25 23:25:55.585 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 793c50da-3e23-4eb9-9aac-dc2a7431afa2 2026-05-25 23:25:56.564 12 INFO neutron.plugins.ml2.plugin [None req-b5ae967a-7beb-4efd-a87e-264730a1d286 - - - - - -] Attempt 1 to provision port 22c705c9-6822-4ff9-933c-7b0621112a09 2026-05-25 23:25:57.608 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 22c705c9-6822-4ff9-933c-7b0621112a09 2026-05-25 23:25:57.867 11 INFO neutron.plugins.ml2.plugin [None req-f992ec1e-3021-4631-8196-c44ff91e8cc2 - - - - - -] Attempt 1 to provision port 793c50da-3e23-4eb9-9aac-dc2a7431afa2 2026-05-25 23:25:57.933 12 INFO neutron.plugins.ml2.plugin [None req-09d36364-25ac-4c9a-a461-999b6d483a61 - - - - - -] Attempt 1 to provision port 0e2165de-b94d-4fe2-9e13-d41809be5457 2026-05-25 23:25:59.576 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 22c705c9-6822-4ff9-933c-7b0621112a09 2026-05-25 23:25:59.799 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 0e2165de-b94d-4fe2-9e13-d41809be5457 2026-05-25 23:26:03.809 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-e10db5e5-3084-439d-950c-12caa88a2c51'] response: {'server_uuid': '7229a219-458b-4a63-8211-55f4c648508e', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'da224c38-6a22-43d6-a5ec-eef443c13990', 'code': 200} 2026-05-25 23:26:27.421 11 INFO neutron.plugins.ml2.plugin [None req-2dea5b30-f017-4074-a9a6-280350802b5d - - - - - -] Attempt 1 to provision port c927613a-0e77-4e64-943c-091889bbcab3 2026-05-25 23:26:34.147 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 4a53f222-a13c-4095-a1de-d8cc9733e983 2026-05-25 23:26:34.277 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-7829c476-4334-44c0-84e8-528b5b413092'] response: {'server_uuid': '404c82a7-68c9-4857-8f87-9393cd9cf55b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4a53f222-a13c-4095-a1de-d8cc9733e983', 'code': 200} 2026-05-25 23:26:35.601 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 4a53f222-a13c-4095-a1de-d8cc9733e983 2026-05-25 23:26:50.192 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port d66da95a-462e-4103-85dc-1a7598bdafbf 2026-05-25 23:26:50.320 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-be4ad948-f594-4df0-aa4b-bd2cd2c9ac93'] response: {'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd66da95a-462e-4103-85dc-1a7598bdafbf', 'code': 200} 2026-05-25 23:26:51.610 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port d66da95a-462e-4103-85dc-1a7598bdafbf 2026-05-25 23:26:53.170 11 INFO neutron.plugins.ml2.plugin [None req-dc0088b1-a183-4758-93b9-57fb0a4dff7a - - - - - -] Attempt 1 to provision port 0e6c0f9f-d00e-4ab3-abc0-9e7aa614c6f1 2026-05-25 23:26:53.655 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 0e6c0f9f-d00e-4ab3-abc0-9e7aa614c6f1 2026-05-25 23:27:16.556 12 INFO neutron_taas.services.taas.taas_plugin [None req-a870e1f0-380e-4857-8d3a-7815d5267346 - - - - - -] TaaS: Handle Delete Port: b7dcc210-38e4-4a76-935d-ff03995a058e 2026-05-25 23:27:16.566 12 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a870e1f0-380e-4857-8d3a-7815d5267346 - - - - - -] Tap Mirror: Handle Delete Port: b7dcc210-38e4-4a76-935d-ff03995a058e 2026-05-25 23:27:32.173 12 INFO neutron.plugins.ml2.plugin [None req-65fc771e-4ea4-4072-bceb-ae372aa302b7 - - - - - -] Attempt 1 to provision port e43e8a1a-3e43-462b-801a-af0a26da7fc4 2026-05-25 23:27:37.650 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port e43e8a1a-3e43-462b-801a-af0a26da7fc4 2026-05-25 23:27:37.957 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-26898c7d-a19c-4a34-8dec-2a0fb2bf6e06'] response: {'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e43e8a1a-3e43-462b-801a-af0a26da7fc4', 'code': 200} 2026-05-25 23:27:39.637 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port e43e8a1a-3e43-462b-801a-af0a26da7fc4 2026-05-25 23:27:42.150 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port e43e8a1a-3e43-462b-801a-af0a26da7fc4 2026-05-25 23:28:03.016 11 INFO neutron.plugins.ml2.plugin [None req-102a093d-738d-4bc0-97ff-0519ebcd4779 - - - - - -] Attempt 1 to provision port c3e82a17-3361-47c7-b8a2-da192e4caf55 2026-05-25 23:28:11.432 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c3e82a17-3361-47c7-b8a2-da192e4caf55 2026-05-25 23:28:11.597 12 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-8698f322-c7dc-4a9b-93b4-07f725764ac9'] response: {'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c3e82a17-3361-47c7-b8a2-da192e4caf55', 'code': 200} 2026-05-25 23:28:12.638 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c3e82a17-3361-47c7-b8a2-da192e4caf55 2026-05-25 23:28:24.300 12 INFO neutron.plugins.ml2.plugin [None req-24feffc9-5978-43cc-a351-44ee15661bf1 - - - - - -] Attempt 1 to provision port 9e749269-f9e8-483e-8eb4-8a0246775ff3 2026-05-25 23:28:30.560 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 9e749269-f9e8-483e-8eb4-8a0246775ff3 2026-05-25 23:28:30.803 11 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-016b7091-32bf-4fc2-8a8e-fc4db9e3de93'] response: {'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9e749269-f9e8-483e-8eb4-8a0246775ff3', 'code': 200} 2026-05-25 23:28:32.514 12 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 9e749269-f9e8-483e-8eb4-8a0246775ff3 2026-05-25 23:28:34.641 11 INFO neutron.plugins.ml2.plugin [None req-d1740153-6796-48be-9338-b693be535dce - - - - - -] Attempt 1 to provision port c3e82a17-3361-47c7-b8a2-da192e4caf55 2026-05-25 23:28:49.836 11 INFO neutron.plugins.ml2.plugin [None req-1a81f04f-0457-40f5-8131-8fb145c0932a - - - - - -] Attempt 1 to provision port 9e749269-f9e8-483e-8eb4-8a0246775ff3 2026-05-25 23:28:50.592 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port 9e749269-f9e8-483e-8eb4-8a0246775ff3 2026-05-25 23:28:51.246 12 INFO neutron.plugins.ml2.plugin [None req-ec311f15-84f9-4a45-a3ce-a27fb62134c3 - - - - - -] Attempt 1 to provision port 9e749269-f9e8-483e-8eb4-8a0246775ff3 2026-05-25 23:28:58.537 12 INFO neutron.plugins.ml2.plugin [None req-44a16ca0-837f-42da-aa64-46c3a44d9c45 - - - - - -] Attempt 1 to provision port c3e82a17-3361-47c7-b8a2-da192e4caf55 2026-05-25 23:28:58.577 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Attempt 1 to provision port c3e82a17-3361-47c7-b8a2-da192e4caf55 2026-05-25 23:29:26.700 11 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-86587922-fb14-42ba-ae84-b249cdfdb347'] response: {'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd66da95a-462e-4103-85dc-1a7598bdafbf', 'code': 200} 2026-05-25 23:29:42.692 11 INFO neutron.notifiers.nova [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] Nova event matching ['req-de8bab48-95f1-4ec2-afdb-3d8fb6bc67b9'] response: {'server_uuid': 'a4905ac0-85c7-480e-98b9-78117a79eeb1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '34f068b0-43fd-4e10-81ad-3388842e451b', 'code': 200} 2026-05-25 23:29:42.789 11 INFO neutron.plugins.ml2.plugin [None req-315a4d7c-131f-4327-83bc-64b81a0e0b2f - - - - - -] No ports have port_id starting with 34f068b0-43fd-4e10-81ad-3388842e451b