+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-07-09 17:20:40.061 1 INFO neutron.common.config [-] Logging enabled! 2026-07-09 17:20:40.062 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-07-09 17:20:40.062 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-09 17:20:40.062 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-09 17:20:41.138 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 17:20:41.141 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-09 17:20:41.144 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-09 17:20:41.145 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 17:20:41.145 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-09 17:20:41.145 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-09 17:20:41.146 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 17:20:41.151 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 17:20:41.151 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 17:20:41.151 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 17:20:41.171 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-09 17:20:41.173 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 17:20:41.173 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-09 17:20:41.214 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-09 17:20:41.214 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-09 17:20:41.214 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-09 17:20:41.215 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-09 17:20:41.221 1 WARNING oslo_policy.policy [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-07-09 17:20:41.598 1 INFO neutron.plugins.ml2.managers [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] Initializing driver for type 'vlan' 2026-07-09 17:20:42.153 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] VlanTypeDriver initialization complete 2026-07-09 17:20:42.154 1 INFO neutron.plugins.ml2.managers [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] Initializing driver for type 'vxlan' 2026-07-09 17:20:42.154 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-09 17:20:42.202 1 INFO neutron.plugins.ml2.managers [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-09 17:20:42.203 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-09 17:20:42.203 1 INFO neutron.plugins.ml2.managers [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] Initializing extension driver 'port_security' 2026-07-09 17:20:42.204 1 INFO neutron.plugins.ml2.extensions.port_security [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-09 17:20:42.204 1 INFO neutron.plugins.ml2.managers [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] Initializing extension driver 'qos' 2026-07-09 17:20:42.204 1 INFO neutron.plugins.ml2.managers [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-09 17:20:42.205 1 INFO neutron.plugins.ml2.managers [None req-90a98435-769d-4bed-8068-35bf179af7b4 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-09 17:20:42.219 1 INFO neutron.quota [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded quota_driver: . 2026-07-09 17:20:42.220 1 INFO neutron.plugins.ml2.plugin [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Modular L2 Plugin initialization complete 2026-07-09 17:20:42.220 1 INFO neutron.plugins.ml2.managers [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-09 17:20:42.220 1 INFO neutron.plugins.ml2.managers [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-09 17:20:42.220 1 INFO neutron.plugins.ml2.managers [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Got port-security extension from driver 'port_security' 2026-07-09 17:20:42.220 1 INFO neutron.extensions.vlantransparent [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Disabled vlantransparent extension. 2026-07-09 17:20:42.221 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: qos 2026-07-09 17:20:42.230 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: router 2026-07-09 17:20:42.258 1 INFO neutron.services.service_base [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-09 17:20:42.259 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: segments 2026-07-09 17:20:42.340 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: trunk 2026-07-09 17:20:42.418 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: vpnaas 2026-07-09 17:20:42.455 1 WARNING stevedore.named [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 17:20:42.534 1 INFO neutron_vpnaas.services.vpn.plugin [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-09 17:20:42.535 1 INFO neutron.common.utils [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-09 17:20:42.535 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: auto_allocate 2026-07-09 17:20:42.542 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: tag 2026-07-09 17:20:42.549 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: timestamp 2026-07-09 17:20:42.552 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: network_ip_availability 2026-07-09 17:20:42.557 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: flavors 2026-07-09 17:20:42.562 1 INFO neutron.manager [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loading Plugin: revisions 2026-07-09 17:20:42.567 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Initializing extension manager. 2026-07-09 17:20:42.568 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: address-group 2026-07-09 17:20:42.569 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: address-scope 2026-07-09 17:20:42.569 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-09 17:20:42.570 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: agent 2026-07-09 17:20:42.571 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: agent-resources-synced 2026-07-09 17:20:42.575 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: allowed-address-pairs 2026-07-09 17:20:42.577 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: auto-allocated-topology 2026-07-09 17:20:42.578 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: availability_zone 2026-07-09 17:20:42.579 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: availability_zone_filter 2026-07-09 17:20:42.580 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-09 17:20:42.581 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: default-subnetpools 2026-07-09 17:20:42.583 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-09 17:20:42.584 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: dns-integration 2026-07-09 17:20:42.584 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: dns-domain-ports 2026-07-09 17:20:42.585 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-09 17:20:42.585 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: dvr 2026-07-09 17:20:42.586 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-09 17:20:42.587 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: empty-string-filtering 2026-07-09 17:20:42.587 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 17:20:42.588 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-09 17:20:42.588 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: external-net 2026-07-09 17:20:42.589 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-09 17:20:42.590 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: extraroute 2026-07-09 17:20:42.590 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: extraroute-atomic 2026-07-09 17:20:42.591 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-09 17:20:42.592 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-09 17:20:42.593 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-09 17:20:42.594 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-09 17:20:42.594 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: fip-port-details 2026-07-09 17:20:42.595 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: flavors 2026-07-09 17:20:42.596 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-09 17:20:42.597 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: floatingip-pools 2026-07-09 17:20:42.598 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: ip_allocation 2026-07-09 17:20:42.598 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: ip-substring-filtering 2026-07-09 17:20:42.599 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: l2_adjacency 2026-07-09 17:20:42.600 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: router 2026-07-09 17:20:42.602 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 17:20:42.603 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: ext-gw-mode 2026-07-09 17:20:42.603 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: l3-ha 2026-07-09 17:20:42.604 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-09 17:20:42.605 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-09 17:20:42.605 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: l3-flavors 2026-07-09 17:20:42.606 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-09 17:20:42.607 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-09 17:20:42.609 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-09 17:20:42.610 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-09 17:20:42.611 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-09 17:20:42.612 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-09 17:20:42.613 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-09 17:20:42.614 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: multi-provider 2026-07-09 17:20:42.614 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: net-mtu 2026-07-09 17:20:42.615 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: net-mtu-writable 2026-07-09 17:20:42.616 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: network_availability_zone 2026-07-09 17:20:42.616 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: network_ha 2026-07-09 17:20:42.617 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: network-ip-availability 2026-07-09 17:20:42.619 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-09 17:20:42.619 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: pagination 2026-07-09 17:20:42.620 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: port-device-profile 2026-07-09 17:20:42.620 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-09 17:20:42.621 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-09 17:20:42.621 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: port-mac-override 2026-07-09 17:20:42.622 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-09 17:20:42.623 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-09 17:20:42.623 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: port-resource-request 2026-07-09 17:20:42.624 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: port-resource-request-groups 2026-07-09 17:20:42.624 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: binding 2026-07-09 17:20:42.625 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: binding-extended 2026-07-09 17:20:42.627 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: port-security 2026-07-09 17:20:42.628 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: project-id 2026-07-09 17:20:42.629 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: provider 2026-07-09 17:20:42.632 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos 2026-07-09 17:20:42.633 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-09 17:20:42.633 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-09 17:20:42.634 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-default 2026-07-09 17:20:42.635 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-fip 2026-07-09 17:20:42.635 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-09 17:20:42.636 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-gateway-ip 2026-07-09 17:20:42.637 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-port-network-policy 2026-07-09 17:20:42.638 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-pps-minimum 2026-07-09 17:20:42.638 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-09 17:20:42.639 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-pps 2026-07-09 17:20:42.640 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-rule-type-details 2026-07-09 17:20:42.640 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-09 17:20:42.641 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: qos-rules-alias 2026-07-09 17:20:42.642 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: quota-check-limit 2026-07-09 17:20:42.644 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: quotas 2026-07-09 17:20:42.651 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: quota_details 2026-07-09 17:20:42.654 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: rbac-policies 2026-07-09 17:20:42.656 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: rbac-address-group 2026-07-09 17:20:42.657 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: rbac-address-scope 2026-07-09 17:20:42.658 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: rbac-security-groups 2026-07-09 17:20:42.659 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: rbac-subnetpool 2026-07-09 17:20:42.660 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: revision-if-match 2026-07-09 17:20:42.660 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: standard-attr-revisions 2026-07-09 17:20:42.661 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: router_availability_zone 2026-07-09 17:20:42.662 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-09 17:20:42.664 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: security-groups-default-rules 2026-07-09 17:20:42.664 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-09 17:20:42.665 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-09 17:20:42.665 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-09 17:20:42.666 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-09 17:20:42.672 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: security-group 2026-07-09 17:20:42.673 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: segment 2026-07-09 17:20:42.673 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-09 17:20:42.674 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: service-type 2026-07-09 17:20:42.674 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: sorting 2026-07-09 17:20:42.675 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: standard-attr-segment 2026-07-09 17:20:42.676 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: standard-attr-description 2026-07-09 17:20:42.676 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: stateful-security-group 2026-07-09 17:20:42.676 1 WARNING neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-09 17:20:42.677 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-09 17:20:42.678 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: subnet_onboard 2026-07-09 17:20:42.678 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-09 17:20:42.679 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: subnet-service-types 2026-07-09 17:20:42.680 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: subnet_allocation 2026-07-09 17:20:42.680 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-09 17:20:42.681 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-09 17:20:42.684 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: standard-attr-tag 2026-07-09 17:20:42.685 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-09 17:20:42.686 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: trunk 2026-07-09 17:20:42.686 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: trunk-details 2026-07-09 17:20:42.687 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-09 17:20:42.688 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-09 17:20:42.689 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-09 17:20:42.689 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: vpn-flavors 2026-07-09 17:20:42.691 1 INFO neutron.api.extensions [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Loaded extension: vpnaas 2026-07-09 17:20:42.694 1 INFO oslo_service.service [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Starting 2 workers 2026-07-09 17:20:42.699 1 INFO oslo_service.service [None req-f9ab48d6-a95a-4b4c-8e04-5124ac046e6f - - - - - -] Starting 1 workers 2026-07-09 17:21:25.226 9 INFO neutron.db.l3_hamode_db [None req-c1dc02a7-fecb-41c8-a886-a9f816e9f949 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 17:21:43.539 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 67fb4dcb-7ee4-40d0-af05-3685e36e0a4e 2026-07-09 17:21:44.865 10 INFO neutron.plugins.ml2.plugin [None req-ef7b0387-3a54-4cff-8130-a2d7d9b27bc8 - - - - - -] Attempt 1 to provision port 67fb4dcb-7ee4-40d0-af05-3685e36e0a4e 2026-07-09 17:21:45.442 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 67fb4dcb-7ee4-40d0-af05-3685e36e0a4e 2026-07-09 17:26:35.595 10 INFO neutron.plugins.ml2.plugin [None req-ae5f527b-0007-4abf-982b-7d61795b2cab - - - - - -] Attempt 1 to provision port 01a26aca-828b-42b8-8749-fd2334a89966 2026-07-09 17:26:35.664 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 01a26aca-828b-42b8-8749-fd2334a89966 2026-07-09 17:26:37.671 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 01a26aca-828b-42b8-8749-fd2334a89966 2026-07-09 17:26:43.985 10 INFO neutron.plugins.ml2.plugin [None req-a032c6c3-2c6e-4315-b27d-1fb40ad028d5 - - - - - -] Attempt 1 to provision port e13c2841-fcaa-4064-820e-8ddddef6f334 2026-07-09 17:31:01.978 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port e13c2841-fcaa-4064-820e-8ddddef6f334 2026-07-09 17:31:03.872 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port e13c2841-fcaa-4064-820e-8ddddef6f334 2026-07-09 17:42:22.459 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 4b7fdfa5-6f2b-4ca4-b689-b40b416c04d3 2026-07-09 17:42:24.376 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 4b7fdfa5-6f2b-4ca4-b689-b40b416c04d3 2026-07-09 18:01:23.368 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port d0476601-6937-43a0-b428-3a4194f30482 2026-07-09 18:01:24.318 9 INFO neutron.plugins.ml2.plugin [None req-54cc2702-81d5-4094-bd57-aa628f812f93 - - - - - -] Attempt 1 to provision port f96d86cf-20a1-440f-90ce-7e40825bb711 2026-07-09 18:01:24.984 9 INFO neutron.plugins.ml2.plugin [None req-a0b10c14-40fc-45e6-92d4-1c1bd8f9843d - - - - - -] Attempt 1 to provision port f313e8a5-e121-4aa2-a1ce-60cf3a72c681 2026-07-09 18:01:25.287 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 50b10127-5588-4a7f-99f2-c60d994b68fb 2026-07-09 18:01:25.359 10 INFO neutron.plugins.ml2.plugin [None req-74f4f707-701b-4005-94b5-364dce2451ed - - - - - -] Attempt 1 to provision port d0476601-6937-43a0-b428-3a4194f30482 2026-07-09 18:01:25.563 9 INFO neutron.plugins.ml2.plugin [None req-322d84bc-80c9-4ad4-b7f2-812fafdfb875 - - - - - -] Attempt 1 to provision port 86bc9520-8dc3-4b52-bde8-8b6f36e10aa0 2026-07-09 18:01:26.043 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 86bc9520-8dc3-4b52-bde8-8b6f36e10aa0 2026-07-09 18:01:26.072 10 INFO neutron.plugins.ml2.plugin [None req-6e7074da-511d-4e32-86f9-1dc0126f25fb - - - - - -] Attempt 1 to provision port 50b10127-5588-4a7f-99f2-c60d994b68fb 2026-07-09 18:01:26.912 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port d0476601-6937-43a0-b428-3a4194f30482 2026-07-09 18:01:27.606 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 50b10127-5588-4a7f-99f2-c60d994b68fb 2026-07-09 18:01:28.014 9 INFO neutron.plugins.ml2.plugin [None req-b563b307-f539-4a9c-873c-b8c39fce1537 - - - - - -] Attempt 1 to provision port 5b549654-e5fe-4d2f-842d-a39899bb1237 2026-07-09 18:01:28.332 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 86bc9520-8dc3-4b52-bde8-8b6f36e10aa0 2026-07-09 18:01:28.391 10 INFO neutron.plugins.ml2.plugin [None req-d448fcce-5306-4793-848f-8e7d2dc2f720 - - - - - -] Attempt 1 to provision port 287a0206-713a-4937-a0f8-3563944e6e70 2026-07-09 18:01:29.088 10 INFO neutron.plugins.ml2.plugin [None req-77c52921-fb9a-417f-ab1b-5f62ec11556d - - - - - -] Attempt 1 to provision port 287a0206-713a-4937-a0f8-3563944e6e70 2026-07-09 18:01:30.380 10 INFO neutron.plugins.ml2.plugin [None req-2f160a4e-0417-45f1-862c-bef62b3a6d44 - - - - - -] Attempt 1 to provision port 9b5e1693-ca5d-46ff-92f8-9ef49c8f100e 2026-07-09 18:01:31.149 9 INFO neutron.plugins.ml2.plugin [None req-30820163-73f8-4bf9-a7b4-95f093d946cc - - - - - -] Attempt 1 to provision port 9b5e1693-ca5d-46ff-92f8-9ef49c8f100e 2026-07-09 18:01:31.907 9 INFO neutron.plugins.ml2.plugin [None req-0769150a-d346-48a0-8d02-edb9218c80e6 - - - - - -] Attempt 1 to provision port 4978cbfc-b1d6-4637-8063-8984bcecf77b 2026-07-09 18:01:33.419 9 INFO neutron.plugins.ml2.plugin [None req-f411cecf-cbd2-4d7a-8bb9-698970b92316 - - - - - -] Attempt 1 to provision port 4978cbfc-b1d6-4637-8063-8984bcecf77b 2026-07-09 18:01:33.483 9 INFO neutron.plugins.ml2.plugin [None req-f411cecf-cbd2-4d7a-8bb9-698970b92316 - - - - - -] Attempt 1 to provision port 4db866c6-9988-43ee-8c51-3a91a325495d 2026-07-09 18:01:33.661 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 46a7aa01-46fe-48c7-a795-4f926dc5155d 2026-07-09 18:01:34.276 10 INFO neutron.plugins.ml2.plugin [None req-8ac4f73f-b562-4f0f-98c5-ea2ccd5bb5fd - - - - - -] Attempt 1 to provision port 46a7aa01-46fe-48c7-a795-4f926dc5155d 2026-07-09 18:01:35.658 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 46a7aa01-46fe-48c7-a795-4f926dc5155d 2026-07-09 18:01:36.806 9 INFO neutron.plugins.ml2.plugin [None req-ef8d4c69-bfc1-4f72-a203-244c23e5b0e4 - - - - - -] Attempt 1 to provision port 04a31706-685e-4870-aeab-2ea013d148a5 2026-07-09 18:01:37.574 9 INFO neutron.plugins.ml2.plugin [None req-40111c9c-820e-4386-a48c-960968decf37 - - - - - -] Attempt 1 to provision port 04a31706-685e-4870-aeab-2ea013d148a5 2026-07-09 18:01:39.877 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port cda0eafd-5563-4fa9-abbb-fe392e140c7d 2026-07-09 18:01:40.549 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 04cd66dc-19d1-4555-8665-5e86bdc1ed85 2026-07-09 18:01:41.222 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 2a43e14b-588d-4564-b18d-83ace20799b7 2026-07-09 18:01:42.216 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port c0a4dc75-272e-41f8-8637-6e31dc58e7f5 2026-07-09 18:01:43.222 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port cda0eafd-5563-4fa9-abbb-fe392e140c7d 2026-07-09 18:01:43.754 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 04cd66dc-19d1-4555-8665-5e86bdc1ed85 2026-07-09 18:01:43.934 9 INFO neutron.plugins.ml2.plugin [None req-27a581f0-aa1e-4c58-9408-8390b9f36c98 - - - - - -] Attempt 1 to provision port 38f5f29b-a244-4f7b-827f-e54ea994229e /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-09 18:01:50.600 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 38f5f29b-a244-4f7b-827f-e54ea994229e 2026-07-09 18:01:51.391 10 INFO neutron.plugins.ml2.plugin [None req-efc13d62-87e9-47e9-b167-c10c70a75f11 - - - - - -] Attempt 1 to provision port 6d0b9f18-3684-406b-9ad5-312e0130b765 2026-07-09 18:01:51.477 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-46c8f8f8-1705-46a3-925e-b1212b375fa0'] response: {'server_uuid': 'e2d04297-c1d1-43e8-aadc-11f67d670c37', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '38f5f29b-a244-4f7b-827f-e54ea994229e', 'code': 200} 2026-07-09 18:01:52.592 10 INFO neutron.plugins.ml2.plugin [None req-488dff64-b8a7-4e2f-a4c4-7217db9d3668 - - - - - -] Attempt 1 to provision port a3594d88-4fcd-45ce-afdc-77e87d361135 2026-07-09 18:01:52.684 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a3594d88-4fcd-45ce-afdc-77e87d361135 2026-07-09 18:01:53.495 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 38f5f29b-a244-4f7b-827f-e54ea994229e 2026-07-09 18:01:54.314 10 INFO neutron.plugins.ml2.plugin [None req-c2413656-f449-4d8b-ad2f-1cdea2eb3e4e - - - - - -] Attempt 1 to provision port a9241b20-da20-49c8-a8d2-24e3c5fc619d 2026-07-09 18:01:54.484 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a3594d88-4fcd-45ce-afdc-77e87d361135 2026-07-09 18:01:58.170 10 INFO neutron.plugins.ml2.plugin [None req-9ff80205-a158-40a1-9165-1598a46f211f - - - - - -] Attempt 1 to provision port 05e34560-8d80-4428-a9ed-d94a8db2b93e 2026-07-09 18:01:58.664 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port e16c829d-9230-45bf-94a1-27c4428c6eba 2026-07-09 18:01:59.299 9 INFO neutron.plugins.ml2.plugin [None req-d2b362d0-dd0a-4955-a782-37b666aab041 - - - - - -] Attempt 1 to provision port 05e34560-8d80-4428-a9ed-d94a8db2b93e 2026-07-09 18:02:00.769 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a9241b20-da20-49c8-a8d2-24e3c5fc619d 2026-07-09 18:02:01.457 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-30f330dd-6f58-4940-b33d-21d9a5e52ac3'] response: {'server_uuid': '8e1e1259-e962-42f6-b237-e5826be0b0d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a9241b20-da20-49c8-a8d2-24e3c5fc619d', 'code': 200} 2026-07-09 18:02:01.644 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port e16c829d-9230-45bf-94a1-27c4428c6eba 2026-07-09 18:02:02.505 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a9241b20-da20-49c8-a8d2-24e3c5fc619d 2026-07-09 18:02:07.080 9 INFO neutron.plugins.ml2.plugin [None req-c0d4a4a9-7808-4fc0-8686-a17d06da72c6 - - - - - -] Attempt 1 to provision port a2184f62-ecff-4f6b-8171-bc9fb52e645c 2026-07-09 18:02:07.961 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-15a84857-94c7-4f3d-bf4f-5e695f923fc7'] response: {'server_uuid': '8e1e1259-e962-42f6-b237-e5826be0b0d8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a9241b20-da20-49c8-a8d2-24e3c5fc619d', 'code': 200} 2026-07-09 18:02:10.212 9 WARNING neutron.plugins.ml2.plugin [None req-4e461a1b-dbbc-4664-842b-14c405e12e80 - - - - - -] Concurrent port binding operations failed on port 4db866c6-9988-43ee-8c51-3a91a325495d 2026-07-09 18:02:10.217 9 INFO neutron.plugins.ml2.plugin [None req-4e461a1b-dbbc-4664-842b-14c405e12e80 - - - - - -] Attempt 2 to bind port 4db866c6-9988-43ee-8c51-3a91a325495d 2026-07-09 18:02:10.687 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a2184f62-ecff-4f6b-8171-bc9fb52e645c 2026-07-09 18:02:10.894 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-11cb97f4-532a-4158-98de-40a6322cdcab'] response: {'server_uuid': '17dbc588-acd9-4c0d-8b8d-cb393ceb0ae9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a2184f62-ecff-4f6b-8171-bc9fb52e645c', 'code': 200} 2026-07-09 18:02:11.692 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 04a31706-685e-4870-aeab-2ea013d148a5 2026-07-09 18:02:12.410 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 4db866c6-9988-43ee-8c51-3a91a325495d 2026-07-09 18:02:13.288 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a2184f62-ecff-4f6b-8171-bc9fb52e645c /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-09 18:02:17.119 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port f313e8a5-e121-4aa2-a1ce-60cf3a72c681 2026-07-09 18:02:17.781 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 9b5e1693-ca5d-46ff-92f8-9ef49c8f100e 2026-07-09 18:02:19.214 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port f313e8a5-e121-4aa2-a1ce-60cf3a72c681 2026-07-09 18:02:19.629 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 05e34560-8d80-4428-a9ed-d94a8db2b93e 2026-07-09 18:02:20.125 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 9b5e1693-ca5d-46ff-92f8-9ef49c8f100e 2026-07-09 18:02:20.336 9 INFO neutron.plugins.ml2.plugin [None req-3cf3cada-5e33-4d55-802e-6033cbd02f34 - - - - - -] Attempt 1 to provision port 38f5f29b-a244-4f7b-827f-e54ea994229e 2026-07-09 18:02:21.130 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 05e34560-8d80-4428-a9ed-d94a8db2b93e 2026-07-09 18:02:21.594 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 38f5f29b-a244-4f7b-827f-e54ea994229e 2026-07-09 18:02:22.027 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 6d0b9f18-3684-406b-9ad5-312e0130b765 2026-07-09 18:02:23.101 10 INFO neutron.plugins.ml2.plugin [None req-73d1d94d-01ef-4b22-95cd-4694dda559b4 - - - - - -] Attempt 1 to provision port 38f5f29b-a244-4f7b-827f-e54ea994229e 2026-07-09 18:02:23.163 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 38f5f29b-a244-4f7b-827f-e54ea994229e 2026-07-09 18:02:23.685 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 6d0b9f18-3684-406b-9ad5-312e0130b765 2026-07-09 18:02:31.226 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-094a8efa-6126-492f-b8dd-70e2879ae5c6'] response: {'server_uuid': '17dbc588-acd9-4c0d-8b8d-cb393ceb0ae9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a2184f62-ecff-4f6b-8171-bc9fb52e645c', 'code': 200} 2026-07-09 18:02:32.385 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a2184f62-ecff-4f6b-8171-bc9fb52e645c 2026-07-09 18:02:33.261 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a2184f62-ecff-4f6b-8171-bc9fb52e645c 2026-07-09 18:02:33.278 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae97def9-4b7d-475d-a688-57e04e584785'] response: {'server_uuid': '17dbc588-acd9-4c0d-8b8d-cb393ceb0ae9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a2184f62-ecff-4f6b-8171-bc9fb52e645c', 'code': 200} 2026-07-09 18:02:37.280 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 992c33d6-5289-45a5-a610-bf46f4a4a021 2026-07-09 18:02:37.840 9 INFO neutron.plugins.ml2.plugin [None req-93d3a96a-9f35-4d69-beda-d59bc73601d9 - - - - - -] Attempt 1 to provision port e104f2f7-604a-4ad4-8834-e3a96d823761 2026-07-09 18:02:38.063 9 INFO neutron.plugins.ml2.plugin [None req-1d115d95-f16e-4344-ae2f-a3727f88433c - - - - - -] Attempt 1 to provision port 992c33d6-5289-45a5-a610-bf46f4a4a021 2026-07-09 18:02:39.307 9 INFO neutron.plugins.ml2.plugin [None req-86f46717-ca8c-4fc9-9a4a-c9accbc928bc - - - - - -] Attempt 1 to provision port 60373f3d-9573-4788-bc10-4819df08e518 2026-07-09 18:02:39.368 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 86ed8741-2461-4366-b908-bc155ecaac58 2026-07-09 18:02:40.149 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 992c33d6-5289-45a5-a610-bf46f4a4a021 2026-07-09 18:02:40.285 10 INFO neutron.plugins.ml2.plugin [None req-a18f3a35-20da-4f40-95a8-820fb3309b47 - - - - - -] Attempt 1 to provision port 86ed8741-2461-4366-b908-bc155ecaac58 2026-07-09 18:02:41.309 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 86ed8741-2461-4366-b908-bc155ecaac58 2026-07-09 18:02:41.747 9 INFO neutron.plugins.ml2.plugin [None req-28f76d81-22b7-43d5-9bf4-d29f0ab733f2 - - - - - -] Attempt 1 to provision port 7300cab8-68c0-4012-98e0-b8d313f67264 2026-07-09 18:02:42.640 9 INFO neutron.plugins.ml2.plugin [None req-67e53b08-f0cb-467b-a0c8-532550c5f6f7 - - - - - -] Attempt 1 to provision port 7300cab8-68c0-4012-98e0-b8d313f67264 2026-07-09 18:02:43.229 9 INFO neutron.plugins.ml2.plugin [None req-ee9fa9da-0e07-461d-9bd5-b27a4bbfc4d1 - - - - - -] Attempt 1 to provision port 6f2e4ba2-1a44-4325-9b3f-d713adf43a00 2026-07-09 18:02:43.361 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 8dca5fd5-c07d-48bf-ad7f-ae52703aea2c 2026-07-09 18:02:44.123 10 INFO neutron.plugins.ml2.plugin [None req-5a4c05fb-4580-4fda-b101-7f806ab703ed - - - - - -] Attempt 1 to provision port 6f2e4ba2-1a44-4325-9b3f-d713adf43a00 2026-07-09 18:02:44.430 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port d714f0a6-5a55-4692-848f-5b245be4a813 2026-07-09 18:02:45.369 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 8dca5fd5-c07d-48bf-ad7f-ae52703aea2c 2026-07-09 18:02:46.017 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port d714f0a6-5a55-4692-848f-5b245be4a813 2026-07-09 18:02:47.215 9 INFO neutron.plugins.ml2.plugin [None req-6951a56d-500a-47cf-97fc-f5dfc6df628f - - - - - -] Attempt 1 to provision port f4edefd3-124d-4140-83f0-8cc8a553e4e1 2026-07-09 18:02:47.424 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 18f658f2-24d6-4d87-84f4-84568e802c9b 2026-07-09 18:02:49.128 10 INFO neutron.plugins.ml2.plugin [None req-01ca6e69-3a34-4640-819a-7e9792222a3f - - - - - -] Attempt 1 to provision port 18f658f2-24d6-4d87-84f4-84568e802c9b 2026-07-09 18:02:49.665 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 18f658f2-24d6-4d87-84f4-84568e802c9b 2026-07-09 18:02:51.384 10 INFO neutron.plugins.ml2.plugin [None req-e7cecedd-25a9-4945-be96-8ff31c0dd4a5 - - - - - -] Attempt 1 to provision port 921d55f9-ca5a-4344-8683-fbd2bf04d7d0 2026-07-09 18:02:52.597 9 INFO neutron.plugins.ml2.plugin [None req-3469bee3-be7c-46d7-90e0-61005273eb70 - - - - - -] Attempt 1 to provision port 921d55f9-ca5a-4344-8683-fbd2bf04d7d0 2026-07-09 18:02:53.431 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 756bb3d3-c90d-485d-a949-7903b0471133 2026-07-09 18:02:54.918 10 INFO neutron.plugins.ml2.plugin [None req-6e7c99a0-e66e-46fc-875e-9f9d1cb5806e - - - - - -] Attempt 1 to provision port 65b09904-2d61-4106-bb04-b2763850548e 2026-07-09 18:02:55.431 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 756bb3d3-c90d-485d-a949-7903b0471133 2026-07-09 18:02:59.753 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 40018157-0443-4f59-b1eb-d8a1a909361a /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-09 18:03:00.487 9 INFO neutron.plugins.ml2.plugin [None req-b188235d-3f2a-4194-b7a0-a74796ab3ba1 - - - - - -] Attempt 1 to provision port 40018157-0443-4f59-b1eb-d8a1a909361a 2026-07-09 18:03:01.657 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 40018157-0443-4f59-b1eb-d8a1a909361a 2026-07-09 18:03:02.050 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 65b09904-2d61-4106-bb04-b2763850548e 2026-07-09 18:03:02.398 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-54d9bced-cd70-40dc-80cb-1dea280626b6'] response: {'server_uuid': '17b146ad-52f7-4da3-9232-90df64efa816', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '65b09904-2d61-4106-bb04-b2763850548e', 'code': 200} 2026-07-09 18:03:03.514 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 65b09904-2d61-4106-bb04-b2763850548e /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-09 18:03:05.583 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 7300cab8-68c0-4012-98e0-b8d313f67264 2026-07-09 18:03:06.388 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port e104f2f7-604a-4ad4-8834-e3a96d823761 2026-07-09 18:03:06.486 9 INFO neutron.plugins.ml2.plugin [None req-a73d1dce-9529-4c8b-9037-106fb5a48179 - - - - - -] Attempt 1 to provision port 85a25aad-7394-4cd9-bb92-c986751ae050 2026-07-09 18:03:06.956 9 INFO neutron.plugins.ml2.plugin [None req-4161ea20-a60f-41ca-9a91-4452da51e6ff - - - - - -] Attempt 1 to provision port c45c5313-b26a-47ff-935d-275ea232998a 2026-07-09 18:03:07.255 10 INFO neutron.plugins.ml2.plugin [None req-2416d3e1-fe17-4623-a011-ae295f262fcf - - - - - -] Attempt 1 to provision port 93663d01-2ba5-4286-8931-86c90879f23a 2026-07-09 18:03:08.000 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 7300cab8-68c0-4012-98e0-b8d313f67264 2026-07-09 18:03:08.438 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 93663d01-2ba5-4286-8931-86c90879f23a 2026-07-09 18:03:08.910 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port e104f2f7-604a-4ad4-8834-e3a96d823761 2026-07-09 18:03:09.749 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 6f2e4ba2-1a44-4325-9b3f-d713adf43a00 2026-07-09 18:03:09.994 10 INFO neutron.plugins.ml2.plugin [None req-5f1f78bf-0c39-4053-a306-29422bfae774 - - - - - -] Attempt 1 to provision port 5cc4eaaf-7888-4439-a1a0-b27278f8d64f 2026-07-09 18:03:10.759 10 INFO neutron.plugins.ml2.plugin [None req-ac327d20-712b-4fe1-9eb6-dea155cc9282 - - - - - -] Attempt 1 to provision port 5cc4eaaf-7888-4439-a1a0-b27278f8d64f 2026-07-09 18:03:10.853 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 93663d01-2ba5-4286-8931-86c90879f23a 2026-07-09 18:03:11.521 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 60373f3d-9573-4788-bc10-4819df08e518 2026-07-09 18:03:12.915 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port c45c5313-b26a-47ff-935d-275ea232998a 2026-07-09 18:03:13.115 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d6a4848-402b-47b1-aaa2-b3309c24c7ad'] response: {'server_uuid': 'd44c6329-de0d-4d18-b014-acdc28eaf326', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c45c5313-b26a-47ff-935d-275ea232998a', 'code': 200} 2026-07-09 18:03:13.620 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 6f2e4ba2-1a44-4325-9b3f-d713adf43a00 2026-07-09 18:03:14.099 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 1fea72d0-d371-4a2a-9d57-74977b4b0ff6 2026-07-09 18:03:14.805 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 921d55f9-ca5a-4344-8683-fbd2bf04d7d0 2026-07-09 18:03:15.371 10 INFO neutron.plugins.ml2.plugin [None req-b5666180-451e-438e-820a-454a5eb0a32a - - - - - -] Attempt 1 to provision port 09d7de03-19b0-4da1-bbd9-ee92031fc0ab 2026-07-09 18:03:15.406 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 60373f3d-9573-4788-bc10-4819df08e518 2026-07-09 18:03:16.190 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port c45c5313-b26a-47ff-935d-275ea232998a 2026-07-09 18:03:16.916 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port f4edefd3-124d-4140-83f0-8cc8a553e4e1 2026-07-09 18:03:17.418 10 INFO neutron.plugins.ml2.plugin [None req-c184565a-80f2-493c-9648-56a833c697ad - - - - - -] Attempt 1 to provision port 5171f3a9-63e5-4ab1-b4b0-d4e139140cf9 2026-07-09 18:03:17.480 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 1fea72d0-d371-4a2a-9d57-74977b4b0ff6 2026-07-09 18:03:18.221 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 921d55f9-ca5a-4344-8683-fbd2bf04d7d0 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-09 18:03:19.030 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port f4edefd3-124d-4140-83f0-8cc8a553e4e1 2026-07-09 18:03:21.200 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 5171f3a9-63e5-4ab1-b4b0-d4e139140cf9 2026-07-09 18:03:21.352 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f91fa21-9e61-4ea8-8329-e826253dadb2'] response: {'server_uuid': '28443ae0-5e9c-48f5-bdb0-fa9fb79bb442', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5171f3a9-63e5-4ab1-b4b0-d4e139140cf9', 'code': 200} 2026-07-09 18:03:23.063 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 5171f3a9-63e5-4ab1-b4b0-d4e139140cf9 2026-07-09 18:03:24.746 10 INFO neutron.plugins.ml2.plugin [None req-744a2113-2cb3-4ec7-9ca8-4c1d2beb7422 - - - - - -] Attempt 1 to provision port 27bc0661-573d-4182-8ab5-292fe234b454 2026-07-09 18:03:25.065 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port aad7a569-e33d-47c5-882f-902684e33aa4 2026-07-09 18:03:25.630 9 INFO neutron.plugins.ml2.plugin [None req-74d3238e-bcf7-40f2-b9f2-48df7544d01d - - - - - -] Attempt 1 to provision port aad7a569-e33d-47c5-882f-902684e33aa4 2026-07-09 18:03:27.114 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port aad7a569-e33d-47c5-882f-902684e33aa4 2026-07-09 18:03:29.298 9 INFO neutron.plugins.ml2.plugin [None req-40ef6cd4-4680-4d12-b4ef-2642dff7f2c0 - - - - - -] Attempt 1 to provision port 5773bebf-1a10-485c-901e-c76960c0f032 2026-07-09 18:03:30.188 9 INFO neutron.plugins.ml2.plugin [None req-3c17fcfe-09fd-474e-bf8f-7f2d5d49e4b9 - - - - - -] Attempt 1 to provision port 5773bebf-1a10-485c-901e-c76960c0f032 2026-07-09 18:03:30.982 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 789cb86c-3f59-42f6-99c5-8c182356b951 2026-07-09 18:03:31.959 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 1bd7183d-7a62-4620-9d5b-e1c4452450b1 2026-07-09 18:03:32.069 9 INFO neutron.plugins.ml2.plugin [None req-08d44824-01c0-45e6-bc90-c80318d69d7d - - - - - -] Attempt 1 to provision port 1bd7183d-7a62-4620-9d5b-e1c4452450b1 2026-07-09 18:03:33.052 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 8b0038f4-5f9c-43fb-a899-8ede59d852cc 2026-07-09 18:03:33.782 9 INFO neutron.plugins.ml2.plugin [None req-0d6635e5-40c6-42be-812b-452acf82ea07 - - - - - -] Attempt 1 to provision port 8b0038f4-5f9c-43fb-a899-8ede59d852cc 2026-07-09 18:03:33.986 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 789cb86c-3f59-42f6-99c5-8c182356b951 2026-07-09 18:03:34.252 9 INFO neutron.plugins.ml2.plugin [None req-8d36bd59-c1e5-4f19-a6bd-f5d805d224d8 - - - - - -] Attempt 1 to provision port 7f51e8e6-4f09-43a8-9f7b-b5dcffc3adbc 2026-07-09 18:03:34.353 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 1bd7183d-7a62-4620-9d5b-e1c4452450b1 2026-07-09 18:03:35.070 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 8b0038f4-5f9c-43fb-a899-8ede59d852cc 2026-07-09 18:03:35.419 9 INFO neutron.plugins.ml2.plugin [None req-0cf27e5f-b487-4569-b09e-9abccdbb59ea - - - - - -] Attempt 1 to provision port 7f51e8e6-4f09-43a8-9f7b-b5dcffc3adbc 2026-07-09 18:03:37.042 10 INFO neutron.plugins.ml2.plugin [None req-ae00aee5-f791-4ceb-a273-ed2c85529aae - - - - - -] Attempt 1 to provision port 86531b53-7fd3-498b-8fcf-37928eadb80a 2026-07-09 18:03:37.811 10 INFO neutron.plugins.ml2.plugin [None req-dfac78c0-c4b4-4379-8f5b-74c1b6d71436 - - - - - -] Attempt 1 to provision port 775b78ad-f639-40f7-9ee9-fe0e8cf0ec56 2026-07-09 18:03:38.878 10 INFO neutron.plugins.ml2.plugin [None req-bf291ebe-e478-427a-bc1b-804317c588f2 - - - - - -] Attempt 1 to provision port 775b78ad-f639-40f7-9ee9-fe0e8cf0ec56 2026-07-09 18:03:43.073 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 86531b53-7fd3-498b-8fcf-37928eadb80a 2026-07-09 18:03:43.266 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1630d94d-1667-467d-964e-bb4954344734'] response: {'server_uuid': '0276c116-a3ca-410e-9ec7-1986ed3677d4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '86531b53-7fd3-498b-8fcf-37928eadb80a', 'code': 200} 2026-07-09 18:03:45.043 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 86531b53-7fd3-498b-8fcf-37928eadb80a 2026-07-09 18:03:49.105 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 27bc0661-573d-4182-8ab5-292fe234b454 2026-07-09 18:03:49.735 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 5773bebf-1a10-485c-901e-c76960c0f032 2026-07-09 18:03:50.972 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ac54eeb-e61a-418b-a7be-b22cb614f4c2'] response: {'server_uuid': '0276c116-a3ca-410e-9ec7-1986ed3677d4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '86531b53-7fd3-498b-8fcf-37928eadb80a', 'code': 200} 2026-07-09 18:03:51.464 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 27bc0661-573d-4182-8ab5-292fe234b454 2026-07-09 18:03:51.760 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 7aea1513-f4ac-4354-b5f3-09dc194d5b85 2026-07-09 18:03:52.241 10 INFO neutron.plugins.ml2.plugin [None req-80dfdd31-478a-497b-94fb-f4551d486321 - - - - - -] Attempt 1 to provision port 7aea1513-f4ac-4354-b5f3-09dc194d5b85 2026-07-09 18:03:52.391 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 5773bebf-1a10-485c-901e-c76960c0f032 2026-07-09 18:03:53.459 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 7aea1513-f4ac-4354-b5f3-09dc194d5b85 2026-07-09 18:03:53.861 9 INFO neutron.plugins.ml2.plugin [None req-c3cded9b-4bc9-4650-aa6e-f426907ab414 - - - - - -] Attempt 1 to provision port a8362f71-5b0b-4271-a795-40c2216f9eff 2026-07-09 18:03:54.841 10 INFO neutron.plugins.ml2.plugin [None req-74d6c693-1161-4d99-812a-5add4728c2bd - - - - - -] Attempt 1 to provision port a8362f71-5b0b-4271-a795-40c2216f9eff 2026-07-09 18:03:55.800 10 INFO neutron.plugins.ml2.plugin [None req-6baef73d-37a4-42e5-8f72-cdca0d33e8be - - - - - -] Attempt 1 to provision port 3b8ea90c-7867-49ee-a306-e246be349252 2026-07-09 18:04:03.584 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port eeb6945a-bc39-4f34-867a-48bff65ece75 2026-07-09 18:04:05.600 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 5aae5333-9a32-4ce8-893d-fc968c7a75b1 2026-07-09 18:04:05.962 9 INFO neutron.plugins.ml2.plugin [None req-052d9d95-be4b-4b64-87f1-591941d359b1 - - - - - -] Attempt 1 to provision port 5aae5333-9a32-4ce8-893d-fc968c7a75b1 2026-07-09 18:04:07.407 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 5aae5333-9a32-4ce8-893d-fc968c7a75b1 2026-07-09 18:04:08.521 9 INFO neutron.plugins.ml2.plugin [None req-d43f5b81-3092-43a4-b774-dc00b15c1aed - - - - - -] Attempt 1 to provision port c086ede9-6505-45d3-b063-41531fad32e9 2026-07-09 18:04:09.386 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 0ec997a2-a0ae-498c-adf1-c9d38c5b8af0 2026-07-09 18:04:09.530 9 INFO neutron.plugins.ml2.plugin [None req-d6e58f48-7361-4ad8-921e-8283b2c8edfd - - - - - -] Attempt 1 to provision port c086ede9-6505-45d3-b063-41531fad32e9 2026-07-09 18:04:09.712 10 INFO neutron.plugins.ml2.plugin [None req-d33d02d7-3b70-4cbb-9fcf-2f2aa548b937 - - - - - -] Attempt 1 to provision port 0ec997a2-a0ae-498c-adf1-c9d38c5b8af0 2026-07-09 18:04:13.635 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 9f529613-2132-48bb-b022-7f3117f7977d 2026-07-09 18:04:14.904 10 INFO neutron.plugins.ml2.plugin [None req-86e37f89-9b36-494d-88e5-1d0cf1ebc9c8 - - - - - -] Attempt 1 to provision port 9f529613-2132-48bb-b022-7f3117f7977d 2026-07-09 18:04:15.428 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 9f529613-2132-48bb-b022-7f3117f7977d 2026-07-09 18:04:16.525 10 INFO neutron.plugins.ml2.plugin [None req-05da61d7-ac8c-40d2-bcaa-d651a0c11f43 - - - - - -] Attempt 1 to provision port 03ae4960-7bb2-42dc-8b38-8237dc1a50cd 2026-07-09 18:04:33.491 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port bca28f92-ab56-4bb2-979c-1f01b1bc408b 2026-07-09 18:04:43.474 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 50aac5c1-2529-4978-a884-aa737477315e 2026-07-09 18:04:45.433 10 INFO neutron.plugins.ml2.plugin [None req-d32008cc-70d9-462d-b0cd-f0a31e9b6177 - - - - - -] Attempt 1 to provision port 50aac5c1-2529-4978-a884-aa737477315e 2026-07-09 18:04:45.454 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 50aac5c1-2529-4978-a884-aa737477315e /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-09 18:04:57.469 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 0381fb47-bec5-42d7-aaab-456f7e349805 2026-07-09 18:05:07.475 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 137fd042-3326-4a94-903c-bf81e42ea04f 2026-07-09 18:05:08.198 10 INFO neutron.plugins.ml2.plugin [None req-9e0d1da8-e8e0-4100-b7b7-a0288a419010 - - - - - -] Attempt 1 to provision port 137fd042-3326-4a94-903c-bf81e42ea04f 2026-07-09 18:05:09.543 10 INFO neutron.plugins.ml2.plugin [None req-9d8bda74-ee5b-447b-81a8-33479c0773c4 - - - - - -] Attempt 1 to provision port 8f01172f-ac3d-4451-b25e-b891556e8b99 2026-07-09 18:05:09.606 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 137fd042-3326-4a94-903c-bf81e42ea04f 2026-07-09 18:05:10.013 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 8f01172f-ac3d-4451-b25e-b891556e8b99 2026-07-09 18:05:10.228 10 INFO neutron.plugins.ml2.plugin [None req-025a5871-432a-4cff-8bf6-09b43ef7c80e - - - - - -] Attempt 1 to provision port 24e0f2f8-bc67-46ac-a97a-f217b6b42334 2026-07-09 18:05:10.991 9 INFO neutron.plugins.ml2.plugin [None req-a13ff035-23bb-4bc5-93da-b37640624dce - - - - - -] Attempt 1 to provision port 24e0f2f8-bc67-46ac-a97a-f217b6b42334 2026-07-09 18:05:11.477 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 8f01172f-ac3d-4451-b25e-b891556e8b99 2026-07-09 18:05:12.462 10 INFO neutron.plugins.ml2.plugin [None req-78ff77e6-08cd-48fa-8011-9cb1124e4f15 - - - - - -] Attempt 1 to provision port f08785c7-2451-4e6a-b715-742757e05dc0 2026-07-09 18:05:13.428 10 INFO neutron.plugins.ml2.plugin [None req-38845bd3-bfa0-46ad-996b-6b7e79dcd61c - - - - - -] Attempt 1 to provision port f08785c7-2451-4e6a-b715-742757e05dc0 2026-07-09 18:05:22.877 9 INFO neutron.plugins.ml2.plugin [None req-6070f16a-6574-488c-a8e5-961e12a9bbd8 - - - - - -] Attempt 1 to provision port d9ba8a82-c43a-4490-8e43-55978a89980e 2026-07-09 18:05:23.470 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port d9ba8a82-c43a-4490-8e43-55978a89980e 2026-07-09 18:05:24.398 10 INFO neutron.plugins.ml2.plugin [None req-7755a548-dcbd-4367-9984-ca35ce24b788 - - - - - -] Attempt 1 to provision port c83a3b3b-1c96-4b61-97b9-78dbd1b36f04 2026-07-09 18:05:25.285 10 INFO neutron.plugins.ml2.plugin [None req-c02dc327-ae59-4c0e-8cc5-b96e15f04bb5 - - - - - -] Attempt 1 to provision port c83a3b3b-1c96-4b61-97b9-78dbd1b36f04 2026-07-09 18:05:28.074 9 INFO neutron.plugins.ml2.plugin [None req-494b59bf-1573-492f-af65-17efb9dce577 - - - - - -] Attempt 1 to provision port 541a9388-e0ef-43ec-a98f-89a956369407 2026-07-09 18:05:33.490 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 949b231b-d5f7-41f6-b96b-83928f9e0892 2026-07-09 18:05:35.305 10 INFO neutron.plugins.ml2.plugin [None req-be2f9200-5391-4819-9f3f-7fc47f0cf892 - - - - - -] Attempt 1 to provision port 06c139d7-a2dd-40dc-b87a-f0568cc13d0e 2026-07-09 18:05:35.376 10 INFO neutron.plugins.ml2.plugin [None req-be2f9200-5391-4819-9f3f-7fc47f0cf892 - - - - - -] Attempt 1 to provision port 08c8f3a1-8bae-4684-975a-e68dca1a9247 2026-07-09 18:05:35.573 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 3ea70e90-d02a-4f64-ae2b-1c12b56588be 2026-07-09 18:05:36.340 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 08c8f3a1-8bae-4684-975a-e68dca1a9247 2026-07-09 18:05:36.504 9 INFO neutron.plugins.ml2.plugin [None req-f95cb04f-dc35-4e1d-bea4-db2d54c9dcdc - - - - - -] Attempt 1 to provision port 3ea70e90-d02a-4f64-ae2b-1c12b56588be 2026-07-09 18:05:36.863 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 949b231b-d5f7-41f6-b96b-83928f9e0892 2026-07-09 18:05:37.059 9 INFO neutron.plugins.ml2.plugin [None req-d1457f41-e9d8-4bd2-af57-7a504ea2ba60 - - - - - -] Attempt 1 to provision port 06c139d7-a2dd-40dc-b87a-f0568cc13d0e 2026-07-09 18:05:37.569 9 INFO neutron.plugins.ml2.plugin [None req-f3bd157e-26d4-4f1d-9236-7d1ef3915c40 - - - - - -] Attempt 1 to provision port 06c139d7-a2dd-40dc-b87a-f0568cc13d0e 2026-07-09 18:05:37.737 9 INFO neutron.plugins.ml2.plugin [None req-86cd1735-df5d-4dce-9d00-1e9ccd8c4308 - - - - - -] Attempt 1 to provision port b9d2f837-f1ce-41cd-8e38-87d757c486e8 2026-07-09 18:05:37.990 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 3ea70e90-d02a-4f64-ae2b-1c12b56588be 2026-07-09 18:05:38.244 10 INFO neutron.plugins.ml2.plugin [None req-f5022ce6-1dbb-498b-8966-fc2665a605f9 - - - - - -] Attempt 1 to provision port b9d2f837-f1ce-41cd-8e38-87d757c486e8 2026-07-09 18:05:38.554 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 08c8f3a1-8bae-4684-975a-e68dca1a9247 2026-07-09 18:05:42.370 10 INFO neutron.plugins.ml2.plugin [None req-3daf7a57-cbdb-4f5f-bc2e-f2814bff6904 - - - - - -] Attempt 1 to provision port 7a5c3f61-9297-413a-bcd3-7746114ecebd 2026-07-09 18:05:43.928 10 INFO neutron.plugins.ml2.plugin [None req-fd55670f-04c7-4093-ac2d-c029e5e2e45d - - - - - -] Attempt 1 to provision port 7b59473f-ddbc-4481-bee9-3ca72220cf9f 2026-07-09 18:05:47.646 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 2d04b5af-541b-4ab5-9404-0b7eedf3ab43 2026-07-09 18:05:48.474 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 7a5c3f61-9297-413a-bcd3-7746114ecebd 2026-07-09 18:05:48.535 9 INFO neutron.plugins.ml2.plugin [None req-38783902-c85a-483c-815f-61db80a23469 - - - - - -] Attempt 1 to provision port 2d04b5af-541b-4ab5-9404-0b7eedf3ab43 2026-07-09 18:05:48.679 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bb0718b-f877-458a-916e-a5dd31eb3924'] response: {'server_uuid': '64060b40-e238-4238-a8e2-a8863729f903', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7a5c3f61-9297-413a-bcd3-7746114ecebd', 'code': 200} 2026-07-09 18:05:49.219 9 INFO neutron.plugins.ml2.plugin [None req-b3593a33-5d4e-46d7-82fb-bbe9a96c821c - - - - - -] Attempt 1 to provision port 2d04b5af-541b-4ab5-9404-0b7eedf3ab43 2026-07-09 18:05:49.573 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 7a5c3f61-9297-413a-bcd3-7746114ecebd 2026-07-09 18:05:50.193 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 2d04b5af-541b-4ab5-9404-0b7eedf3ab43 2026-07-09 18:05:50.715 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 5067c66f-7223-4cb5-a415-3d81a1152da5 2026-07-09 18:05:51.257 9 INFO neutron.plugins.ml2.plugin [None req-2df0e012-66cb-4b5e-8d5d-99417a0f1216 - - - - - -] Attempt 1 to provision port 5067c66f-7223-4cb5-a415-3d81a1152da5 2026-07-09 18:05:51.790 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 5067c66f-7223-4cb5-a415-3d81a1152da5 2026-07-09 18:05:52.170 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 06c139d7-a2dd-40dc-b87a-f0568cc13d0e 2026-07-09 18:05:52.207 10 INFO neutron.plugins.ml2.plugin [None req-fa8b54d8-5e45-4b59-bc4c-9700a82cab71 - - - - - -] Attempt 1 to provision port 5067c66f-7223-4cb5-a415-3d81a1152da5 2026-07-09 18:05:52.460 10 INFO neutron.plugins.ml2.plugin [None req-fc2f7725-e18c-4f38-99d2-cba811a64098 - - - - - -] Attempt 1 to provision port 557a4458-4dd2-4f4f-9b6a-16c6fb03a6f5 2026-07-09 18:05:52.707 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 541a9388-e0ef-43ec-a98f-89a956369407 2026-07-09 18:05:53.193 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 483632f8-6aa4-47e3-83ab-45e13e0e3286 2026-07-09 18:05:53.537 10 INFO neutron.plugins.ml2.plugin [None req-fc74f9ac-6f22-4414-a7fb-155cb5965ff4 - - - - - -] Attempt 1 to provision port 483632f8-6aa4-47e3-83ab-45e13e0e3286 2026-07-09 18:05:54.069 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 06c139d7-a2dd-40dc-b87a-f0568cc13d0e 2026-07-09 18:05:54.194 10 INFO neutron.plugins.ml2.plugin [None req-799197a3-6a11-46f2-a60b-14af1017f1e1 - - - - - -] Attempt 1 to provision port 483632f8-6aa4-47e3-83ab-45e13e0e3286 2026-07-09 18:05:54.606 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 541a9388-e0ef-43ec-a98f-89a956369407 2026-07-09 18:05:55.015 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 483632f8-6aa4-47e3-83ab-45e13e0e3286 2026-07-09 18:05:55.508 10 INFO neutron.plugins.ml2.plugin [None req-670108ba-6f59-449c-8753-9b804543b412 - - - - - -] Attempt 1 to provision port 87870470-f2fa-4862-a5d1-158ac9f9e5d7 2026-07-09 18:05:56.079 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 728f95dd-3319-480c-85f6-7b9f8e5bd7aa 2026-07-09 18:05:56.484 9 INFO neutron.plugins.ml2.plugin [None req-dd436035-9fdb-409a-ac7f-28b30da59c6b - - - - - -] Attempt 1 to provision port 87870470-f2fa-4862-a5d1-158ac9f9e5d7 2026-07-09 18:05:58.045 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 728f95dd-3319-480c-85f6-7b9f8e5bd7aa 2026-07-09 18:05:58.762 10 INFO neutron.plugins.ml2.plugin [None req-95ccff1b-3723-4158-9bfb-e69fa218bcac - - - - - -] Attempt 1 to provision port 2202b1ce-6283-4418-acf5-e3b0db79cb6f 2026-07-09 18:05:59.564 10 INFO neutron.plugins.ml2.plugin [None req-0ee7c49c-9c37-45b2-ba7f-4b27e69a0eaf - - - - - -] Attempt 1 to provision port 2202b1ce-6283-4418-acf5-e3b0db79cb6f 2026-07-09 18:06:01.164 10 INFO neutron.plugins.ml2.plugin [None req-7ce675bb-1e5d-457d-b93a-5be179b06a3f - - - - - -] Attempt 1 to provision port ff52e378-b878-43d9-afdc-adb9e7e3658c 2026-07-09 18:06:02.335 10 INFO neutron.plugins.ml2.plugin [None req-3015b421-1cdf-41ea-961c-04fad55f1a46 - - - - - -] Attempt 1 to provision port ff52e378-b878-43d9-afdc-adb9e7e3658c 2026-07-09 18:06:08.741 9 INFO neutron.plugins.ml2.plugin [None req-b27f4159-0b9b-425f-9555-9919c7cdb844 - - - - - -] Attempt 1 to provision port e58b2e3a-6ec8-4c11-bf94-6f93225b28d0 2026-07-09 18:06:12.167 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port e58b2e3a-6ec8-4c11-bf94-6f93225b28d0 2026-07-09 18:06:12.317 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c04f646-6cee-471d-92a1-3177b74fe470'] response: {'server_uuid': '3f9d8a5e-e54e-4b62-9bc2-e61bd2b9f496', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e58b2e3a-6ec8-4c11-bf94-6f93225b28d0', 'code': 200} 2026-07-09 18:06:13.044 9 INFO neutron.plugins.ml2.plugin [None req-67aa8e52-a744-4685-b3b4-76fa3a67cd86 - - - - - -] Attempt 1 to provision port 7b553ddf-7683-43ad-b602-e8946f04e2cb 2026-07-09 18:06:13.939 10 INFO neutron.plugins.ml2.plugin [None req-4685f8f7-fd1b-41ce-a299-1f958f45b5b9 - - - - - -] Attempt 1 to provision port 1b830dad-4e06-4875-a5e4-d2f937ff6d10 2026-07-09 18:06:14.211 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 91e5f95b-d9bb-4a6b-9688-2d133d7a5f96 2026-07-09 18:06:14.296 10 INFO neutron.plugins.ml2.plugin [None req-8eb02d6b-19c2-44d0-b9d5-1ab9a0a090cc - - - - - -] Attempt 1 to provision port 91e5f95b-d9bb-4a6b-9688-2d133d7a5f96 2026-07-09 18:06:15.250 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port e58b2e3a-6ec8-4c11-bf94-6f93225b28d0 2026-07-09 18:06:16.103 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 91e5f95b-d9bb-4a6b-9688-2d133d7a5f96 2026-07-09 18:06:16.472 9 INFO neutron.plugins.ml2.plugin [None req-240a1f62-3532-49d5-82a1-19911f2ce308 - - - - - -] Attempt 1 to provision port d71c7a4c-2315-4685-8f89-1dcb06aef85a 2026-07-09 18:06:17.478 9 INFO neutron.plugins.ml2.plugin [None req-63e77428-f92c-47c1-b310-c880aeb67ae9 - - - - - -] Attempt 1 to provision port d71c7a4c-2315-4685-8f89-1dcb06aef85a 2026-07-09 18:06:18.256 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 1b830dad-4e06-4875-a5e4-d2f937ff6d10 2026-07-09 18:06:18.452 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5496ffb4-92d0-4218-a3f7-03ac42b24fcb'] response: {'server_uuid': '614ec77e-26a6-47fe-a759-8930972fc502', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1b830dad-4e06-4875-a5e4-d2f937ff6d10', 'code': 200} 2026-07-09 18:06:18.987 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 2202b1ce-6283-4418-acf5-e3b0db79cb6f 2026-07-09 18:06:19.473 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a2747fc8-acc1-4bbe-862c-5e86206b7cd3 2026-07-09 18:06:20.451 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port ff52e378-b878-43d9-afdc-adb9e7e3658c 2026-07-09 18:06:20.971 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 87870470-f2fa-4862-a5d1-158ac9f9e5d7 2026-07-09 18:06:21.452 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 1b830dad-4e06-4875-a5e4-d2f937ff6d10 2026-07-09 18:06:21.843 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 2202b1ce-6283-4418-acf5-e3b0db79cb6f 2026-07-09 18:06:22.678 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 557a4458-4dd2-4f4f-9b6a-16c6fb03a6f5 2026-07-09 18:06:23.313 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port a2747fc8-acc1-4bbe-862c-5e86206b7cd3 2026-07-09 18:06:23.328 10 INFO neutron.plugins.ml2.plugin [None req-96b2cfdd-46dc-440c-8749-45a9fd395911 - - - - - -] Attempt 1 to provision port 1e34df03-c0c3-48c9-a8e4-b5693ef9a6e7 2026-07-09 18:06:24.032 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port ff52e378-b878-43d9-afdc-adb9e7e3658c 2026-07-09 18:06:24.420 9 INFO neutron.plugins.ml2.plugin [None req-a814f7a1-f8a5-4bcf-887d-5ac7cb222033 - - - - - -] Attempt 1 to provision port 68ebc63a-5fdf-4766-bdac-4ca0fc6eb359 2026-07-09 18:06:24.468 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 87870470-f2fa-4862-a5d1-158ac9f9e5d7 2026-07-09 18:06:24.816 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 557a4458-4dd2-4f4f-9b6a-16c6fb03a6f5 2026-07-09 18:06:26.147 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 1e34df03-c0c3-48c9-a8e4-b5693ef9a6e7 2026-07-09 18:06:26.342 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-83fded83-bc5e-478f-9f7d-ebc5c9cacd77'] response: {'server_uuid': '91b709dd-7779-4e15-b99b-9c228ea39678', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1e34df03-c0c3-48c9-a8e4-b5693ef9a6e7', 'code': 200} 2026-07-09 18:06:26.864 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 68ebc63a-5fdf-4766-bdac-4ca0fc6eb359 2026-07-09 18:06:27.982 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 1e34df03-c0c3-48c9-a8e4-b5693ef9a6e7 2026-07-09 18:06:28.321 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 68ebc63a-5fdf-4766-bdac-4ca0fc6eb359 2026-07-09 18:06:28.396 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-770bb102-069d-42bf-b722-0773cdc78f58'] response: {'server_uuid': 'a7aed632-f781-4850-8826-afb8058e3b13', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '68ebc63a-5fdf-4766-bdac-4ca0fc6eb359', 'code': 200} 2026-07-09 18:06:34.372 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-13d79917-b1d3-4017-a322-7332468ee338'] response: {'server_uuid': '614ec77e-26a6-47fe-a759-8930972fc502', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1b830dad-4e06-4875-a5e4-d2f937ff6d10', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-09 18:06:46.460 10 INFO neutron.plugins.ml2.plugin [None req-222540bc-a000-445a-a314-910f45d715fa - - - - - -] Attempt 1 to provision port e6462460-87bb-46be-9a29-80e102a97cfe 2026-07-09 18:07:02.651 9 INFO neutron.plugins.ml2.plugin [None req-658ecdae-ba70-40fa-a587-d8fec6c2a15d - - - - - -] Attempt 1 to provision port 0645827d-aaa4-4b5f-9e2c-1d7bb6247d5c 2026-07-09 18:07:06.031 10 INFO neutron.plugins.ml2.plugin [None req-8c0d7dc0-5ac2-4d3c-87b2-9de391608c6f - - - - - -] Attempt 1 to provision port abca9ef2-c14d-4950-90e2-bbff94ef1ad3 2026-07-09 18:07:06.037 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 0645827d-aaa4-4b5f-9e2c-1d7bb6247d5c 2026-07-09 18:07:06.232 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c35891c-1fc0-4966-9965-cb40928b6a77'] response: {'server_uuid': 'eedb8a14-1348-44e5-9db0-dc98f2da1265', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0645827d-aaa4-4b5f-9e2c-1d7bb6247d5c', 'code': 200} 2026-07-09 18:07:07.958 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 0645827d-aaa4-4b5f-9e2c-1d7bb6247d5c 2026-07-09 18:07:24.184 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 51b5e0fa-7d76-4242-9788-67dda65ca37c 2026-07-09 18:07:25.021 9 INFO neutron.plugins.ml2.plugin [None req-916abaaa-b19a-4f5f-8b67-dd2525ea8fd3 - - - - - -] Attempt 1 to provision port ba60a9f3-f835-49fd-be83-2e6d517a827e 2026-07-09 18:07:25.297 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port ba60a9f3-f835-49fd-be83-2e6d517a827e 2026-07-09 18:07:25.763 10 INFO neutron.plugins.ml2.plugin [None req-f645127b-8249-4d4a-a192-937d684bd865 - - - - - -] Attempt 1 to provision port 51b5e0fa-7d76-4242-9788-67dda65ca37c 2026-07-09 18:07:26.229 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port fea8617e-e584-4e5b-8024-6896f94e2b66 2026-07-09 18:07:26.990 10 INFO neutron.plugins.ml2.plugin [None req-7d8410ce-947d-45a0-9f4f-214765304e65 - - - - - -] Attempt 1 to provision port fea8617e-e584-4e5b-8024-6896f94e2b66 2026-07-09 18:07:27.274 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 51b5e0fa-7d76-4242-9788-67dda65ca37c 2026-07-09 18:07:27.644 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port ba60a9f3-f835-49fd-be83-2e6d517a827e 2026-07-09 18:07:27.915 9 INFO neutron.plugins.ml2.plugin [None req-964ac339-92af-47bb-925b-8194c3047a0d - - - - - -] Attempt 1 to provision port dd0214d8-d277-42ed-958f-2fef8fcfdc43 2026-07-09 18:07:28.193 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port dd0214d8-d277-42ed-958f-2fef8fcfdc43 2026-07-09 18:07:28.632 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port b3144657-75a6-4a1e-a7ac-c961f3f1a5ec 2026-07-09 18:07:29.323 9 INFO neutron.plugins.ml2.plugin [None req-4404a45c-8225-4375-ab62-4af1f75e328c - - - - - -] Attempt 1 to provision port b3144657-75a6-4a1e-a7ac-c961f3f1a5ec 2026-07-09 18:07:46.679 10 INFO neutron.plugins.ml2.plugin [None req-2137dffc-0d7a-49b1-9ace-d4dc9c2b0a87 - - - - - -] Attempt 1 to provision port 7f420b80-1bab-45d4-81bd-926ec0cb6c47 2026-07-09 18:07:50.273 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 7f420b80-1bab-45d4-81bd-926ec0cb6c47 2026-07-09 18:07:50.726 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b3c51c9-dd75-43a2-84cd-bb4b3e6ab68f'] response: {'server_uuid': 'eedb8a14-1348-44e5-9db0-dc98f2da1265', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7f420b80-1bab-45d4-81bd-926ec0cb6c47', 'code': 200} 2026-07-09 18:07:52.203 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port 7f420b80-1bab-45d4-81bd-926ec0cb6c47 2026-07-09 18:08:14.663 9 INFO neutron.plugins.ml2.plugin [None req-e5d03dc3-b1b5-4e27-aaaf-92dcf7ed3bd9 - - - - - -] Attempt 1 to provision port bdfd0b98-fb89-41e0-b281-b6302a52867a 2026-07-09 18:08:18.336 10 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port bdfd0b98-fb89-41e0-b281-b6302a52867a 2026-07-09 18:08:18.523 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ed92246-89b6-4fee-b4bf-8288b73edd74'] response: {'server_uuid': 'eedb8a14-1348-44e5-9db0-dc98f2da1265', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bdfd0b98-fb89-41e0-b281-b6302a52867a', 'code': 200} 2026-07-09 18:08:20.225 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port bdfd0b98-fb89-41e0-b281-b6302a52867a 2026-07-09 18:08:30.492 9 INFO neutron.plugins.ml2.plugin [None req-6034a628-3a96-45f1-b97a-a0512d9fef95 - - - - - -] Attempt 1 to provision port f1338fdd-25a2-431f-b902-6fe61e7897df 2026-07-09 18:08:34.500 10 INFO neutron.plugins.ml2.plugin [None req-3cda71b2-6879-4c40-8420-e7f43e40c5f7 - - - - - -] Attempt 1 to provision port f1338fdd-25a2-431f-b902-6fe61e7897df 2026-07-09 18:08:34.703 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9c51e65-769a-4b30-abd0-1ce7135add15'] response: {'server_uuid': 'eedb8a14-1348-44e5-9db0-dc98f2da1265', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f1338fdd-25a2-431f-b902-6fe61e7897df', 'code': 200} 2026-07-09 18:08:36.231 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port f1338fdd-25a2-431f-b902-6fe61e7897df 2026-07-09 18:08:48.556 9 INFO neutron.plugins.ml2.plugin [None req-1ba1d9d3-ece8-42da-8644-f914820e927e - - - - - -] Attempt 1 to provision port f1338fdd-25a2-431f-b902-6fe61e7897df 2026-07-09 18:09:00.304 10 INFO neutron.plugins.ml2.plugin [None req-a9061a21-31a2-4092-9578-73c01557d8ef - - - - - -] Attempt 1 to provision port bdfd0b98-fb89-41e0-b281-b6302a52867a 2026-07-09 18:09:00.341 9 INFO neutron.plugins.ml2.plugin [None req-73825e73-cab9-47ce-ad4c-695305e36662 - - - - - -] Attempt 1 to provision port bdfd0b98-fb89-41e0-b281-b6302a52867a 2026-07-09 18:09:26.545 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bfd7bfd-0616-4d55-8880-579cb0917f5c'] response: {'server_uuid': 'eedb8a14-1348-44e5-9db0-dc98f2da1265', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0645827d-aaa4-4b5f-9e2c-1d7bb6247d5c', 'code': 200} 2026-07-09 18:09:38.556 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e15dd2e-348a-4163-bac5-be4c7bcda2b6'] response: {'server_uuid': '3f9d8a5e-e54e-4b62-9bc2-e61bd2b9f496', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e58b2e3a-6ec8-4c11-bf94-6f93225b28d0', 'code': 200}