+ 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:55: 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-04-22 19:01:59.611 1 INFO neutron.common.config [-] Logging enabled! 2026-04-22 19:01:59.611 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 24.2.2.dev7 2026-04-22 19:01:59.611 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-04-22 19:01:59.612 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-22 19:02:00.669 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-22 19:02:00.672 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-22 19:02:00.674 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-04-22 19:02:00.675 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-22 19:02:00.675 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-22 19:02:00.675 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-22 19:02:00.676 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:02:00.680 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:02:00.681 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-22 19:02:00.681 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-22 19:02:00.696 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-22 19:02:00.697 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-22 19:02:00.697 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-22 19:02:00.726 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-22 19:02:00.726 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-22 19:02:00.726 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-22 19:02:00.726 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-22 19:02:00.732 1 WARNING oslo_policy.policy [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] 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-04-22 19:02:01.012 1 INFO neutron.plugins.ml2.managers [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] Initializing driver for type 'vlan' 2026-04-22 19:02:01.176 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] VlanTypeDriver initialization complete 2026-04-22 19:02:01.176 1 INFO neutron.plugins.ml2.managers [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] Initializing driver for type 'vxlan' 2026-04-22 19:02:01.176 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-22 19:02:01.220 1 INFO neutron.plugins.ml2.managers [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-22 19:02:01.220 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-22 19:02:01.220 1 INFO neutron.plugins.ml2.managers [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] Initializing extension driver 'port_security' 2026-04-22 19:02:01.220 1 INFO neutron.plugins.ml2.extensions.port_security [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-22 19:02:01.220 1 INFO neutron.plugins.ml2.managers [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] Initializing extension driver 'qos' 2026-04-22 19:02:01.221 1 INFO neutron.plugins.ml2.managers [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-22 19:02:01.221 1 INFO neutron.plugins.ml2.managers [None req-5dbc41d1-af8d-45fc-a7b3-bce685478d3d - - - - - -] Initializing mechanism driver 'l2population' 2026-04-22 19:02:01.236 1 INFO neutron.quota [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded quota_driver: . 2026-04-22 19:02:01.237 1 INFO neutron.plugins.ml2.plugin [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Modular L2 Plugin initialization complete 2026-04-22 19:02:01.237 1 INFO neutron.plugins.ml2.managers [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-22 19:02:01.238 1 INFO neutron.plugins.ml2.managers [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-22 19:02:01.238 1 INFO neutron.plugins.ml2.managers [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-22 19:02:01.238 1 INFO neutron.extensions.vlantransparent [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Disabled vlantransparent extension. 2026-04-22 19:02:01.239 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: qos 2026-04-22 19:02:01.249 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: router 2026-04-22 19:02:01.281 1 INFO neutron.services.service_base [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-22 19:02:01.281 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: segments 2026-04-22 19:02:01.340 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: trunk 2026-04-22 19:02:01.400 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: vpnaas 2026-04-22 19:02:01.445 1 WARNING stevedore.named [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-22 19:02:01.512 1 INFO neutron_vpnaas.services.vpn.plugin [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-22 19:02:01.512 1 INFO neutron.common.utils [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-22 19:02:01.512 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: auto_allocate 2026-04-22 19:02:01.517 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: tag 2026-04-22 19:02:01.525 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: timestamp 2026-04-22 19:02:01.528 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: network_ip_availability 2026-04-22 19:02:01.532 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: flavors 2026-04-22 19:02:01.536 1 INFO neutron.manager [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loading Plugin: revisions 2026-04-22 19:02:01.539 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Initializing extension manager. 2026-04-22 19:02:01.541 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: address-group 2026-04-22 19:02:01.542 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: address-scope 2026-04-22 19:02:01.543 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-22 19:02:01.544 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: agent 2026-04-22 19:02:01.544 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: agent-resources-synced 2026-04-22 19:02:01.546 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-22 19:02:01.546 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-22 19:02:01.547 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: availability_zone 2026-04-22 19:02:01.548 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: availability_zone_filter 2026-04-22 19:02:01.549 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-22 19:02:01.549 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: default-subnetpools 2026-04-22 19:02:01.551 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-22 19:02:01.551 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: dns-integration 2026-04-22 19:02:01.552 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: dns-domain-ports 2026-04-22 19:02:01.552 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-22 19:02:01.553 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: dvr 2026-04-22 19:02:01.554 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-22 19:02:01.555 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: empty-string-filtering 2026-04-22 19:02:01.555 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 19:02:01.556 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-22 19:02:01.556 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: external-net 2026-04-22 19:02:01.557 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-22 19:02:01.558 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: extraroute 2026-04-22 19:02:01.558 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: extraroute-atomic 2026-04-22 19:02:01.559 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-22 19:02:01.560 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-22 19:02:01.560 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-22 19:02:01.561 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-22 19:02:01.561 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: fip-port-details 2026-04-22 19:02:01.562 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: flavors 2026-04-22 19:02:01.563 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-22 19:02:01.564 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: floatingip-pools 2026-04-22 19:02:01.565 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: ip_allocation 2026-04-22 19:02:01.565 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-22 19:02:01.566 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: l2_adjacency 2026-04-22 19:02:01.567 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: router 2026-04-22 19:02:01.569 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-22 19:02:01.570 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-22 19:02:01.570 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-22 19:02:01.571 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: ext-gw-mode 2026-04-22 19:02:01.572 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: l3-ha 2026-04-22 19:02:01.572 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-22 19:02:01.573 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-22 19:02:01.573 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: l3-flavors 2026-04-22 19:02:01.574 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-22 19:02:01.575 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-22 19:02:01.577 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-22 19:02:01.578 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-22 19:02:01.579 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-22 19:02:01.580 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-22 19:02:01.580 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-22 19:02:01.581 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: multi-provider 2026-04-22 19:02:01.581 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: net-mtu 2026-04-22 19:02:01.582 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: net-mtu-writable 2026-04-22 19:02:01.582 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: network_availability_zone 2026-04-22 19:02:01.583 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: network_ha 2026-04-22 19:02:01.583 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: network-ip-availability 2026-04-22 19:02:01.584 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-22 19:02:01.585 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: pagination 2026-04-22 19:02:01.585 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: port-device-profile 2026-04-22 19:02:01.586 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-22 19:02:01.586 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-22 19:02:01.587 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-22 19:02:01.587 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: port-mac-override 2026-04-22 19:02:01.588 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-22 19:02:01.588 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-22 19:02:01.589 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: port-resource-request 2026-04-22 19:02:01.589 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-22 19:02:01.590 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: binding 2026-04-22 19:02:01.590 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: binding-extended 2026-04-22 19:02:01.591 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: port-security 2026-04-22 19:02:01.591 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: project-id 2026-04-22 19:02:01.592 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: provider 2026-04-22 19:02:01.593 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos 2026-04-22 19:02:01.594 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-22 19:02:01.595 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-22 19:02:01.595 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-default 2026-04-22 19:02:01.596 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-fip 2026-04-22 19:02:01.596 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-22 19:02:01.597 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-22 19:02:01.597 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-22 19:02:01.598 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-22 19:02:01.598 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-22 19:02:01.599 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-pps 2026-04-22 19:02:01.599 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-22 19:02:01.600 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-22 19:02:01.600 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: qos-rules-alias 2026-04-22 19:02:01.601 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: quota-check-limit 2026-04-22 19:02:01.603 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: quotas 2026-04-22 19:02:01.605 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: quota_details 2026-04-22 19:02:01.606 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: rbac-policies 2026-04-22 19:02:01.606 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: rbac-address-group 2026-04-22 19:02:01.607 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: rbac-address-scope 2026-04-22 19:02:01.607 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: rbac-security-groups 2026-04-22 19:02:01.608 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-22 19:02:01.608 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: revision-if-match 2026-04-22 19:02:01.609 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-22 19:02:01.609 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: router_availability_zone 2026-04-22 19:02:01.610 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-22 19:02:01.611 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-22 19:02:01.612 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-22 19:02:01.612 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-22 19:02:01.613 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-22 19:02:01.613 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-22 19:02:01.614 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-22 19:02:01.621 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: security-group 2026-04-22 19:02:01.622 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: segment 2026-04-22 19:02:01.622 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-22 19:02:01.623 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: service-type 2026-04-22 19:02:01.623 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: sorting 2026-04-22 19:02:01.624 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: standard-attr-segment 2026-04-22 19:02:01.624 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: standard-attr-description 2026-04-22 19:02:01.625 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: stateful-security-group 2026-04-22 19:02:01.625 1 WARNING neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-04-22 19:02:01.626 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-22 19:02:01.626 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: subnet_onboard 2026-04-22 19:02:01.627 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-22 19:02:01.627 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: subnet-service-types 2026-04-22 19:02:01.628 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: subnet_allocation 2026-04-22 19:02:01.628 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-22 19:02:01.629 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-22 19:02:01.631 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: standard-attr-tag 2026-04-22 19:02:01.632 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-22 19:02:01.632 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: trunk 2026-04-22 19:02:01.633 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: trunk-details 2026-04-22 19:02:01.633 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-22 19:02:01.634 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-22 19:02:01.635 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-22 19:02:01.636 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-22 19:02:01.636 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: vpn-flavors 2026-04-22 19:02:01.637 1 INFO neutron.api.extensions [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Loaded extension: vpnaas 2026-04-22 19:02:01.640 1 INFO oslo_service.service [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Starting 2 workers 2026-04-22 19:02:01.647 1 INFO oslo_service.service [None req-13a16b2b-3c33-4406-99ce-da3c0c8e9364 - - - - - -] Starting 1 workers 2026-04-22 19:02:40.064 9 INFO neutron.db.l3_hamode_db [None req-17cce5da-897e-4ca2-92e3-a5b692368f7a - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-22 19:02:51.579 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 45438f98-7118-4928-8789-2f4fa7367c36 2026-04-22 19:02:52.596 9 INFO neutron.plugins.ml2.plugin [None req-fa7d0936-dca1-4db8-a2d6-ee8fe0f54909 - - - - - -] Attempt 1 to provision port 45438f98-7118-4928-8789-2f4fa7367c36 2026-04-22 19:02:53.329 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 45438f98-7118-4928-8789-2f4fa7367c36 2026-04-22 19:07:27.542 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 8d6f860b-7f0d-49d1-bb87-e78f8b734f09 2026-04-22 19:07:28.034 10 INFO neutron.plugins.ml2.plugin [None req-565ac9c3-6507-4388-aac7-1999a7f64694 - - - - - -] Attempt 1 to provision port 8d6f860b-7f0d-49d1-bb87-e78f8b734f09 2026-04-22 19:07:29.527 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 8d6f860b-7f0d-49d1-bb87-e78f8b734f09 2026-04-22 19:07:35.996 9 INFO neutron.plugins.ml2.plugin [None req-1e1c8e12-fe63-47d4-a580-6c84420695b1 - - - - - -] Attempt 1 to provision port 727016d8-d5c7-4d4a-b9c6-0fadd0d2f188 2026-04-22 19:11:05.826 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 727016d8-d5c7-4d4a-b9c6-0fadd0d2f188 2026-04-22 19:11:07.687 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 727016d8-d5c7-4d4a-b9c6-0fadd0d2f188 2026-04-22 19:19:20.016 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port be58abb8-c3b4-471f-9597-de2f2268588b 2026-04-22 19:19:21.999 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port be58abb8-c3b4-471f-9597-de2f2268588b 2026-04-22 19:35:20.884 9 INFO neutron.plugins.ml2.plugin [None req-c6672e30-b16e-42b8-8299-e42226d6ee3d - - - - - -] Attempt 1 to provision port 7cc749b0-f0cd-4bea-82e5-e700eab0056f 2026-04-22 19:35:20.970 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 98ecbc9f-30d5-40f7-8651-c2244badf9ca 2026-04-22 19:35:21.287 10 INFO neutron.plugins.ml2.plugin [None req-d8fc6c07-06b7-405a-8824-9bfb6d60bbc0 - - - - - -] Attempt 1 to provision port b9c3c15b-3f9a-423b-9442-a58ddf696a3b 2026-04-22 19:35:22.065 9 INFO neutron.plugins.ml2.plugin [None req-eca00a39-28ba-44b9-862c-999876549fe9 - - - - - -] Attempt 1 to provision port 98ecbc9f-30d5-40f7-8651-c2244badf9ca 2026-04-22 19:35:22.467 9 INFO neutron.plugins.ml2.plugin [None req-d46bf44f-a0ea-46d2-8978-7d9e03ba6b58 - - - - - -] Attempt 1 to provision port fde2f1b3-7874-4da7-99bc-c5fe5ee55ace 2026-04-22 19:35:22.704 9 INFO neutron.plugins.ml2.plugin [None req-d46bf44f-a0ea-46d2-8978-7d9e03ba6b58 - - - - - -] Attempt 1 to provision port 8974cfe9-0694-4746-98fc-56f67d20bc03 2026-04-22 19:35:22.967 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 8974cfe9-0694-4746-98fc-56f67d20bc03 2026-04-22 19:35:23.651 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 98ecbc9f-30d5-40f7-8651-c2244badf9ca 2026-04-22 19:35:24.207 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port fde2f1b3-7874-4da7-99bc-c5fe5ee55ace 2026-04-22 19:35:24.381 10 INFO neutron.plugins.ml2.plugin [None req-65bb5332-0c5a-486f-8616-cb6500d9cfc5 - - - - - -] Attempt 1 to provision port ed922f3a-d8af-4e80-9159-b9f73ab26489 2026-04-22 19:35:24.602 9 INFO neutron.plugins.ml2.plugin [None req-ac616f6a-d7b1-4d40-a1c9-846280818ea4 - - - - - -] Attempt 1 to provision port 76db5d42-d737-4847-938c-c51362680c92 2026-04-22 19:35:24.747 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 8974cfe9-0694-4746-98fc-56f67d20bc03 2026-04-22 19:35:25.049 10 INFO neutron.plugins.ml2.plugin [None req-0b98e380-3ebe-42df-bd08-0599fa341256 - - - - - -] Attempt 1 to provision port 76db5d42-d737-4847-938c-c51362680c92 2026-04-22 19:35:25.051 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port fde2f1b3-7874-4da7-99bc-c5fe5ee55ace 2026-04-22 19:35:26.003 10 INFO neutron.plugins.ml2.plugin [None req-9381c278-d950-4927-bb38-a8b7a2a65b19 - - - - - -] Attempt 1 to provision port f09be0a5-2c8a-46dd-a9bb-3ca2b3936ac6 2026-04-22 19:35:26.875 10 INFO neutron.plugins.ml2.plugin [None req-46b2472e-9a92-4628-8216-141440ab6ae8 - - - - - -] Attempt 1 to provision port f09be0a5-2c8a-46dd-a9bb-3ca2b3936ac6 2026-04-22 19:35:27.536 10 INFO neutron.plugins.ml2.plugin [None req-0d925404-642c-463b-9594-d57043151bc7 - - - - - -] Attempt 1 to provision port 181392bd-7a1d-4d59-b590-785e8d087954 2026-04-22 19:35:28.200 10 INFO neutron.plugins.ml2.plugin [None req-2e68fc3c-911d-4a98-88dc-3ad8dcf78629 - - - - - -] Attempt 1 to provision port 181392bd-7a1d-4d59-b590-785e8d087954 2026-04-22 19:35:30.400 10 INFO neutron.plugins.ml2.plugin [None req-870ccd95-8916-4b1e-8b5c-abe511375b13 - - - - - -] Attempt 1 to provision port 2cdaecea-4d61-46de-b6f8-e42e9092565d 2026-04-22 19:35:30.784 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 1c1213fb-a8f5-4621-940a-2e0b7c13c3d2 2026-04-22 19:35:31.163 9 INFO neutron.plugins.ml2.plugin [None req-e5ff84a5-09af-41f5-9101-5189031b7c7a - - - - - -] Attempt 1 to provision port 1c1213fb-a8f5-4621-940a-2e0b7c13c3d2 2026-04-22 19:35:32.956 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 1c1213fb-a8f5-4621-940a-2e0b7c13c3d2 2026-04-22 19:35:33.433 9 INFO neutron.plugins.ml2.plugin [None req-c5b18afe-652f-4250-bc0a-b905eaa04489 - - - - - -] Attempt 1 to provision port 970da354-c0a1-4940-a475-7e408f593e9b 2026-04-22 19:35:34.630 10 INFO neutron.plugins.ml2.plugin [None req-ed340ed1-58de-437d-99ef-e5d20171ba24 - - - - - -] Attempt 1 to provision port 970da354-c0a1-4940-a475-7e408f593e9b 2026-04-22 19:35:34.913 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port f275fdc5-c5f0-409d-96c9-128776ae9765 2026-04-22 19:35:35.563 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 2edc8ba1-d6b8-41e6-a9fa-7b7cd3bd5d76 2026-04-22 19:35:35.740 10 INFO neutron.plugins.ml2.plugin [None req-fbf6b3c8-8fa6-415b-a310-5840916c80e4 - - - - - -] Attempt 1 to provision port d98be440-0ff3-4df1-8369-415563120e07 2026-04-22 19:35:36.357 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 9de5d689-e871-450e-a57e-8284d3688cb2 2026-04-22 19:35:36.976 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port f275fdc5-c5f0-409d-96c9-128776ae9765 2026-04-22 19:35:37.334 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 2edc8ba1-d6b8-41e6-a9fa-7b7cd3bd5d76 2026-04-22 19:35:37.765 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 9de5d689-e871-450e-a57e-8284d3688cb2 2026-04-22 19:35:40.151 9 INFO neutron.plugins.ml2.plugin [None req-d011e593-54ca-4661-97a0-a49a027873b9 - - - - - -] Attempt 1 to provision port 359b8980-8fd2-40d8-92ad-0d3854360c7f 2026-04-22 19:35:41.509 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d98be440-0ff3-4df1-8369-415563120e07 2026-04-22 19:35:42.219 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1715628-bd6f-4095-8afc-657d3905ae31'] response: {'server_uuid': '18d470f5-aa2b-45fa-8678-b8dee0753bd6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd98be440-0ff3-4df1-8369-415563120e07', 'code': 200} 2026-04-22 19:35:42.620 10 INFO neutron.plugins.ml2.plugin [None req-af6e9bc1-fb24-441f-adb8-9c6414ef6b87 - - - - - -] Attempt 1 to provision port b38cb9e8-ea26-48a5-a44f-36e98946b544 2026-04-22 19:35:42.798 9 INFO neutron.plugins.ml2.plugin [None req-221b6dc1-0361-40e0-8e31-53ae14559b9d - - - - - -] Attempt 1 to provision port c78de7e2-b67f-4053-a164-2441faa8633d 2026-04-22 19:35:43.057 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d98be440-0ff3-4df1-8369-415563120e07 2026-04-22 19:35:43.466 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port c78de7e2-b67f-4053-a164-2441faa8633d 2026-04-22 19:35:45.360 10 INFO neutron.plugins.ml2.plugin [None req-9a7cb88b-b6cd-41af-b03a-7b94a2b7ba6b - - - - - -] Attempt 1 to provision port 2eb29af2-4ce9-4098-b4c8-24eaade19f9e 2026-04-22 19:35:45.392 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port c78de7e2-b67f-4053-a164-2441faa8633d 2026-04-22 19:35:45.672 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 359b8980-8fd2-40d8-92ad-0d3854360c7f 2026-04-22 19:35:45.812 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2328ee8-5235-45ff-8b6e-e0fe28024b5f'] response: {'server_uuid': 'a760855b-9a18-4606-85c5-a61b79a134a9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '359b8980-8fd2-40d8-92ad-0d3854360c7f', 'code': 200} 2026-04-22 19:35:46.154 9 INFO neutron.plugins.ml2.plugin [None req-ca79fb2b-c665-4330-b027-414428093293 - - - - - -] Attempt 1 to provision port 2eb29af2-4ce9-4098-b4c8-24eaade19f9e 2026-04-22 19:35:47.092 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port aaaaefbc-add5-46a7-af0d-4fe8e14e10b2 2026-04-22 19:35:47.618 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 359b8980-8fd2-40d8-92ad-0d3854360c7f 2026-04-22 19:35:49.246 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port aaaaefbc-add5-46a7-af0d-4fe8e14e10b2 2026-04-22 19:35:51.577 9 INFO neutron.plugins.ml2.plugin [None req-71603321-4f7d-4b9a-9c54-c662fa5e8f7f - - - - - -] Attempt 1 to provision port 1e1d8592-c19f-45a9-b9ab-82b646a602d6 2026-04-22 19:35:53.170 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 1e1d8592-c19f-45a9-b9ab-82b646a602d6 2026-04-22 19:35:53.362 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-25c09462-e384-48fb-8db0-665ff43ac019'] response: {'server_uuid': 'c4ed7af4-2c59-4779-881a-ad74f09f6b77', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1e1d8592-c19f-45a9-b9ab-82b646a602d6', 'code': 200} 2026-04-22 19:35:55.059 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 1e1d8592-c19f-45a9-b9ab-82b646a602d6 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-04-22 19:36:00.414 9 INFO neutron.plugins.ml2.plugin [None req-d10b5938-c1c3-4def-9192-ecb5f3879c82 - - - - - -] Attempt 1 to provision port b81573cd-bf9b-400a-8bf7-ac3b53f70c4a 2026-04-22 19:36:01.137 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7cc749b0-f0cd-4bea-82e5-e700eab0056f 2026-04-22 19:36:01.492 10 INFO neutron.plugins.ml2.plugin [None req-6128de8e-722e-4f83-8cde-a65a69783dc2 - - - - - -] Attempt 1 to provision port 69679983-edd9-48ae-b559-9e8d9eae8945 2026-04-22 19:36:01.616 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 69679983-edd9-48ae-b559-9e8d9eae8945 2026-04-22 19:36:02.207 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port f09be0a5-2c8a-46dd-a9bb-3ca2b3936ac6 2026-04-22 19:36:03.005 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 69679983-edd9-48ae-b559-9e8d9eae8945 2026-04-22 19:36:03.100 10 INFO neutron.plugins.ml2.plugin [None req-60bff00d-4a08-4566-aa27-d695139c646e - - - - - -] Attempt 1 to provision port 3e5c5a3c-23e8-404f-a0e1-900f4303d3c5 2026-04-22 19:36:03.444 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7cc749b0-f0cd-4bea-82e5-e700eab0056f 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.816 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:03.819 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:03.819 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 2 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:03.857 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port f09be0a5-2c8a-46dd-a9bb-3ca2b3936ac6 2026-04-22 19:36:03.860 9 INFO neutron.plugins.ml2.plugin [None req-e5edba4f-a8e1-46bd-a8a7-115de9303efd - - - - - -] Attempt 1 to provision port 3e5c5a3c-23e8-404f-a0e1-900f4303d3c5 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.873 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:03.874 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:03.874 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 3 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.899 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:03.900 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:03.900 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 4 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:03.935 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:03.936 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 5 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.963 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:03.964 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:03.965 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 6 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:03.992 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:03.993 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:03.994 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 7 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:04.025 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:04.026 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:04.026 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 8 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:04.047 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:04.048 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:04.048 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 9 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:04.067 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:04.068 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:04.069 10 INFO neutron.plugins.ml2.plugin [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Attempt 10 to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/managers.py", line 850, in _bind_port_level 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 133, in bind_port 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers super(OpenvswitchMechanismDriver, self).bind_port(context) 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers raise self.value 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_v2.py", line 1233, in get_subnet 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/db_base_plugin_common.py", line 282, in _get_subnet_object 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 082172b3-e841-4156-9f59-6edda623c574 could not be found. 2026-04-22 19:36:04.089 10 ERROR neutron.plugins.ml2.managers  2026-04-22 19:36:04.090 10 ERROR neutron.plugins.ml2.managers [None req-f2721a95-3e6b-4ba6-bb61-7a5cbd633d20 - - - - - -] Failed to bind port 1299c5ec-b3cc-4dd7-b4a7-b43584bbda41 on host instance for vnic_type normal using segments [{'id': '84382d50-c337-4aa8-a3dd-1c60159b5671', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 171, 'network_id': '46947e55-5d4e-45f5-b63e-602fc5206631'}] 2026-04-22 19:36:05.127 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 151d2e89-d6fc-4910-9171-c9ef3c864b14 2026-04-22 19:36:05.476 10 INFO neutron.plugins.ml2.plugin [None req-b1240dda-dc1f-47d5-8482-7b6dd809093a - - - - - -] Attempt 1 to provision port 8d212c0d-2eba-4d6c-a7c1-65c1a25571c6 2026-04-22 19:36:06.119 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 8d212c0d-2eba-4d6c-a7c1-65c1a25571c6 2026-04-22 19:36:06.982 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 151d2e89-d6fc-4910-9171-c9ef3c864b14 2026-04-22 19:36:09.061 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c761eb9-3567-4cb5-bbac-ee68fc45aba0'] response: {'server_uuid': '18d470f5-aa2b-45fa-8678-b8dee0753bd6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd98be440-0ff3-4df1-8369-415563120e07', 'code': 200} 2026-04-22 19:36:09.808 10 INFO neutron.plugins.ml2.plugin [None req-94f59068-88dd-462b-a423-3a044216104e - - - - - -] Attempt 1 to provision port 50f1fba9-5a06-4615-b325-6f157b02c1b0 2026-04-22 19:36:10.060 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port b38cb9e8-ea26-48a5-a44f-36e98946b544 2026-04-22 19:36:10.502 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 2eb29af2-4ce9-4098-b4c8-24eaade19f9e 2026-04-22 19:36:11.040 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d98be440-0ff3-4df1-8369-415563120e07 2026-04-22 19:36:11.224 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fed95558-0445-4efb-ac39-b021ff91a6af'] response: {'server_uuid': '18d470f5-aa2b-45fa-8678-b8dee0753bd6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd98be440-0ff3-4df1-8369-415563120e07', 'code': 200} 2026-04-22 19:36:11.875 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 50f1fba9-5a06-4615-b325-6f157b02c1b0 2026-04-22 19:36:12.399 9 INFO neutron.plugins.ml2.plugin [None req-5ee6298f-4634-433a-a6ee-678b1fe743e4 - - - - - -] Attempt 1 to provision port 1e1d8592-c19f-45a9-b9ab-82b646a602d6 2026-04-22 19:36:12.725 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port b38cb9e8-ea26-48a5-a44f-36e98946b544 2026-04-22 19:36:13.026 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 2eb29af2-4ce9-4098-b4c8-24eaade19f9e 2026-04-22 19:36:13.262 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6d816c6-02c5-4852-a87f-213338650123'] response: {'server_uuid': 'abd11b6e-a6c0-495c-b735-4f5e17932be0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '50f1fba9-5a06-4615-b325-6f157b02c1b0', 'code': 200} 2026-04-22 19:36:13.409 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d98be440-0ff3-4df1-8369-415563120e07 2026-04-22 19:36:13.977 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 50f1fba9-5a06-4615-b325-6f157b02c1b0 2026-04-22 19:36:14.831 10 INFO neutron.plugins.ml2.plugin [None req-91f2ba74-ed0a-4cd5-ac12-94628f1b0781 - - - - - -] Attempt 1 to provision port 1e1d8592-c19f-45a9-b9ab-82b646a602d6 2026-04-22 19:36:15.969 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 1e1d8592-c19f-45a9-b9ab-82b646a602d6 2026-04-22 19:36:22.201 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port b81573cd-bf9b-400a-8bf7-ac3b53f70c4a /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-04-22 19:36:29.644 9 INFO neutron.plugins.ml2.plugin [None req-9f46a228-3d13-4bbc-b45e-d929cb24ec44 - - - - - -] Attempt 1 to provision port cdfec6a4-c1c7-40cd-8546-ac557eb41b41 2026-04-22 19:36:30.002 9 INFO neutron.plugins.ml2.plugin [None req-b0a53e43-78ad-4d12-8b78-2b9c9584f529 - - - - - -] Attempt 1 to provision port ea10f12b-cadf-42ea-b14e-e15b8ee3598f 2026-04-22 19:36:30.151 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port ea10f12b-cadf-42ea-b14e-e15b8ee3598f 2026-04-22 19:36:30.477 10 INFO neutron.plugins.ml2.plugin [None req-9eaf4b50-e7c3-4df0-b4a5-2b86bccc5a0e - - - - - -] Attempt 1 to provision port eea2983d-d530-488b-93c4-4368e1d1e250 2026-04-22 19:36:30.513 10 INFO neutron.plugins.ml2.plugin [None req-9eaf4b50-e7c3-4df0-b4a5-2b86bccc5a0e - - - - - -] Attempt 1 to provision port 728c49fd-ee18-4ddd-8180-5555e42f35fa 2026-04-22 19:36:30.532 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 728c49fd-ee18-4ddd-8180-5555e42f35fa 2026-04-22 19:36:31.933 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port ea10f12b-cadf-42ea-b14e-e15b8ee3598f 2026-04-22 19:36:32.229 9 INFO neutron.plugins.ml2.plugin [None req-60b6265f-1600-426a-b35a-c96e3b43397f - - - - - -] Attempt 1 to provision port 65c623ca-09b7-4b5e-8080-55aa0f749082 2026-04-22 19:36:32.582 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 728c49fd-ee18-4ddd-8180-5555e42f35fa 2026-04-22 19:36:32.777 9 INFO neutron.plugins.ml2.plugin [None req-ec237154-e660-4b4d-91a2-4335af9adc35 - - - - - -] Attempt 1 to provision port 65c623ca-09b7-4b5e-8080-55aa0f749082 2026-04-22 19:36:33.446 9 INFO neutron.plugins.ml2.plugin [None req-c483615a-48db-4e1e-a342-16343628ce35 - - - - - -] Attempt 1 to provision port a1c038b0-add9-42d2-8cd2-396429a5a7b9 2026-04-22 19:36:34.017 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 404032ae-f3d2-417a-a082-d2298d11768a 2026-04-22 19:36:34.121 10 INFO neutron.plugins.ml2.plugin [None req-b124d502-1869-4a35-bdf4-3b4d8944db68 - - - - - -] Attempt 1 to provision port a1c038b0-add9-42d2-8cd2-396429a5a7b9 2026-04-22 19:36:34.620 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port a38dd939-1fb0-423e-99a2-5aa48a7e000a 2026-04-22 19:36:36.204 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 404032ae-f3d2-417a-a082-d2298d11768a 2026-04-22 19:36:36.586 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port a38dd939-1fb0-423e-99a2-5aa48a7e000a 2026-04-22 19:36:38.092 9 INFO neutron.plugins.ml2.plugin [None req-d6654738-25c2-4e1b-a6bb-d5f500ebb71f - - - - - -] Attempt 1 to provision port 08e16b44-0f3c-4d07-a635-cf2489156c85 2026-04-22 19:36:39.937 10 INFO neutron.plugins.ml2.plugin [None req-df64180d-d42c-49ca-8c74-2b9f5ade58c7 - - - - - -] Attempt 1 to provision port 4e6a27bf-88c5-40fc-983d-e20b7102fd70 2026-04-22 19:36:41.135 9 INFO neutron.plugins.ml2.plugin [None req-84a9d789-8c24-4b6b-804a-630f9ae01b15 - - - - - -] Attempt 1 to provision port b48cacc7-5ef2-4e92-8a44-9e184cd2b848 2026-04-22 19:36:41.979 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port fbbf2627-5f6c-43e2-b9f1-77d24db9f60e 2026-04-22 19:36:43.814 10 INFO neutron.plugins.ml2.plugin [None req-864289f1-2330-47c5-8c83-212e973b1645 - - - - - -] Attempt 1 to provision port 4798a6f1-0feb-4643-9214-faf94387b9fa 2026-04-22 19:36:44.164 10 INFO neutron.plugins.ml2.plugin [None req-864289f1-2330-47c5-8c83-212e973b1645 - - - - - -] Attempt 1 to provision port 60eac2e7-b977-4011-9758-a64484594600 2026-04-22 19:36:44.334 9 INFO neutron.plugins.ml2.plugin [None req-a2288d7f-eec2-4eea-ab59-0f41982b3a6d - - - - - -] Attempt 1 to provision port 60eac2e7-b977-4011-9758-a64484594600 2026-04-22 19:36:44.393 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 4798a6f1-0feb-4643-9214-faf94387b9fa 2026-04-22 19:36:44.481 9 INFO neutron.plugins.ml2.plugin [None req-444dc217-e3a9-4e94-9c91-ffa44f1c20fc - - - - - -] Attempt 1 to provision port 60eac2e7-b977-4011-9758-a64484594600 2026-04-22 19:36:44.682 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 4e6a27bf-88c5-40fc-983d-e20b7102fd70 2026-04-22 19:36:45.273 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port b48cacc7-5ef2-4e92-8a44-9e184cd2b848 2026-04-22 19:36:45.292 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-288c99ab-ed18-4a0d-a899-8ed8a858d058'] response: {'server_uuid': '8e5f7053-c92d-4356-aeaa-3a1182c0d0e0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e6a27bf-88c5-40fc-983d-e20b7102fd70', 'code': 200} 2026-04-22 19:36:45.983 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port fbbf2627-5f6c-43e2-b9f1-77d24db9f60e 2026-04-22 19:36:46.523 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 4e6a27bf-88c5-40fc-983d-e20b7102fd70 2026-04-22 19:36:47.078 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port b48cacc7-5ef2-4e92-8a44-9e184cd2b848 2026-04-22 19:36:47.431 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd5e6715-3865-4b73-8815-ef77e665599c'] response: {'server_uuid': 'cf7e3cba-f016-46c6-889d-68d5db65ed2c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b48cacc7-5ef2-4e92-8a44-9e184cd2b848', 'code': 200} 2026-04-22 19:36:47.521 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 4798a6f1-0feb-4643-9214-faf94387b9fa 2026-04-22 19:36:50.384 9 INFO neutron.plugins.ml2.plugin [None req-fe0a168a-3777-44ad-822e-1bc76f021c72 - - - - - -] Attempt 1 to provision port 105a33bd-2932-4808-9123-98541d2890b5 2026-04-22 19:36:50.635 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 65c623ca-09b7-4b5e-8080-55aa0f749082 2026-04-22 19:36:52.401 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port cdfec6a4-c1c7-40cd-8546-ac557eb41b41 2026-04-22 19:36:52.753 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 65c623ca-09b7-4b5e-8080-55aa0f749082 2026-04-22 19:36:54.582 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port cdfec6a4-c1c7-40cd-8546-ac557eb41b41 2026-04-22 19:36:54.831 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 105a33bd-2932-4808-9123-98541d2890b5 2026-04-22 19:36:54.991 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-4afa9f27-0b98-4982-af6c-84165782ed6e'] response: {'server_uuid': '45edd655-cf11-4eaa-ab60-0b4e1ee34d63', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '105a33bd-2932-4808-9123-98541d2890b5', 'code': 200} 2026-04-22 19:36:56.520 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 105a33bd-2932-4808-9123-98541d2890b5 2026-04-22 19:36:58.659 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 08e16b44-0f3c-4d07-a635-cf2489156c85 2026-04-22 19:37:00.412 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 08e16b44-0f3c-4d07-a635-cf2489156c85 2026-04-22 19:37:00.728 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 60eac2e7-b977-4011-9758-a64484594600 2026-04-22 19:37:02.399 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 60eac2e7-b977-4011-9758-a64484594600 2026-04-22 19:37:05.974 9 INFO neutron.plugins.ml2.plugin [None req-ef73abef-014a-4803-ad7c-3a34782b47b4 - - - - - -] Attempt 1 to provision port ee2e3a56-71ad-4323-af97-45bd6945d15c 2026-04-22 19:37:18.726 9 INFO neutron.plugins.ml2.plugin [None req-4f9cacc9-5d0d-4b46-b97f-80660f7e2475 - - - - - -] Attempt 1 to provision port e64cf429-1eef-465c-906c-364c4983a70a 2026-04-22 19:37:22.554 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port e64cf429-1eef-465c-906c-364c4983a70a 2026-04-22 19:37:22.715 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-97ab3726-165f-489c-9229-ab6bfb7b0984'] response: {'server_uuid': '1a6c2632-cfa1-4d15-b35b-cb9020333edf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e64cf429-1eef-465c-906c-364c4983a70a', 'code': 200} 2026-04-22 19:37:24.496 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port e64cf429-1eef-465c-906c-364c4983a70a 2026-04-22 19:37:30.639 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 26616880-1df9-48e5-a4b7-8a1dfaa7a749 2026-04-22 19:37:31.681 10 INFO neutron.plugins.ml2.plugin [None req-0bea437c-b26f-4604-b0d2-40846fc8df1e - - - - - -] Attempt 1 to provision port 26616880-1df9-48e5-a4b7-8a1dfaa7a749 2026-04-22 19:37:32.307 10 INFO neutron.plugins.ml2.plugin [None req-06c71904-8850-4076-afc5-dd996897df53 - - - - - -] Attempt 1 to provision port d7f74395-ef76-4146-b22a-33ab9df48b84 2026-04-22 19:37:32.610 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 26616880-1df9-48e5-a4b7-8a1dfaa7a749 2026-04-22 19:37:32.901 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d7f74395-ef76-4146-b22a-33ab9df48b84 2026-04-22 19:37:32.985 9 INFO neutron.plugins.ml2.plugin [None req-426908d5-cbf3-46fe-ab43-49f926ce400f - - - - - -] Attempt 1 to provision port 034d8ba2-f4e5-42b9-aee8-dc447494f211 2026-04-22 19:37:33.741 9 INFO neutron.plugins.ml2.plugin [None req-1029d46c-a804-4dc3-8009-84bf9fef9243 - - - - - -] Attempt 1 to provision port 034d8ba2-f4e5-42b9-aee8-dc447494f211 2026-04-22 19:37:34.422 10 INFO neutron.plugins.ml2.plugin [None req-b5361265-725b-4c6d-bc21-c12dd723a6bc - - - - - -] Attempt 1 to provision port 6fc6c224-4777-4a0d-8c04-c2840bc02502 2026-04-22 19:37:34.805 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 709d2a75-2c57-4cdf-a6d3-0112729ca74a 2026-04-22 19:37:35.389 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d7f74395-ef76-4146-b22a-33ab9df48b84 2026-04-22 19:37:35.748 10 INFO neutron.plugins.ml2.plugin [None req-b9791aca-06ae-43f1-be55-863d8c8764b7 - - - - - -] Attempt 1 to provision port f90db6b8-4248-40e9-94f4-a5090d9638f7 2026-04-22 19:37:36.305 10 INFO neutron.plugins.ml2.plugin [None req-8fbd18e8-bab1-4229-89a5-b2fe15d09f79 - - - - - -] Attempt 1 to provision port f90db6b8-4248-40e9-94f4-a5090d9638f7 2026-04-22 19:37:44.523 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 072da98c-c556-41e3-86ae-6ce4153983a6 2026-04-22 19:37:44.645 10 INFO neutron.plugins.ml2.plugin [None req-39c05a7e-dc77-4d07-b49a-794a2dba2f9d - - - - - -] Attempt 1 to provision port 072da98c-c556-41e3-86ae-6ce4153983a6 2026-04-22 19:37:46.257 9 INFO neutron.plugins.ml2.plugin [None req-60b37472-03a6-4dd2-8b81-cf011406fc14 - - - - - -] Attempt 1 to provision port bed8d722-02af-40e4-a19c-dc83271aa27e 2026-04-22 19:37:46.644 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 072da98c-c556-41e3-86ae-6ce4153983a6 2026-04-22 19:37:46.890 10 INFO neutron.plugins.ml2.plugin [None req-1a88f92e-0801-4619-b983-e38a895d5b47 - - - - - -] Attempt 1 to provision port a29f7d36-b739-427e-a353-f2031969ce09 2026-04-22 19:37:47.126 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port bed8d722-02af-40e4-a19c-dc83271aa27e 2026-04-22 19:37:47.855 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9079ef7a-e69e-4907-a717-49c11baac3db'] response: {'server_uuid': '45edd655-cf11-4eaa-ab60-0b4e1ee34d63', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '105a33bd-2932-4808-9123-98541d2890b5', 'code': 200} 2026-04-22 19:37:48.480 10 INFO neutron.plugins.ml2.plugin [None req-5be54519-10b4-4b85-957b-549191c61671 - - - - - -] Attempt 1 to provision port 3157c43b-08b9-4a24-b527-450d1be19141 2026-04-22 19:37:48.544 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 3157c43b-08b9-4a24-b527-450d1be19141 2026-04-22 19:37:48.892 10 INFO neutron.plugins.ml2.plugin [None req-0127e7e8-0658-4475-a362-d6a3182c0914 - - - - - -] Attempt 1 to provision port a29f7d36-b739-427e-a353-f2031969ce09 2026-04-22 19:37:49.238 9 INFO neutron.plugins.ml2.plugin [None req-3b9a935d-4799-401e-9dd2-bec4d0cf462a - - - - - -] Attempt 1 to provision port 31a15091-9114-44f4-8921-2309b77e71c1 2026-04-22 19:37:49.552 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port bed8d722-02af-40e4-a19c-dc83271aa27e 2026-04-22 19:37:49.809 9 INFO neutron.plugins.ml2.plugin [None req-10fe0878-c084-4ab2-8564-b5a167a7ab43 - - - - - -] Attempt 1 to provision port b4e4a327-6bdf-4f9c-af97-8a9800f0f9f0 2026-04-22 19:37:49.858 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 31a15091-9114-44f4-8921-2309b77e71c1 2026-04-22 19:37:50.376 10 INFO neutron.plugins.ml2.plugin [None req-58aea9c0-da4e-48f4-a471-a70ca4ba5213 - - - - - -] Attempt 1 to provision port b4e4a327-6bdf-4f9c-af97-8a9800f0f9f0 2026-04-22 19:37:50.509 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 3157c43b-08b9-4a24-b527-450d1be19141 2026-04-22 19:37:50.865 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 31a15091-9114-44f4-8921-2309b77e71c1 2026-04-22 19:37:51.334 10 INFO neutron.plugins.ml2.plugin [None req-54174040-897f-41b5-8294-26533d4fafd6 - - - - - -] Attempt 1 to provision port 98a1d9ec-7214-4d00-9fd4-672f878be7b0 2026-04-22 19:37:52.084 10 INFO neutron.plugins.ml2.plugin [None req-7c2237e4-a8be-4e2c-9b2f-1fef464981b2 - - - - - -] Attempt 1 to provision port 98a1d9ec-7214-4d00-9fd4-672f878be7b0 2026-04-22 19:37:58.499 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 87c25127-5c0b-48c3-b2d0-13ad05e5c404 2026-04-22 19:37:58.583 10 INFO neutron.plugins.ml2.plugin [None req-10f6905d-dece-4e2c-bb87-f1aed40fe0c3 - - - - - -] Attempt 1 to provision port 87c25127-5c0b-48c3-b2d0-13ad05e5c404 2026-04-22 19:37:59.506 9 INFO neutron.plugins.ml2.plugin [None req-8d862cb9-7938-47c1-bee9-6dfd5e785045 - - - - - -] Attempt 1 to provision port 55c9a406-1e85-4404-b199-cc3a9d9e18ba 2026-04-22 19:38:00.157 9 INFO neutron.plugins.ml2.plugin [None req-4ad34f17-d6db-48f7-b829-4bed590bba50 - - - - - -] Attempt 1 to provision port 55c9a406-1e85-4404-b199-cc3a9d9e18ba 2026-04-22 19:38:00.490 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 87c25127-5c0b-48c3-b2d0-13ad05e5c404 2026-04-22 19:38:02.645 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7ee8e79a-97c5-42e3-950b-4e68fef0599c 2026-04-22 19:38:03.281 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 0a96dffc-11a7-43eb-92db-d2e42fbfcac4 2026-04-22 19:38:03.454 9 INFO neutron.plugins.ml2.plugin [None req-e5121bdc-df3d-4018-ad0f-e8ced2b13a03 - - - - - -] Attempt 1 to provision port 3fd88f0f-a273-44ae-ab86-54148c7165d2 2026-04-22 19:38:04.260 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 3fd88f0f-a273-44ae-ab86-54148c7165d2 2026-04-22 19:38:04.362 9 INFO neutron.plugins.ml2.plugin [None req-476bcbf9-137f-415d-9f3f-4e659ae77dcf - - - - - -] Attempt 1 to provision port 89cf5728-0d54-4dc7-b553-3c3870c11fe3 2026-04-22 19:38:04.403 9 INFO neutron.plugins.ml2.plugin [None req-476bcbf9-137f-415d-9f3f-4e659ae77dcf - - - - - -] Attempt 1 to provision port 0a96dffc-11a7-43eb-92db-d2e42fbfcac4 2026-04-22 19:38:04.505 9 INFO neutron.plugins.ml2.plugin [None req-476bcbf9-137f-415d-9f3f-4e659ae77dcf - - - - - -] Attempt 1 to provision port 7ee8e79a-97c5-42e3-950b-4e68fef0599c 2026-04-22 19:38:04.733 10 INFO neutron.plugins.ml2.plugin [None req-c9378985-3b78-4f3e-a36a-86288a97065c - - - - - -] Attempt 1 to provision port 88010763-1e60-4e63-8e7b-1eec0db0c90b 2026-04-22 19:38:04.773 10 INFO neutron.plugins.ml2.plugin [None req-c9378985-3b78-4f3e-a36a-86288a97065c - - - - - -] Attempt 1 to provision port 2f96baed-5856-4c36-a81f-bc20a417a92a 2026-04-22 19:38:04.796 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 3fd88f0f-a273-44ae-ab86-54148c7165d2 2026-04-22 19:38:05.124 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7ee8e79a-97c5-42e3-950b-4e68fef0599c 2026-04-22 19:38:05.494 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 0a96dffc-11a7-43eb-92db-d2e42fbfcac4 2026-04-22 19:38:06.268 9 INFO neutron.plugins.ml2.plugin [None req-70f54b3d-3e8b-4e07-8131-eb6a22ed0055 - - - - - -] Attempt 1 to provision port 2f96baed-5856-4c36-a81f-bc20a417a92a 2026-04-22 19:38:07.329 10 INFO neutron.plugins.ml2.plugin [None req-e41cd45f-c9a1-43d0-a33d-1406b200b88c - - - - - -] Attempt 1 to provision port d067a7ed-503c-4ed6-a770-e972f47e55ea 2026-04-22 19:38:08.083 9 INFO neutron.plugins.ml2.plugin [None req-b9f38ffe-70ae-4423-9811-ed0bed7bbcea - - - - - -] Attempt 1 to provision port d067a7ed-503c-4ed6-a770-e972f47e55ea 2026-04-22 19:38:08.778 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 83b2e94d-fd50-4f99-ae8b-98918509fc82 2026-04-22 19:38:10.373 10 INFO neutron.plugins.ml2.plugin [None req-94e60959-2395-4715-bedc-8cfe45dafefe - - - - - -] Attempt 1 to provision port 15602ece-7e07-40d6-9736-6515d6f96772 2026-04-22 19:38:10.799 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 83b2e94d-fd50-4f99-ae8b-98918509fc82 2026-04-22 19:38:12.547 10 INFO neutron.plugins.ml2.plugin [None req-54ef0cd9-d498-4725-9f6b-e082ac9d8d42 - - - - - -] Attempt 1 to provision port 9243e2db-9547-45e1-814c-4b21f7e15cc1 2026-04-22 19:38:12.990 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 9243e2db-9547-45e1-814c-4b21f7e15cc1 2026-04-22 19:38:13.494 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port c3eb94d3-411f-4eab-81b1-5fa2514315fe 2026-04-22 19:38:13.731 9 INFO neutron.plugins.ml2.plugin [None req-bdba6afd-5b36-46a5-b2f5-500d16fb9e1a - - - - - -] Attempt 1 to provision port c309b1ed-e813-471c-a66c-1ab4e803c92a 2026-04-22 19:38:14.229 9 INFO neutron.plugins.ml2.plugin [None req-88e84822-0a17-411f-adb7-53d7125d3b88 - - - - - -] Attempt 1 to provision port c3eb94d3-411f-4eab-81b1-5fa2514315fe 2026-04-22 19:38:14.967 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port c3eb94d3-411f-4eab-81b1-5fa2514315fe 2026-04-22 19:38:16.918 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7a7321d2-b86f-404b-890f-ebc8e2be986d 2026-04-22 19:38:17.692 9 INFO neutron.plugins.ml2.plugin [None req-578d6698-9986-42b1-add3-01de79276d2b - - - - - -] Attempt 1 to provision port 8524fd2c-e55a-4872-965d-ad456070d3e4 2026-04-22 19:38:17.951 10 INFO neutron.plugins.ml2.plugin [None req-31a4bb5e-035b-4283-8c39-b05531574260 - - - - - -] Attempt 1 to provision port 7a7321d2-b86f-404b-890f-ebc8e2be986d 2026-04-22 19:38:18.762 9 INFO neutron.plugins.ml2.plugin [None req-bf66116f-7e66-4970-9648-173277eea68b - - - - - -] Attempt 1 to provision port 8524fd2c-e55a-4872-965d-ad456070d3e4 2026-04-22 19:38:18.997 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 0fef8162-5dba-4c12-ac25-a15d937832f3 2026-04-22 19:38:19.544 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7a7321d2-b86f-404b-890f-ebc8e2be986d 2026-04-22 19:38:19.616 9 INFO neutron.plugins.ml2.plugin [None req-fec9f5c5-86ed-4109-839b-92fa1e23015e - - - - - -] Attempt 1 to provision port d4bf4f2a-76d7-4dd8-880a-671ac215bc9a 2026-04-22 19:38:20.187 10 INFO neutron.plugins.ml2.plugin [None req-510cee8b-6f59-45c8-9f84-70a517b73225 - - - - - -] Attempt 1 to provision port d4bf4f2a-76d7-4dd8-880a-671ac215bc9a 2026-04-22 19:38:20.902 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 0fef8162-5dba-4c12-ac25-a15d937832f3 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-04-22 19:38:24.943 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 88010763-1e60-4e63-8e7b-1eec0db0c90b 2026-04-22 19:38:25.117 9 INFO neutron.plugins.ml2.plugin [None req-7a3c3000-da94-4714-b1bd-36f349319b41 - - - - - -] Attempt 1 to provision port 2224fb44-3fd7-4e32-9ee1-0e54bf5c8da9 2026-04-22 19:38:26.839 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d067a7ed-503c-4ed6-a770-e972f47e55ea 2026-04-22 19:38:27.273 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 88010763-1e60-4e63-8e7b-1eec0db0c90b 2026-04-22 19:38:28.409 9 INFO neutron.plugins.ml2.plugin [None req-54b5cb80-486b-4786-8aae-6c044f059cb6 - - - - - -] Attempt 1 to provision port a60ff9a9-e366-4e96-af9c-9c0a0309870e 2026-04-22 19:38:28.895 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d067a7ed-503c-4ed6-a770-e972f47e55ea 2026-04-22 19:38:30.981 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port a60ff9a9-e366-4e96-af9c-9c0a0309870e 2026-04-22 19:38:31.206 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-088cd09f-e98b-4353-9f8d-2bd5b938f705'] response: {'server_uuid': '8d89186a-964a-47c2-b76c-c3f3f1d652ba', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a60ff9a9-e366-4e96-af9c-9c0a0309870e', 'code': 200} 2026-04-22 19:38:32.853 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port a60ff9a9-e366-4e96-af9c-9c0a0309870e 2026-04-22 19:38:34.854 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 8524fd2c-e55a-4872-965d-ad456070d3e4 2026-04-22 19:38:35.292 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port c309b1ed-e813-471c-a66c-1ab4e803c92a 2026-04-22 19:38:36.869 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 8524fd2c-e55a-4872-965d-ad456070d3e4 2026-04-22 19:38:37.362 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port c309b1ed-e813-471c-a66c-1ab4e803c92a 2026-04-22 19:38:42.577 9 INFO neutron.plugins.ml2.plugin [None req-930558fb-71f3-4749-b802-b051ffd64086 - - - - - -] Attempt 1 to provision port d875d359-7bb3-4ec4-8201-032321d10208 2026-04-22 19:38:42.893 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port be27ee3a-3501-4572-bc3f-b7b862a04b48 2026-04-22 19:38:43.543 10 INFO neutron.plugins.ml2.plugin [None req-a97abcd3-5065-4545-9dc4-c26a78d4bc3a - - - - - -] Attempt 1 to provision port be27ee3a-3501-4572-bc3f-b7b862a04b48 2026-04-22 19:38:44.863 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port be27ee3a-3501-4572-bc3f-b7b862a04b48 2026-04-22 19:38:45.237 9 INFO neutron.plugins.ml2.plugin [None req-d0199d2a-7f19-42f3-bd06-ddbc4f729ad3 - - - - - -] Attempt 1 to provision port f650e371-55a4-4696-8193-b28ffc671636 2026-04-22 19:38:46.101 9 INFO neutron.plugins.ml2.plugin [None req-3d727cbe-8505-4610-bce1-6b036a3a9f22 - - - - - -] Attempt 1 to provision port f650e371-55a4-4696-8193-b28ffc671636 2026-04-22 19:38:46.894 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d5d64c83-b108-4747-b4af-b7dc0f84781a 2026-04-22 19:38:48.984 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port d5d64c83-b108-4747-b4af-b7dc0f84781a 2026-04-22 19:38:51.108 10 INFO neutron.plugins.ml2.plugin [None req-11abc4a2-fd95-48ae-9d96-1e7a8ff9657d - - - - - -] Attempt 1 to provision port 7c8ecd9a-ae42-432e-8b62-7187baa37d9b 2026-04-22 19:38:53.094 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7c8ecd9a-ae42-432e-8b62-7187baa37d9b 2026-04-22 19:38:53.273 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-9459763d-147f-4c07-b2e5-8d64bb9484dc'] response: {'server_uuid': 'f1359b3c-2d0d-46e3-ba00-be5abd4cdc48', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7c8ecd9a-ae42-432e-8b62-7187baa37d9b', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-04-22 19:38:54.908 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7c8ecd9a-ae42-432e-8b62-7187baa37d9b /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: 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:664: 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:664: 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:664: 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-04-22 19:39:28.609 10 INFO neutron.plugins.ml2.plugin [None req-640d9e11-ad59-4df0-a218-bb6c6063dd8c - - - - - -] Attempt 1 to provision port f9094e46-cefd-404d-ace0-9e393a20e922 2026-04-22 19:39:28.898 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port f9094e46-cefd-404d-ace0-9e393a20e922 2026-04-22 19:39:31.079 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port e698e29b-273d-4399-a195-645fdb701c4e 2026-04-22 19:39:32.313 9 INFO neutron.plugins.ml2.plugin [None req-0e9eeba2-4dbd-4f68-87d8-ab31889f9b0c - - - - - -] Attempt 1 to provision port e698e29b-273d-4399-a195-645fdb701c4e 2026-04-22 19:39:33.304 9 INFO neutron.plugins.ml2.plugin [None req-8eb7e7ff-7a0a-467c-b405-eb356618a82b - - - - - -] Attempt 1 to provision port 31d0a75a-7b18-4ff1-98b0-465c401b1935 2026-04-22 19:39:33.364 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 59e27113-dc8b-415d-a2bd-444456e6bedb 2026-04-22 19:39:34.008 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 6f2fd481-49a2-426e-85aa-c7be7cbeca92 2026-04-22 19:39:34.418 9 INFO neutron.plugins.ml2.plugin [None req-dd5c69aa-3977-4b5b-8dfe-7bd9195f3536 - - - - - -] Attempt 1 to provision port 6f2fd481-49a2-426e-85aa-c7be7cbeca92 2026-04-22 19:39:35.009 10 INFO neutron.plugins.ml2.plugin [None req-775bd8ac-4c26-4c54-b6e8-99ef664c2e42 - - - - - -] Attempt 1 to provision port 59e27113-dc8b-415d-a2bd-444456e6bedb 2026-04-22 19:39:35.127 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 31d0a75a-7b18-4ff1-98b0-465c401b1935 2026-04-22 19:39:35.324 9 INFO neutron.plugins.ml2.plugin [None req-4d91671b-1031-437a-881e-3daae087313d - - - - - -] Attempt 1 to provision port 61023aa2-7a7d-4d53-88dc-9b53a2b435e1 2026-04-22 19:39:35.348 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] No ports have port_id starting with 31d0a75a-7b18-4ff1-98b0-465c401b1935 2026-04-22 19:39:35.673 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 61023aa2-7a7d-4d53-88dc-9b53a2b435e1 2026-04-22 19:40:03.620 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 4851af06-48ed-4211-b49f-b4a5e89c418e 2026-04-22 19:40:04.777 9 INFO neutron.plugins.ml2.plugin [None req-71ca486d-17f1-4a6d-8d78-79ec6ba554cc - - - - - -] Attempt 1 to provision port 4851af06-48ed-4211-b49f-b4a5e89c418e 2026-04-22 19:40:05.686 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 4851af06-48ed-4211-b49f-b4a5e89c418e 2026-04-22 19:40:06.309 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 3a097c30-ccd6-42de-a476-760917d9813b 2026-04-22 19:40:06.316 10 INFO neutron.plugins.ml2.plugin [None req-8d983e76-4a57-49b8-ba73-b0a8227b356c - - - - - -] Attempt 1 to provision port 7b199948-bb0b-4bf5-bb2f-03c93162d735 2026-04-22 19:40:06.875 9 INFO neutron.plugins.ml2.plugin [None req-56db2ab5-1296-466f-bb56-b45c4ed7b928 - - - - - -] Attempt 1 to provision port 4851af06-48ed-4211-b49f-b4a5e89c418e 2026-04-22 19:40:07.045 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port fa89e7fd-3c4e-4fbe-97ba-79924827e5a7 2026-04-22 19:40:07.108 10 INFO neutron.plugins.ml2.plugin [None req-8a995057-c4b2-4d31-826d-c06118b8c381 - - - - - -] Attempt 1 to provision port fa89e7fd-3c4e-4fbe-97ba-79924827e5a7 2026-04-22 19:40:07.842 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 3a097c30-ccd6-42de-a476-760917d9813b 2026-04-22 19:40:07.975 9 INFO neutron.plugins.ml2.plugin [None req-af2acf04-8338-455a-8ee8-ea1c9b415a4f - - - - - -] Attempt 1 to provision port 3a097c30-ccd6-42de-a476-760917d9813b 2026-04-22 19:40:08.431 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port fa89e7fd-3c4e-4fbe-97ba-79924827e5a7 2026-04-22 19:40:08.900 10 INFO neutron.plugins.ml2.plugin [None req-b03b1b51-b55f-4366-846f-62edc59a5878 - - - - - -] Attempt 1 to provision port fa89e7fd-3c4e-4fbe-97ba-79924827e5a7 2026-04-22 19:40:09.129 9 INFO neutron.plugins.ml2.plugin [None req-ba3017a1-dd8e-44f3-b1fb-d1204b7950b1 - - - - - -] Attempt 1 to provision port 3a097c30-ccd6-42de-a476-760917d9813b 2026-04-22 19:40:09.880 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 9bbc1471-1bb2-474d-8be0-f2143a10845e 2026-04-22 19:40:09.959 10 INFO neutron.plugins.ml2.plugin [None req-65178001-b3c0-4b90-87c4-6035de651e2b - - - - - -] Attempt 1 to provision port b72494d9-40e5-47b0-bf3e-7babd552dce4 2026-04-22 19:40:10.737 10 INFO neutron.plugins.ml2.plugin [None req-45fdc84f-d3bb-4e8c-89c3-a2d0a8c868d9 - - - - - -] Attempt 1 to provision port b72494d9-40e5-47b0-bf3e-7babd552dce4 2026-04-22 19:40:11.741 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 9bbc1471-1bb2-474d-8be0-f2143a10845e 2026-04-22 19:40:12.189 9 INFO neutron.plugins.ml2.plugin [None req-79aa1bae-8190-46af-accd-533d045e2b2f - - - - - -] Attempt 1 to provision port 2e72600b-bfaf-45a0-a590-ec81b16a73d5 2026-04-22 19:40:14.058 9 INFO neutron.plugins.ml2.plugin [None req-a3f9d657-48b4-41b6-a53f-a8e4dbb15055 - - - - - -] Attempt 1 to provision port 2e72600b-bfaf-45a0-a590-ec81b16a73d5 2026-04-22 19:40:15.111 9 INFO neutron.plugins.ml2.plugin [None req-850774b7-6284-49f3-951c-147185060a9b - - - - - -] Attempt 1 to provision port fb1ef60d-665f-4b35-bfa5-eafa519f0066 2026-04-22 19:40:15.960 9 INFO neutron.plugins.ml2.plugin [None req-159cc68b-40e8-41eb-81dc-6ef9fb250839 - - - - - -] Attempt 1 to provision port fb1ef60d-665f-4b35-bfa5-eafa519f0066 2026-04-22 19:40:20.745 9 INFO neutron.plugins.ml2.plugin [None req-cb34d3d5-6413-45f3-8a4c-ef6d7d4be053 - - - - - -] Attempt 1 to provision port 4fba4db8-6aee-4429-b693-6daded305d3b 2026-04-22 19:40:23.848 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 4fba4db8-6aee-4429-b693-6daded305d3b 2026-04-22 19:40:24.000 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0669f03b-e822-476b-9739-27f10b208702'] response: {'server_uuid': '4ca09a5c-b4fa-44b9-9b17-2fb26a1c78cd', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4fba4db8-6aee-4429-b693-6daded305d3b', 'code': 200} 2026-04-22 19:40:25.772 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 4fba4db8-6aee-4429-b693-6daded305d3b 2026-04-22 19:40:29.782 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 2e72600b-bfaf-45a0-a590-ec81b16a73d5 2026-04-22 19:40:30.160 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7b199948-bb0b-4bf5-bb2f-03c93162d735 2026-04-22 19:40:31.792 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port b72494d9-40e5-47b0-bf3e-7babd552dce4 2026-04-22 19:40:32.345 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7b199948-bb0b-4bf5-bb2f-03c93162d735 2026-04-22 19:40:32.552 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 2e72600b-bfaf-45a0-a590-ec81b16a73d5 2026-04-22 19:40:32.804 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port fb1ef60d-665f-4b35-bfa5-eafa519f0066 2026-04-22 19:40:33.781 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port b72494d9-40e5-47b0-bf3e-7babd552dce4 2026-04-22 19:40:34.070 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port fb1ef60d-665f-4b35-bfa5-eafa519f0066 2026-04-22 19:40:34.701 9 INFO neutron.plugins.ml2.plugin [None req-23a48924-5da2-4ee1-8fe1-2853e5740bec - - - - - -] Attempt 1 to provision port 12b4afbc-3726-43de-a138-ac9940bede09 2026-04-22 19:40:37.791 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 12b4afbc-3726-43de-a138-ac9940bede09 2026-04-22 19:40:37.901 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-802eec8d-afd2-46ad-9f7d-cda46ec4d6c6'] response: {'server_uuid': '950dc1e2-963a-4bb9-a67d-818ac29460d4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '12b4afbc-3726-43de-a138-ac9940bede09', 'code': 200} 2026-04-22 19:40:39.782 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 12b4afbc-3726-43de-a138-ac9940bede09 2026-04-22 19:40:59.036 9 INFO neutron.plugins.ml2.plugin [None req-d1d55979-182d-4984-9f1d-c2d8655e6d0a - - - - - -] Attempt 1 to provision port bbbe6580-e317-45dc-8735-4d6735d52883 2026-04-22 19:41:11.978 9 INFO neutron.plugins.ml2.plugin [None req-1eb57240-abb1-4ca2-ba68-bdf906e00718 - - - - - -] Attempt 1 to provision port a36220f4-7cd6-4419-abdb-73512b855e27 2026-04-22 19:41:13.895 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port a36220f4-7cd6-4419-abdb-73512b855e27 2026-04-22 19:41:14.090 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fe43a83-2add-4a50-9989-b90620ba5093'] response: {'server_uuid': '0b1bd793-13e7-46bd-84e5-cea14234ef0e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a36220f4-7cd6-4419-abdb-73512b855e27', 'code': 200} 2026-04-22 19:41:15.804 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port a36220f4-7cd6-4419-abdb-73512b855e27 2026-04-22 19:41:53.951 10 INFO neutron.plugins.ml2.plugin [None req-7c574b4f-208a-4cb4-b636-ead517e49bee - - - - - -] Attempt 1 to provision port 0f051ca0-5184-45ca-be2e-f2389be933aa 2026-04-22 19:41:57.899 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 0f051ca0-5184-45ca-be2e-f2389be933aa 2026-04-22 19:41:58.293 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5ba2100-11c7-4a31-9dfa-8943d33e9838'] response: {'server_uuid': '0b1bd793-13e7-46bd-84e5-cea14234ef0e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0f051ca0-5184-45ca-be2e-f2389be933aa', 'code': 200} 2026-04-22 19:41:59.838 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 0f051ca0-5184-45ca-be2e-f2389be933aa 2026-04-22 19:42:30.062 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7a28e2b4-3213-429a-a6b5-8ae61c9f21fe 2026-04-22 19:42:30.431 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f052b9a9-04c1-4f41-bdce-40d7815ddbd1'] response: {'server_uuid': '0b1bd793-13e7-46bd-84e5-cea14234ef0e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7a28e2b4-3213-429a-a6b5-8ae61c9f21fe', 'code': 200} 2026-04-22 19:42:31.880 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7a28e2b4-3213-429a-a6b5-8ae61c9f21fe 2026-04-22 19:42:43.927 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port eea0b5d5-1646-465f-985b-0b6fe2f79c21 2026-04-22 19:42:44.083 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f683e7f0-f8e8-40f3-9639-92760f91f20f'] response: {'server_uuid': '0b1bd793-13e7-46bd-84e5-cea14234ef0e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'eea0b5d5-1646-465f-985b-0b6fe2f79c21', 'code': 200} 2026-04-22 19:42:44.967 9 INFO neutron.plugins.ml2.plugin [None req-386cb9f9-d7fc-40dd-88b7-815a7bcf7130 - - - - - -] Attempt 1 to provision port eea0b5d5-1646-465f-985b-0b6fe2f79c21 2026-04-22 19:42:45.909 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port eea0b5d5-1646-465f-985b-0b6fe2f79c21 2026-04-22 19:43:00.285 10 INFO neutron.plugins.ml2.plugin [None req-947c144e-18c9-49cd-b4de-535c220856c7 - - - - - -] Attempt 1 to provision port eea0b5d5-1646-465f-985b-0b6fe2f79c21 2026-04-22 19:43:01.966 9 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port eea0b5d5-1646-465f-985b-0b6fe2f79c21 2026-04-22 19:43:30.905 9 INFO neutron.plugins.ml2.plugin [None req-a4a44ebe-9059-408a-92d3-41dd46d0b217 - - - - - -] Attempt 1 to provision port 7a28e2b4-3213-429a-a6b5-8ae61c9f21fe 2026-04-22 19:43:31.962 10 INFO neutron.plugins.ml2.plugin [None req-a34581df-ee43-423d-bde1-5fc50b94fe40 - - - - - -] Attempt 1 to provision port 7a28e2b4-3213-429a-a6b5-8ae61c9f21fe