+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-02 10:47:39.954 1 INFO neutron.common.config [-] Logging enabled! 2026-07-02 10:47:39.954 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.5.dev1 2026-07-02 10:47:39.955 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-07-02 10:47:39.955 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 10:47:41.190 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:47:41.195 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 10:47:41.198 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 10:47:41.199 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:47:41.199 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 10:47:41.199 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 10:47:41.200 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:41.207 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:41.207 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:47:41.207 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:47:41.235 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 10:47:41.236 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:47:41.237 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 10:47:41.286 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 10:47:41.287 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 10:47:41.287 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 10:47:41.287 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 10:47:41.657 1 INFO neutron.plugins.ml2.managers [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] Initializing driver for type 'vlan' 2026-07-02 10:47:41.858 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] VlanTypeDriver initialization complete 2026-07-02 10:47:41.858 1 INFO neutron.plugins.ml2.managers [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 10:47:41.859 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 10:47:41.930 1 INFO neutron.plugins.ml2.managers [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 10:47:41.931 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 10:47:41.931 1 INFO neutron.plugins.ml2.managers [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] Initializing extension driver 'port_security' 2026-07-02 10:47:41.932 1 INFO neutron.plugins.ml2.extensions.port_security [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 10:47:41.932 1 INFO neutron.plugins.ml2.managers [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] Initializing extension driver 'qos' 2026-07-02 10:47:41.933 1 INFO neutron.plugins.ml2.managers [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 10:47:41.933 1 INFO neutron.plugins.ml2.managers [None req-bb62575d-9449-46ba-bb66-2836d9c4890d - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 10:47:41.950 1 INFO neutron.quota [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded quota_driver: . 2026-07-02 10:47:41.950 1 INFO neutron.plugins.ml2.plugin [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 10:47:41.951 1 INFO neutron.plugins.ml2.managers [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 10:47:41.951 1 INFO neutron.plugins.ml2.managers [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 10:47:41.952 1 INFO neutron.plugins.ml2.managers [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 10:47:41.952 1 INFO neutron.extensions.vlantransparent [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Disabled vlantransparent extension. 2026-07-02 10:47:41.952 1 INFO neutron.extensions.qinq [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Disabled VLAN QinQ extension. 2026-07-02 10:47:41.952 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: qos 2026-07-02 10:47:41.968 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: router 2026-07-02 10:47:42.020 1 INFO neutron.services.service_base [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 10:47:42.020 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: segments 2026-07-02 10:47:42.095 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: trunk 2026-07-02 10:47:42.108 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: vpnaas 2026-07-02 10:47:42.143 1 WARNING stevedore.named [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 10:47:42.143 1 WARNING stevedore.named [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:42.430 1 INFO neutron_vpnaas.services.vpn.plugin [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 10:47:42.432 1 INFO neutron.common.utils [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 10:47:42.432 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: taas 2026-07-02 10:47:42.453 1 WARNING stevedore.named [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:42.486 1 INFO neutron_taas.services.taas.taas_plugin [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 10:47:42.487 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: tapmirror 2026-07-02 10:47:42.499 1 WARNING stevedore.named [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 10:47:42.514 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 10:47:42.514 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 10:47:42.520 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: tag 2026-07-02 10:47:42.528 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: timestamp 2026-07-02 10:47:42.530 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 10:47:42.534 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: flavors 2026-07-02 10:47:42.537 1 INFO neutron.manager [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loading Plugin: revisions 2026-07-02 10:47:42.539 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Initializing extension manager. 2026-07-02 10:47:42.541 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: address-group 2026-07-02 10:47:42.542 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: address-scope 2026-07-02 10:47:42.542 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 10:47:42.543 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: agent 2026-07-02 10:47:42.544 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 10:47:42.545 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 10:47:42.546 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 10:47:42.546 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: availability_zone 2026-07-02 10:47:42.547 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 10:47:42.547 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 10:47:42.548 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 10:47:42.549 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 10:47:42.550 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: dns-integration 2026-07-02 10:47:42.550 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 10:47:42.551 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 10:47:42.551 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: dvr 2026-07-02 10:47:42.552 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 10:47:42.552 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 10:47:42.553 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:47:42.554 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 10:47:42.554 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: external-net 2026-07-02 10:47:42.555 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 10:47:42.555 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: extraroute 2026-07-02 10:47:42.556 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 10:47:42.556 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 10:47:42.557 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 10:47:42.557 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 10:47:42.558 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 10:47:42.558 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: fip-port-details 2026-07-02 10:47:42.559 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: flavors 2026-07-02 10:47:42.560 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 10:47:42.561 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 10:47:42.561 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: ip_allocation 2026-07-02 10:47:42.562 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 10:47:42.562 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 10:47:42.563 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: router 2026-07-02 10:47:42.565 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:47:42.566 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 10:47:42.566 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 10:47:42.567 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 10:47:42.567 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: l3-ha 2026-07-02 10:47:42.568 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:47:42.568 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 10:47:42.569 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: l3-flavors 2026-07-02 10:47:42.570 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:47:42.570 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 10:47:42.572 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 10:47:42.573 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 10:47:42.574 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 10:47:42.575 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 10:47:42.576 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 10:47:42.577 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: multi-provider 2026-07-02 10:47:42.577 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: net-mtu 2026-07-02 10:47:42.578 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 10:47:42.578 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 10:47:42.579 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: network_ha 2026-07-02 10:47:42.579 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 10:47:42.581 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 10:47:42.581 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: pagination 2026-07-02 10:47:42.582 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-device-profile 2026-07-02 10:47:42.582 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 10:47:42.583 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 10:47:42.583 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 10:47:42.584 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-mac-override 2026-07-02 10:47:42.584 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 10:47:42.585 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 10:47:42.585 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 10:47:42.586 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-resource-request 2026-07-02 10:47:42.587 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 10:47:42.587 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 10:47:42.588 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: binding 2026-07-02 10:47:42.588 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: binding-extended 2026-07-02 10:47:42.589 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-security 2026-07-02 10:47:42.589 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: project-id 2026-07-02 10:47:42.590 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: provider 2026-07-02 10:47:42.591 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 10:47:42.592 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos 2026-07-02 10:47:42.593 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 10:47:42.594 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 10:47:42.594 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-default 2026-07-02 10:47:42.595 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-fip 2026-07-02 10:47:42.595 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 10:47:42.596 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 10:47:42.596 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 10:47:42.597 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 10:47:42.598 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 10:47:42.598 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-pps 2026-07-02 10:47:42.599 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 10:47:42.599 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 10:47:42.600 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 10:47:42.600 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 10:47:42.601 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 10:47:42.603 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: quotas 2026-07-02 10:47:42.606 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: quota_details 2026-07-02 10:47:42.607 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: rbac-policies 2026-07-02 10:47:42.608 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 10:47:42.608 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 10:47:42.609 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 10:47:42.610 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 10:47:42.610 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: revision-if-match 2026-07-02 10:47:42.611 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 10:47:42.611 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 10:47:42.612 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 10:47:42.614 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 10:47:42.614 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 10:47:42.615 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 10:47:42.616 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 10:47:42.616 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 10:47:42.617 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 10:47:42.622 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: security-group 2026-07-02 10:47:42.624 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: segment 2026-07-02 10:47:42.625 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 10:47:42.625 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: service-type 2026-07-02 10:47:42.626 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: sorting 2026-07-02 10:47:42.626 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 10:47:42.627 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 10:47:42.627 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 10:47:42.628 1 WARNING neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 10:47:42.628 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 10:47:42.629 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: subnet-external-network 2026-07-02 10:47:42.630 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 10:47:42.630 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 10:47:42.631 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 10:47:42.631 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 10:47:42.632 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 10:47:42.632 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: tag-creation 2026-07-02 10:47:42.633 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 10:47:42.637 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 10:47:42.637 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 10:47:42.638 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: trunk 2026-07-02 10:47:42.639 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: trunk-details 2026-07-02 10:47:42.639 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 10:47:42.640 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 10:47:42.640 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 10:47:42.641 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 10:47:42.643 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 10:47:42.643 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 10:47:42.644 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 10:47:42.645 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: vpnaas 2026-07-02 10:47:42.647 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: taas 2026-07-02 10:47:42.647 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: tap-mirror 2026-07-02 10:47:42.648 1 INFO neutron.api.extensions [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 10:47:42.651 1 INFO oslo_service.backend.eventlet.service [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Starting 2 workers 2026-07-02 10:47:42.657 1 INFO oslo_service.backend.eventlet.service [None req-c1e6e26b-34cd-43b6-bc00-189684ab7bb8 - - - - - -] Starting 1 workers 2026-07-02 10:48:32.920 12 INFO neutron.db.l3_hamode_db [None req-72ac86ef-77d2-4d9e-9349-30c88a1a4ec8 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 10:48:52.960 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port f36a282c-53a7-40b5-b00f-8e8b26adb6c9 2026-07-02 10:48:53.279 12 INFO neutron.plugins.ml2.plugin [None req-6379aa52-a49f-420f-b13a-c5008e503e2c - - - - - -] Attempt 1 to provision port f36a282c-53a7-40b5-b00f-8e8b26adb6c9 2026-07-02 10:48:54.849 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port f36a282c-53a7-40b5-b00f-8e8b26adb6c9 2026-07-02 10:48:55.038 12 INFO neutron.plugins.ml2.plugin [None req-94fd14a9-3d70-46ca-b5ca-6f1cb265a18f - - - - - -] Attempt 1 to provision port f36a282c-53a7-40b5-b00f-8e8b26adb6c9 2026-07-02 10:53:45.948 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 3eaef235-9c1d-4395-9f8c-e531e0227fdf 2026-07-02 10:53:47.380 12 INFO neutron.plugins.ml2.plugin [None req-a8e6b6dd-27c8-4557-8861-bfc041b6e04a - - - - - -] Attempt 1 to provision port 3eaef235-9c1d-4395-9f8c-e531e0227fdf 2026-07-02 10:53:47.821 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 3eaef235-9c1d-4395-9f8c-e531e0227fdf 2026-07-02 10:53:49.110 12 INFO neutron.plugins.ml2.plugin [None req-191f9369-d171-4043-9262-6d24caac5f41 - - - - - -] Attempt 1 to provision port 3eaef235-9c1d-4395-9f8c-e531e0227fdf 2026-07-02 10:53:55.511 12 INFO neutron.plugins.ml2.plugin [None req-ea82b05e-fb00-4d46-bbb2-e077c522dc08 - - - - - -] Attempt 1 to provision port ceec921b-d279-4bb6-8e5c-9bd189ffbf7d 2026-07-02 10:57:50.593 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port ceec921b-d279-4bb6-8e5c-9bd189ffbf7d 2026-07-02 10:57:52.022 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port ceec921b-d279-4bb6-8e5c-9bd189ffbf7d 2026-07-02 11:08:36.584 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 2e061822-c34c-4667-a7b8-d9e6f201a9f8 2026-07-02 11:08:38.539 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 2e061822-c34c-4667-a7b8-d9e6f201a9f8 2026-07-02 11:27:01.411 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b7fbe5be-98be-4b46-aec2-d43d28413de0 2026-07-02 11:27:02.164 11 INFO neutron.plugins.ml2.plugin [None req-ad803465-bc26-45e1-adcc-d1982deb63ec - - - - - -] Attempt 1 to provision port b7fbe5be-98be-4b46-aec2-d43d28413de0 2026-07-02 11:27:03.422 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b7fbe5be-98be-4b46-aec2-d43d28413de0 2026-07-02 11:27:05.404 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e391592a-2426-4a5a-9493-799d0221e656 2026-07-02 11:27:07.378 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e391592a-2426-4a5a-9493-799d0221e656 2026-07-02 11:27:08.914 12 INFO neutron.plugins.ml2.plugin [None req-52f284dd-4492-4171-b3c7-e3d6f18fb06a - - - - - -] Attempt 1 to provision port b7fbe5be-98be-4b46-aec2-d43d28413de0 2026-07-02 11:27:08.979 12 INFO neutron.plugins.ml2.plugin [None req-52f284dd-4492-4171-b3c7-e3d6f18fb06a - - - - - -] Attempt 1 to provision port 063e7a1f-c31e-4fb6-9c4a-efb6a3a959fa 2026-07-02 11:27:09.034 12 INFO neutron.plugins.ml2.plugin [None req-52f284dd-4492-4171-b3c7-e3d6f18fb06a - - - - - -] Attempt 1 to provision port 42525530-867e-499e-8322-58b9b0300c9b 2026-07-02 11:27:09.063 12 INFO neutron.plugins.ml2.plugin [None req-52f284dd-4492-4171-b3c7-e3d6f18fb06a - - - - - -] Attempt 1 to provision port e391592a-2426-4a5a-9493-799d0221e656 2026-07-02 11:27:11.565 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port de4fdbc7-e370-497d-b60e-7b49fcefb97e 2026-07-02 11:27:13.423 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port de4fdbc7-e370-497d-b60e-7b49fcefb97e 2026-07-02 11:27:17.587 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port a201465a-b840-454f-bf06-c7bc4ceb0ac9 2026-07-02 11:27:19.545 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port a201465a-b840-454f-bf06-c7bc4ceb0ac9 2026-07-02 11:27:19.772 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e0b675c6-24fb-4fb9-a42c-d4c31da40313 2026-07-02 11:27:20.157 11 INFO neutron.plugins.ml2.plugin [None req-0726ac6f-2f5e-4c0b-87df-12f920142d6a - - - - - -] Attempt 1 to provision port a201465a-b840-454f-bf06-c7bc4ceb0ac9 2026-07-02 11:27:20.285 11 INFO neutron.plugins.ml2.plugin [None req-0726ac6f-2f5e-4c0b-87df-12f920142d6a - - - - - -] Attempt 1 to provision port de4fdbc7-e370-497d-b60e-7b49fcefb97e 2026-07-02 11:27:20.286 11 INFO neutron.plugins.ml2.plugin [None req-0726ac6f-2f5e-4c0b-87df-12f920142d6a - - - - - -] Attempt 1 to provision port 10866740-6370-417e-8641-81de520fb514 2026-07-02 11:27:20.387 11 INFO neutron.plugins.ml2.plugin [None req-0726ac6f-2f5e-4c0b-87df-12f920142d6a - - - - - -] Attempt 1 to provision port 05e7e4da-f0e9-42cc-80a9-4de06b642d66 2026-07-02 11:27:20.434 11 INFO neutron.plugins.ml2.plugin [None req-0726ac6f-2f5e-4c0b-87df-12f920142d6a - - - - - -] Attempt 1 to provision port 47e5ba89-6be0-4e59-8d40-157276b0aa89 2026-07-02 11:27:20.474 11 INFO neutron.plugins.ml2.plugin [None req-0726ac6f-2f5e-4c0b-87df-12f920142d6a - - - - - -] Attempt 1 to provision port 42525530-867e-499e-8322-58b9b0300c9b 2026-07-02 11:27:20.845 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 798cd107-a4e9-493e-a0ad-d57c6312a07d 2026-07-02 11:27:21.636 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 10866740-6370-417e-8641-81de520fb514 2026-07-02 11:27:21.894 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e0b675c6-24fb-4fb9-a42c-d4c31da40313 2026-07-02 11:27:22.127 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 798cd107-a4e9-493e-a0ad-d57c6312a07d 2026-07-02 11:27:25.794 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 036f553f-6c95-4c07-864f-849ebf92cd86 2026-07-02 11:27:26.521 12 INFO neutron.plugins.ml2.plugin [None req-8c66495e-8c4e-4b4c-be8d-ada0a4acb740 - - - - - -] Attempt 1 to provision port dda46b0c-5e91-4829-bc4f-4612ce24631b 2026-07-02 11:27:26.559 12 INFO neutron.plugins.ml2.plugin [None req-8c66495e-8c4e-4b4c-be8d-ada0a4acb740 - - - - - -] Attempt 1 to provision port de4fdbc7-e370-497d-b60e-7b49fcefb97e 2026-07-02 11:27:26.637 12 INFO neutron.plugins.ml2.plugin [None req-8c66495e-8c4e-4b4c-be8d-ada0a4acb740 - - - - - -] Attempt 1 to provision port 05e7e4da-f0e9-42cc-80a9-4de06b642d66 2026-07-02 11:27:26.664 12 INFO neutron.plugins.ml2.plugin [None req-8c66495e-8c4e-4b4c-be8d-ada0a4acb740 - - - - - -] Attempt 1 to provision port a201465a-b840-454f-bf06-c7bc4ceb0ac9 2026-07-02 11:27:26.724 12 INFO neutron.plugins.ml2.plugin [None req-8c66495e-8c4e-4b4c-be8d-ada0a4acb740 - - - - - -] Attempt 1 to provision port 47e5ba89-6be0-4e59-8d40-157276b0aa89 2026-07-02 11:27:26.756 12 INFO neutron.plugins.ml2.plugin [None req-8c66495e-8c4e-4b4c-be8d-ada0a4acb740 - - - - - -] Attempt 1 to provision port 42525530-867e-499e-8322-58b9b0300c9b 2026-07-02 11:27:29.308 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port f86e3334-42b8-4926-9c89-ed96b260edc6 2026-07-02 11:27:29.840 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 036f553f-6c95-4c07-864f-849ebf92cd86 2026-07-02 11:27:29.916 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-8393f173-00c3-4b96-bb1b-4248462dccb7'] response: {'server_uuid': '6accdb7a-1530-42b2-ad5c-fff6f3662a9f', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f86e3334-42b8-4926-9c89-ed96b260edc6', 'code': 200} 2026-07-02 11:27:30.077 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 2026-07-02 11:27:30.688 11 INFO neutron.plugins.ml2.plugin [None req-82c72cb0-9c44-489f-9b4e-b7df2aadf5a8 - - - - - -] Attempt 1 to provision port b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:27:31.709 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port f86e3334-42b8-4926-9c89-ed96b260edc6 2026-07-02 11:27:31.960 11 INFO neutron.notifiers.nova [None req-978761b5-c99a-428b-8f98-edb273af80a5 - - - - - -] Nova event matching ['req-c1e3d3a1-67e3-4618-996b-0a5a624f99a1'] response: {'server_uuid': '7982c873-8d63-4fa7-97a6-7418371498e3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5', 'code': 200} 2026-07-02 11:27:31.960 11 INFO neutron.notifiers.nova [None req-978761b5-c99a-428b-8f98-edb273af80a5 - - - - - -] Nova event matching ['req-c1e3d3a1-67e3-4618-996b-0a5a624f99a1'] response: {'server_uuid': 'bf0389b5-e559-4575-9b66-af3c5b6d09ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b7251e40-6928-4e3c-adb7-0a5220805240', 'code': 200} 2026-07-02 11:27:31.987 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e1ba08e9-7b4f-4410-8b4c-218fcc1e68b5 2026-07-02 11:27:32.378 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:27:33.752 12 INFO neutron.plugins.ml2.plugin [None req-0457e934-32ba-4d36-85d5-0932ea599ee6 - - - - - -] Attempt 1 to provision port 0f83a6fe-679b-4808-acdd-97d28ce787a0 2026-07-02 11:27:33.789 12 INFO neutron.plugins.ml2.plugin [None req-0457e934-32ba-4d36-85d5-0932ea599ee6 - - - - - -] Attempt 1 to provision port 05e7e4da-f0e9-42cc-80a9-4de06b642d66 2026-07-02 11:27:33.815 12 INFO neutron.plugins.ml2.plugin [None req-0457e934-32ba-4d36-85d5-0932ea599ee6 - - - - - -] Attempt 1 to provision port 47e5ba89-6be0-4e59-8d40-157276b0aa89 2026-07-02 11:27:38.739 12 INFO neutron.plugins.ml2.plugin [None req-f5b29087-605f-485c-b57b-0cee69909ce6 - - - - - -] Attempt 1 to provision port b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:27:38.822 12 INFO neutron.plugins.ml2.plugin [None req-f5b29087-605f-485c-b57b-0cee69909ce6 - - - - - -] Attempt 1 to provision port 05e7e4da-f0e9-42cc-80a9-4de06b642d66 2026-07-02 11:27:38.859 12 INFO neutron.plugins.ml2.plugin [None req-f5b29087-605f-485c-b57b-0cee69909ce6 - - - - - -] Attempt 1 to provision port 47e5ba89-6be0-4e59-8d40-157276b0aa89 2026-07-02 11:27:41.605 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 879d9e37-f083-40a9-a378-9f704dc3eefa 2026-07-02 11:27:43.784 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 70649572-5bf2-40de-8971-e6ab14798fe3 2026-07-02 11:27:44.297 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 879d9e37-f083-40a9-a378-9f704dc3eefa 2026-07-02 11:27:45.541 12 INFO neutron.plugins.ml2.plugin [None req-ed1e5cbc-8994-493a-a90a-37525e6bcac9 - - - - - -] Attempt 1 to provision port 879d9e37-f083-40a9-a378-9f704dc3eefa 2026-07-02 11:27:45.653 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 70649572-5bf2-40de-8971-e6ab14798fe3 2026-07-02 11:27:49.979 11 INFO neutron.plugins.ml2.plugin [None req-5f4d8574-2d7d-4c27-bc8a-7c5709641f17 - - - - - -] Attempt 1 to provision port a2fcc4bf-00d9-4fac-959f-e15f072b4366 2026-07-02 11:27:50.018 11 INFO neutron.plugins.ml2.plugin [None req-5f4d8574-2d7d-4c27-bc8a-7c5709641f17 - - - - - -] Attempt 1 to provision port 879d9e37-f083-40a9-a378-9f704dc3eefa 2026-07-02 11:27:53.218 12 INFO neutron.plugins.ml2.plugin [None req-24c9fbd9-3b0a-480a-bd98-8405e58df83b - - - - - -] Attempt 1 to provision port c03aba53-eb30-4ebf-8c14-5d51c3b9ed51 2026-07-02 11:27:53.258 12 INFO neutron.plugins.ml2.plugin [None req-24c9fbd9-3b0a-480a-bd98-8405e58df83b - - - - - -] Attempt 1 to provision port a2fcc4bf-00d9-4fac-959f-e15f072b4366 2026-07-02 11:27:57.483 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 3e90c109-3a5e-4724-a2ea-e367bfd9f829 2026-07-02 11:27:57.977 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port afb67170-b016-4654-8e5f-710afae65e7d 2026-07-02 11:27:58.290 12 INFO neutron.plugins.ml2.plugin [None req-a699ed5c-fae2-4250-91e8-362efe587fcc - - - - - -] Attempt 1 to provision port 3e90c109-3a5e-4724-a2ea-e367bfd9f829 2026-07-02 11:27:58.374 12 INFO neutron.plugins.ml2.plugin [None req-a699ed5c-fae2-4250-91e8-362efe587fcc - - - - - -] Attempt 1 to provision port a2fcc4bf-00d9-4fac-959f-e15f072b4366 2026-07-02 11:27:59.430 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 3e90c109-3a5e-4724-a2ea-e367bfd9f829 2026-07-02 11:27:59.704 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port afb67170-b016-4654-8e5f-710afae65e7d 2026-07-02 11:28:02.116 11 INFO neutron.plugins.ml2.plugin [None req-e5d04d58-ac4a-4955-9060-df992f3c7f23 - - - - - -] Attempt 1 to provision port a3c0bd2f-5688-4ed7-a0dc-017c5632e9c4 2026-07-02 11:28:02.158 11 INFO neutron.plugins.ml2.plugin [None req-e5d04d58-ac4a-4955-9060-df992f3c7f23 - - - - - -] Attempt 1 to provision port 3e90c109-3a5e-4724-a2ea-e367bfd9f829 2026-07-02 11:28:04.312 12 INFO neutron.plugins.ml2.plugin [None req-7475d0b4-9c94-4bc6-a228-da4cb1d837ad - - - - - -] Attempt 1 to provision port a3c0bd2f-5688-4ed7-a0dc-017c5632e9c4 2026-07-02 11:28:04.365 12 INFO neutron.plugins.ml2.plugin [None req-7475d0b4-9c94-4bc6-a228-da4cb1d837ad - - - - - -] Attempt 1 to provision port 9af70c81-7c58-400d-8eff-1282138b4c46 2026-07-02 11:28:05.597 11 INFO neutron.plugins.ml2.plugin [None req-09172dd4-22b1-4dc6-9459-5370295be808 - - - - - -] Attempt 1 to provision port a3c0bd2f-5688-4ed7-a0dc-017c5632e9c4 2026-07-02 11:28:06.072 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 4e134539-9da0-430d-9600-3b205ca8547a 2026-07-02 11:28:06.586 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 063e7a1f-c31e-4fb6-9c4a-efb6a3a959fa 2026-07-02 11:28:06.880 12 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-03db0246-fa51-4ba1-adcf-91abad2a9963'] response: {'server_uuid': '97507a4d-9892-4a88-80d4-9c94c16aa657', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4e134539-9da0-430d-9600-3b205ca8547a', 'code': 200} 2026-07-02 11:28:07.526 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 4e134539-9da0-430d-9600-3b205ca8547a 2026-07-02 11:28:07.801 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 42525530-867e-499e-8322-58b9b0300c9b 2026-07-02 11:28:08.202 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 063e7a1f-c31e-4fb6-9c4a-efb6a3a959fa 2026-07-02 11:28:10.064 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 42525530-867e-499e-8322-58b9b0300c9b 2026-07-02 11:28:10.376 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb 2026-07-02 11:28:10.564 11 INFO neutron.notifiers.nova [None req-f000ab72-1f24-46c2-a4c8-b03260557e0e - - - - - -] Nova event matching ['req-30754865-d2c9-41bd-b4e6-0efda822745f'] response: {'server_uuid': '4153f113-4739-4638-815c-51566e444a49', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb', 'code': 200} 2026-07-02 11:28:11.382 12 INFO neutron.plugins.ml2.plugin [None req-1cc4c408-32f9-4f66-9a96-080acd2c6449 - - - - - -] Attempt 1 to provision port b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:28:11.546 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb 2026-07-02 11:28:11.837 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:28:13.479 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port c03aba53-eb30-4ebf-8c14-5d51c3b9ed51 2026-07-02 11:28:14.108 11 INFO neutron.plugins.ml2.plugin [None req-2dd22ca8-c162-44ed-bafd-f338a569987a - - - - - -] Attempt 1 to provision port a2fcc4bf-00d9-4fac-959f-e15f072b4366 2026-07-02 11:28:16.357 11 INFO neutron.plugins.ml2.plugin [None req-f428053b-e8cf-495c-b732-2a88cae69f30 - - - - - -] Attempt 1 to provision port 9af70c81-7c58-400d-8eff-1282138b4c46 2026-07-02 11:28:16.407 12 INFO neutron.plugins.ml2.plugin [None req-0c4a3440-351f-4ec3-9834-244fe53aeee1 - - - - - -] Attempt 1 to provision port b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:28:16.806 11 INFO neutron.plugins.ml2.plugin [None req-f428053b-e8cf-495c-b732-2a88cae69f30 - - - - - -] Attempt 1 to provision port b7251e40-6928-4e3c-adb7-0a5220805240 2026-07-02 11:28:17.121 11 INFO neutron.plugins.ml2.plugin [None req-f428053b-e8cf-495c-b732-2a88cae69f30 - - - - - -] Attempt 1 to provision port c03aba53-eb30-4ebf-8c14-5d51c3b9ed51 2026-07-02 11:28:17.304 11 INFO neutron.plugins.ml2.plugin [None req-f428053b-e8cf-495c-b732-2a88cae69f30 - - - - - -] Attempt 1 to provision port a2fcc4bf-00d9-4fac-959f-e15f072b4366 2026-07-02 11:28:18.328 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 9af70c81-7c58-400d-8eff-1282138b4c46 2026-07-02 11:28:18.566 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port a3c0bd2f-5688-4ed7-a0dc-017c5632e9c4 2026-07-02 11:28:20.316 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port a3c0bd2f-5688-4ed7-a0dc-017c5632e9c4 2026-07-02 11:28:21.807 12 INFO neutron.plugins.ml2.plugin [None req-b6b366a6-28d7-4357-9c4c-70b53cf50566 - - - - - -] Attempt 1 to provision port c2a24a31-34ec-458c-9bfb-7b48d128d34e 2026-07-02 11:28:36.324 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 7d67a679-3a6f-439b-a285-96d1f5b15648 2026-07-02 11:28:36.781 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 9cddfa7c-f6f3-40be-a5cf-6099af5aa821 2026-07-02 11:28:37.600 11 INFO neutron.plugins.ml2.plugin [None req-d75cfdad-2e6d-4f32-9337-25b34a2b1e0b - - - - - -] Attempt 1 to provision port 9cddfa7c-f6f3-40be-a5cf-6099af5aa821 2026-07-02 11:28:38.300 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 7d67a679-3a6f-439b-a285-96d1f5b15648 2026-07-02 11:28:38.597 11 INFO neutron.plugins.ml2.plugin [None req-e048dc7d-4ef0-47c4-b0f8-1ef983ba10ca - - - - - -] Attempt 1 to provision port 9cddfa7c-f6f3-40be-a5cf-6099af5aa821 2026-07-02 11:28:40.407 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 8eff64d1-85e3-4839-bff0-a1153dce8649 2026-07-02 11:28:42.357 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 8eff64d1-85e3-4839-bff0-a1153dce8649 2026-07-02 11:28:44.509 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 5a9ec344-2c36-4d3f-a591-987c45e702dd 2026-07-02 11:28:45.842 12 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-82679d9b-9ad4-42bb-b638-edd580fd7cf5'] response: {'server_uuid': '4153f113-4739-4638-815c-51566e444a49', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb', 'code': 200} 2026-07-02 11:28:46.376 12 INFO neutron.plugins.ml2.plugin [None req-a5c25e07-79d4-4ae1-96b9-78bae59fa1b2 - - - - - -] Attempt 1 to provision port 8eff64d1-85e3-4839-bff0-a1153dce8649 2026-07-02 11:28:46.535 12 INFO neutron.plugins.ml2.plugin [None req-a5c25e07-79d4-4ae1-96b9-78bae59fa1b2 - - - - - -] Attempt 1 to provision port 5a9ec344-2c36-4d3f-a591-987c45e702dd 2026-07-02 11:28:47.533 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 5a9ec344-2c36-4d3f-a591-987c45e702dd 2026-07-02 11:28:47.805 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb 2026-07-02 11:28:47.954 12 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-497f7623-54ed-497c-9581-f34539ac1ab6'] response: {'server_uuid': '4153f113-4739-4638-815c-51566e444a49', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb', 'code': 200} 2026-07-02 11:28:50.226 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 696911fb-9821-40d2-b683-df76d0f3d7d6 2026-07-02 11:28:50.378 12 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-da8072e7-ac0c-48ad-b868-cae2bf472c81'] response: {'server_uuid': 'b4061bed-33cf-4dd4-8673-ed725f11b9bf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '696911fb-9821-40d2-b683-df76d0f3d7d6', 'code': 200} 2026-07-02 11:28:50.664 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 5ca23bf4-c7ab-4a4e-b93a-babefcdf78bb 2026-07-02 11:28:51.203 12 INFO neutron.plugins.ml2.plugin [None req-3c55a6a3-498b-439d-95ec-7b270c1fedd6 - - - - - -] Attempt 1 to provision port 696911fb-9821-40d2-b683-df76d0f3d7d6 2026-07-02 11:28:51.333 12 INFO neutron.plugins.ml2.plugin [None req-3c55a6a3-498b-439d-95ec-7b270c1fedd6 - - - - - -] Attempt 1 to provision port edeee046-b3e2-41e6-a762-44807377f67d 2026-07-02 11:28:51.336 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 696911fb-9821-40d2-b683-df76d0f3d7d6 2026-07-02 11:28:51.400 12 INFO neutron.plugins.ml2.plugin [None req-3c55a6a3-498b-439d-95ec-7b270c1fedd6 - - - - - -] Attempt 1 to provision port 9cddfa7c-f6f3-40be-a5cf-6099af5aa821 2026-07-02 11:28:55.521 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port edeee046-b3e2-41e6-a762-44807377f67d 2026-07-02 11:28:56.045 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b81e7fc0-5a1d-4f87-b2a0-8987ea3ac646 2026-07-02 11:28:57.538 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port edeee046-b3e2-41e6-a762-44807377f67d 2026-07-02 11:28:57.864 12 INFO neutron.plugins.ml2.plugin [None req-a8eab6b0-9ce5-4fe9-8559-74a2cddebd8b - - - - - -] Attempt 1 to provision port b81e7fc0-5a1d-4f87-b2a0-8987ea3ac646 2026-07-02 11:28:57.910 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b81e7fc0-5a1d-4f87-b2a0-8987ea3ac646 2026-07-02 11:29:01.537 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 35d6754f-7465-474a-80f2-046309579864 2026-07-02 11:29:13.412 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e40141c8-a25c-4ab0-9fd9-52d056e0b747 2026-07-02 11:29:15.505 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e40141c8-a25c-4ab0-9fd9-52d056e0b747 2026-07-02 11:29:15.748 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port db6336fe-4bb3-47c1-9cdc-25c1c81d487f 2026-07-02 11:29:17.377 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port db6336fe-4bb3-47c1-9cdc-25c1c81d487f 2026-07-02 11:29:18.173 11 INFO neutron.plugins.ml2.plugin [None req-ecdca9e8-95a5-4a93-a70e-72ccd71f102d - - - - - -] Attempt 1 to provision port e40141c8-a25c-4ab0-9fd9-52d056e0b747 2026-07-02 11:29:23.648 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 82db11e3-ccee-48cb-8fe3-60a50b520932 2026-07-02 11:29:25.069 12 INFO neutron.plugins.ml2.plugin [None req-4ca8ce06-d20f-4ed8-8d64-26287a798f26 - - - - - -] Attempt 1 to provision port 82db11e3-ccee-48cb-8fe3-60a50b520932 2026-07-02 11:29:25.504 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 82db11e3-ccee-48cb-8fe3-60a50b520932 2026-07-02 11:29:25.540 12 INFO neutron.plugins.ml2.db [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] No ports have port_id starting with 82db11e3-ccee-48cb-8fe3-60a50b520932 2026-07-02 11:29:31.539 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 8b369316-b7aa-49b3-bd32-c4e1bd9ba9ba 2026-07-02 11:29:33.650 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 8b369316-b7aa-49b3-bd32-c4e1bd9ba9ba 2026-07-02 11:29:33.915 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port ad14b6e9-a215-4b8e-9eab-492f4f8fb74d 2026-07-02 11:29:34.382 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b479409e-13c4-4f02-8398-0b6410118d97 2026-07-02 11:29:34.622 11 INFO neutron.plugins.ml2.plugin [None req-0921d460-8e04-4f2f-99e2-ac96fcef663a - - - - - -] Attempt 1 to provision port ad14b6e9-a215-4b8e-9eab-492f4f8fb74d 2026-07-02 11:29:34.712 11 INFO neutron.plugins.ml2.plugin [None req-0921d460-8e04-4f2f-99e2-ac96fcef663a - - - - - -] Attempt 1 to provision port b83d1079-04dc-4edb-98cc-dee7f3347981 2026-07-02 11:29:35.690 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port ad14b6e9-a215-4b8e-9eab-492f4f8fb74d 2026-07-02 11:29:35.916 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b479409e-13c4-4f02-8398-0b6410118d97 2026-07-02 11:29:38.943 11 INFO neutron.plugins.ml2.plugin [None req-42256998-e163-4890-8c85-1221ac4be4f8 - - - - - -] Attempt 1 to provision port ad14b6e9-a215-4b8e-9eab-492f4f8fb74d 2026-07-02 11:29:39.015 11 INFO neutron.plugins.ml2.plugin [None req-42256998-e163-4890-8c85-1221ac4be4f8 - - - - - -] Attempt 1 to provision port b83d1079-04dc-4edb-98cc-dee7f3347981 2026-07-02 11:29:45.893 12 INFO neutron.plugins.ml2.plugin [None req-d1203de0-bd0d-4610-a605-130b1d22faa1 - - - - - -] Attempt 1 to provision port 2d8c79e7-719d-45f7-ad07-961d0f9b939f 2026-07-02 11:29:46.577 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 47c21adf-6a2d-405a-a619-ebbd76fe0448 2026-07-02 11:29:46.723 12 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-b65031c6-944e-4019-9a30-e403950c4367'] response: {'server_uuid': 'b848822e-2858-4920-96ac-dba1b0762131', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '47c21adf-6a2d-405a-a619-ebbd76fe0448', 'code': 200} 2026-07-02 11:29:47.530 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 47c21adf-6a2d-405a-a619-ebbd76fe0448 2026-07-02 11:29:50.051 12 INFO neutron.plugins.ml2.plugin [None req-feb8169a-da11-4f08-94cc-d2f61cf7ad67 - - - - - -] Attempt 1 to provision port b83d1079-04dc-4edb-98cc-dee7f3347981 2026-07-02 11:29:51.522 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b83d1079-04dc-4edb-98cc-dee7f3347981 2026-07-02 11:29:51.906 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 2d8c79e7-719d-45f7-ad07-961d0f9b939f 2026-07-02 11:29:52.152 12 INFO neutron.plugins.ml2.plugin [None req-beda65a8-891e-4ed6-8a61-92e4207e873f - - - - - -] Attempt 1 to provision port b83d1079-04dc-4edb-98cc-dee7f3347981 2026-07-02 11:29:53.529 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b83d1079-04dc-4edb-98cc-dee7f3347981 2026-07-02 11:29:53.764 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 2d8c79e7-719d-45f7-ad07-961d0f9b939f 2026-07-02 11:30:00.841 12 INFO neutron.plugins.ml2.plugin [None req-f8ed66e1-bf5f-4893-95ae-a2d9f740c863 - - - - - -] Attempt 1 to provision port f8dc62ee-a19f-40d8-85c9-fb9728ea8f47 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.012 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.018 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.018 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 2 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.035 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.036 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.037 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 3 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.059 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.061 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.061 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 4 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.084 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.086 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.086 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 5 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.103 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.105 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.105 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 6 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.129 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.131 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.131 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 7 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.148 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.150 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.150 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 8 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.167 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.169 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.169 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 9 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.190 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.192 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:09.192 12 INFO neutron.plugins.ml2.plugin [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Attempt 10 to bind port 6caca9da-695a-4d87-acaa-2042464c6485 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Mechanism driver openvswitch failed in bind_port: neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 873, in _bind_port_level 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers driver.obj.bind_port(context) 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py", line 137, in bind_port 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers super().bind_port(context) 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 104, in bind_port 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers subnets = self.get_subnets_from_fixed_ips(context) 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/mech_agent.py", line 149, in get_subnets_from_fixed_ips 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers subnets.append(context._plugin.get_subnet( 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers return f_with_retry(*args, **kwargs, 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception() as ectxt: 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers return f(*args, **kwargs) 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers with excutils.save_and_reraise_exception(): 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers self.force_reraise() 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers raise self.value 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers return f(*dup_args, **dup_kwargs) 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_v2.py", line 1204, in get_subnet 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers subnet_obj = self._get_subnet_object(context, id) 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/db_base_plugin_common.py", line 279, in _get_subnet_object 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers raise exceptions.SubnetNotFound(subnet_id=id) 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers neutron_lib.exceptions.SubnetNotFound: Subnet 1f1acbe9-90b7-4b0d-a22c-122ad0a660a2 could not be found. 2026-07-02 11:30:09.209 12 ERROR neutron.plugins.ml2.managers 2026-07-02 11:30:09.213 12 ERROR neutron.plugins.ml2.managers [None req-bdd48982-6ef7-4ba7-b3a9-22b8da91404f - - - - - -] Failed to bind port 6caca9da-695a-4d87-acaa-2042464c6485 on host instance for vnic_type normal using segments [{'id': '840691d0-44e9-4274-a031-4f73b63ba227', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 544, 'network_id': 'abe030b0-cd8d-45fa-8a8a-9d6de0c5396a'}] 2026-07-02 11:30:13.836 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 56d9cab0-d940-46eb-88ed-ffc48f43b9da 2026-07-02 11:30:14.002 11 INFO neutron.plugins.ml2.plugin [None req-bb8f1acb-d9e0-47c0-abcf-59af0c9d49cc - - - - - -] Attempt 1 to provision port 56d9cab0-d940-46eb-88ed-ffc48f43b9da 2026-07-02 11:30:15.969 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 56d9cab0-d940-46eb-88ed-ffc48f43b9da 2026-07-02 11:30:16.350 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 192b7ed3-5abe-44b7-b347-a5d24f3609ed 2026-07-02 11:30:17.842 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 192b7ed3-5abe-44b7-b347-a5d24f3609ed 2026-07-02 11:30:21.087 11 INFO neutron.plugins.ml2.plugin [None req-bd3f5d3e-d38d-4fce-961b-d5de1b256cdd - - - - - -] Attempt 1 to provision port c2077b57-e70c-4bbd-86ec-41dab9410fa8 2026-07-02 11:30:21.117 11 INFO neutron.plugins.ml2.plugin [None req-bd3f5d3e-d38d-4fce-961b-d5de1b256cdd - - - - - -] Attempt 1 to provision port 56d9cab0-d940-46eb-88ed-ffc48f43b9da 2026-07-02 11:30:21.182 11 INFO neutron.plugins.ml2.plugin [None req-bd3f5d3e-d38d-4fce-961b-d5de1b256cdd - - - - - -] Attempt 1 to provision port 5468f83c-b3c1-47a7-81ba-60bbedaf6fc0 2026-07-02 11:30:23.842 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 1e561a4b-a9e1-455f-84f0-5127afddbbcb 2026-07-02 11:30:25.907 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 1e561a4b-a9e1-455f-84f0-5127afddbbcb 2026-07-02 11:30:27.820 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 3397ef1a-9f88-4d15-a51d-dc9e30cd3c47 2026-07-02 11:30:28.585 12 INFO neutron.plugins.ml2.plugin [None req-c33ec0ad-681b-4a53-9154-203268e51037 - - - - - -] Attempt 1 to provision port 3397ef1a-9f88-4d15-a51d-dc9e30cd3c47 2026-07-02 11:30:28.653 12 INFO neutron.plugins.ml2.plugin [None req-c33ec0ad-681b-4a53-9154-203268e51037 - - - - - -] Attempt 1 to provision port 4475bb75-536b-4b45-acf9-b555e2176d13 2026-07-02 11:30:28.730 12 INFO neutron.plugins.ml2.plugin [None req-c33ec0ad-681b-4a53-9154-203268e51037 - - - - - -] Attempt 1 to provision port 5468f83c-b3c1-47a7-81ba-60bbedaf6fc0 2026-07-02 11:30:29.899 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 3397ef1a-9f88-4d15-a51d-dc9e30cd3c47 2026-07-02 11:30:32.956 12 INFO neutron.plugins.ml2.plugin [None req-3534cafe-5018-4f89-acc6-ecc305842947 - - - - - -] Attempt 1 to provision port 3397ef1a-9f88-4d15-a51d-dc9e30cd3c47 2026-07-02 11:30:33.032 12 INFO neutron.plugins.ml2.plugin [None req-3534cafe-5018-4f89-acc6-ecc305842947 - - - - - -] Attempt 1 to provision port 4475bb75-536b-4b45-acf9-b555e2176d13 2026-07-02 11:30:35.876 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port c23f2b6e-1506-4baf-9bb9-7ee79c59c83a 2026-07-02 11:30:41.013 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port c2077b57-e70c-4bbd-86ec-41dab9410fa8 2026-07-02 11:30:41.397 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 5468f83c-b3c1-47a7-81ba-60bbedaf6fc0 2026-07-02 11:30:41.784 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 48f0ae91-9a76-4eb9-9f56-1ccb295175b3 2026-07-02 11:30:41.918 11 INFO neutron.notifiers.nova [None req-b0d6751e-791d-4401-9c81-4d3680f50a70 - - - - - -] Nova event matching ['req-716169d1-a0ac-4c58-9503-9d877ac8b223'] response: {'server_uuid': 'f3855c4e-f177-4ff2-aa5e-fc37f4b0cc3e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '48f0ae91-9a76-4eb9-9f56-1ccb295175b3', 'code': 200} 2026-07-02 11:30:42.641 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 5468f83c-b3c1-47a7-81ba-60bbedaf6fc0 2026-07-02 11:30:42.922 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 4475bb75-536b-4b45-acf9-b555e2176d13 2026-07-02 11:30:43.270 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 48f0ae91-9a76-4eb9-9f56-1ccb295175b3 2026-07-02 11:30:43.580 12 INFO neutron.plugins.ml2.plugin [None req-4799c4e4-be7d-4f9a-85a7-ee60a38d04a7 - - - - - -] Attempt 1 to provision port c2077b57-e70c-4bbd-86ec-41dab9410fa8 2026-07-02 11:30:44.637 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 56467859-fc09-475f-a314-65b54494af62 2026-07-02 11:30:44.736 11 INFO neutron.plugins.ml2.plugin [None req-67ae78d0-4e47-4a1a-a6ac-5273307e9953 - - - - - -] Attempt 1 to provision port 5468f83c-b3c1-47a7-81ba-60bbedaf6fc0 2026-07-02 11:30:45.006 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 4475bb75-536b-4b45-acf9-b555e2176d13 2026-07-02 11:30:46.659 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 56467859-fc09-475f-a314-65b54494af62 2026-07-02 11:30:47.376 12 INFO neutron.plugins.ml2.plugin [None req-3842b39f-80d0-49d7-9d8e-63538a4183f0 - - - - - -] Attempt 1 to provision port 4475bb75-536b-4b45-acf9-b555e2176d13 2026-07-02 11:30:47.506 12 INFO neutron.plugins.ml2.plugin [None req-c25465cf-91b2-4deb-a6dc-1a20df866451 - - - - - -] Attempt 1 to provision port 56467859-fc09-475f-a314-65b54494af62 2026-07-02 11:30:50.522 11 INFO neutron.plugins.ml2.plugin [None req-b33154d5-fd58-420b-a229-fef6c16cfaa5 - - - - - -] Attempt 1 to provision port 4475bb75-536b-4b45-acf9-b555e2176d13 2026-07-02 11:30:50.583 11 INFO neutron.plugins.ml2.plugin [None req-b33154d5-fd58-420b-a229-fef6c16cfaa5 - - - - - -] Attempt 1 to provision port 48f0ae91-9a76-4eb9-9f56-1ccb295175b3 2026-07-02 11:31:04.632 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 83e518c0-61ec-4a3e-afba-b2a45f6ca0df 2026-07-02 11:31:05.077 12 INFO neutron.plugins.ml2.plugin [None req-f40fe82f-c6fb-460d-8ce1-c4297c10da03 - - - - - -] Attempt 1 to provision port 83e518c0-61ec-4a3e-afba-b2a45f6ca0df 2026-07-02 11:31:06.626 12 INFO neutron.plugins.ml2.plugin [None req-4db52cf0-8c72-4efd-8246-4273a29de1ea - - - - - -] Attempt 1 to provision port 83e518c0-61ec-4a3e-afba-b2a45f6ca0df 2026-07-02 11:31:08.655 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 74be065c-8c87-4778-900b-53d41b13f65b 2026-07-02 11:31:10.772 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 4492b7b8-26a7-4ce6-bc9b-86b65f0e92f4 2026-07-02 11:31:11.314 11 INFO neutron.plugins.ml2.plugin [None req-31445395-834e-427e-9f4c-90c4f98f5d43 - - - - - -] Attempt 1 to provision port 74be065c-8c87-4778-900b-53d41b13f65b 2026-07-02 11:31:12.721 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 4492b7b8-26a7-4ce6-bc9b-86b65f0e92f4 2026-07-02 11:31:12.998 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e0a068d2-0140-4ce8-a346-d2c2db52d772 2026-07-02 11:31:14.616 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e0a068d2-0140-4ce8-a346-d2c2db52d772 2026-07-02 11:31:16.768 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 83e518c0-61ec-4a3e-afba-b2a45f6ca0df 2026-07-02 11:31:18.039 12 INFO neutron.plugins.ml2.plugin [None req-711c66d5-7d22-4011-a80a-5f1248e589a2 - - - - - -] Attempt 1 to provision port 1010c182-8e9b-47af-8237-f05a76b8c701 2026-07-02 11:31:18.114 12 INFO neutron.plugins.ml2.plugin [None req-711c66d5-7d22-4011-a80a-5f1248e589a2 - - - - - -] Attempt 1 to provision port e0a068d2-0140-4ce8-a346-d2c2db52d772 2026-07-02 11:31:18.226 12 INFO neutron.plugins.ml2.plugin [None req-711c66d5-7d22-4011-a80a-5f1248e589a2 - - - - - -] Attempt 1 to provision port 066d3bc6-8a7d-4314-b2d6-ad6eae421d41 2026-07-02 11:31:18.282 12 INFO neutron.plugins.ml2.plugin [None req-711c66d5-7d22-4011-a80a-5f1248e589a2 - - - - - -] Attempt 1 to provision port 83e518c0-61ec-4a3e-afba-b2a45f6ca0df 2026-07-02 11:31:18.412 12 INFO neutron.plugins.ml2.plugin [None req-711c66d5-7d22-4011-a80a-5f1248e589a2 - - - - - -] Attempt 1 to provision port 74be065c-8c87-4778-900b-53d41b13f65b 2026-07-02 11:31:20.881 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port cbe97b5b-d8af-4bba-8460-c60de211d831 2026-07-02 11:31:22.880 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port cbe97b5b-d8af-4bba-8460-c60de211d831 2026-07-02 11:31:26.514 12 INFO neutron.plugins.ml2.plugin [None req-984ee5a3-4a9d-447f-8ff4-fc52e616bfa4 - - - - - -] Attempt 1 to provision port d246585a-ac1d-48ee-a883-bed2da3cc577 2026-07-02 11:31:26.557 12 INFO neutron.plugins.ml2.plugin [None req-984ee5a3-4a9d-447f-8ff4-fc52e616bfa4 - - - - - -] Attempt 1 to provision port e0a068d2-0140-4ce8-a346-d2c2db52d772 2026-07-02 11:31:26.654 12 INFO neutron.plugins.ml2.plugin [None req-984ee5a3-4a9d-447f-8ff4-fc52e616bfa4 - - - - - -] Attempt 1 to provision port 1010c182-8e9b-47af-8237-f05a76b8c701 2026-07-02 11:31:26.700 12 INFO neutron.plugins.ml2.plugin [None req-984ee5a3-4a9d-447f-8ff4-fc52e616bfa4 - - - - - -] Attempt 1 to provision port 83e518c0-61ec-4a3e-afba-b2a45f6ca0df 2026-07-02 11:31:26.784 12 INFO neutron.plugins.ml2.plugin [None req-984ee5a3-4a9d-447f-8ff4-fc52e616bfa4 - - - - - -] Attempt 1 to provision port 6474436b-73a5-49e2-b8eb-0a733c1dee7c 2026-07-02 11:31:26.817 12 INFO neutron.plugins.ml2.plugin [None req-984ee5a3-4a9d-447f-8ff4-fc52e616bfa4 - - - - - -] Attempt 1 to provision port 74be065c-8c87-4778-900b-53d41b13f65b 2026-07-02 11:31:30.729 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 6474436b-73a5-49e2-b8eb-0a733c1dee7c 2026-07-02 11:31:31.072 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 1010c182-8e9b-47af-8237-f05a76b8c701 2026-07-02 11:31:31.410 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port d246585a-ac1d-48ee-a883-bed2da3cc577 2026-07-02 11:31:31.787 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 066d3bc6-8a7d-4314-b2d6-ad6eae421d41 2026-07-02 11:31:32.651 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 1010c182-8e9b-47af-8237-f05a76b8c701 2026-07-02 11:31:32.957 12 INFO neutron.plugins.ml2.plugin [None req-a3a02683-ffcc-41d0-b555-061a1f09cecf - - - - - -] Attempt 1 to provision port d246585a-ac1d-48ee-a883-bed2da3cc577 2026-07-02 11:31:33.330 12 INFO neutron.plugins.ml2.plugin [None req-a3a02683-ffcc-41d0-b555-061a1f09cecf - - - - - -] Attempt 1 to provision port 6474436b-73a5-49e2-b8eb-0a733c1dee7c 2026-07-02 11:31:33.590 12 INFO neutron.plugins.ml2.plugin [None req-a3a02683-ffcc-41d0-b555-061a1f09cecf - - - - - -] Attempt 1 to provision port 066d3bc6-8a7d-4314-b2d6-ad6eae421d41 2026-07-02 11:31:35.189 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port f7fd9b29-73e8-4404-9607-1da3cb065d78 2026-07-02 11:31:35.308 12 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-b8508e24-9a0e-4278-91af-ac0dd09d427b'] response: {'server_uuid': 'a916107a-d3b6-49ee-922e-0c40fd460c4c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f7fd9b29-73e8-4404-9607-1da3cb065d78', 'code': 200} 2026-07-02 11:31:35.587 11 INFO neutron.plugins.ml2.plugin [None req-722342fa-4962-4e75-b1a1-e821156d1675 - - - - - -] Attempt 1 to provision port 1010c182-8e9b-47af-8237-f05a76b8c701 2026-07-02 11:31:35.641 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b0662b44-97ec-4487-9ae8-3c44c09e0f01 2026-07-02 11:31:35.654 11 INFO neutron.plugins.ml2.plugin [None req-722342fa-4962-4e75-b1a1-e821156d1675 - - - - - -] Attempt 1 to provision port d246585a-ac1d-48ee-a883-bed2da3cc577 2026-07-02 11:31:35.712 11 INFO neutron.plugins.ml2.plugin [None req-722342fa-4962-4e75-b1a1-e821156d1675 - - - - - -] Attempt 1 to provision port e0a068d2-0140-4ce8-a346-d2c2db52d772 2026-07-02 11:31:35.803 11 INFO neutron.plugins.ml2.plugin [None req-722342fa-4962-4e75-b1a1-e821156d1675 - - - - - -] Attempt 1 to provision port 6474436b-73a5-49e2-b8eb-0a733c1dee7c 2026-07-02 11:31:35.858 11 INFO neutron.plugins.ml2.plugin [None req-722342fa-4962-4e75-b1a1-e821156d1675 - - - - - -] Attempt 1 to provision port b0662b44-97ec-4487-9ae8-3c44c09e0f01 2026-07-02 11:31:35.906 11 INFO neutron.plugins.ml2.plugin [None req-722342fa-4962-4e75-b1a1-e821156d1675 - - - - - -] Attempt 1 to provision port bab1e960-2ce6-45f8-87f0-57ecd59da809 2026-07-02 11:31:35.937 11 INFO neutron.plugins.ml2.plugin [None req-722342fa-4962-4e75-b1a1-e821156d1675 - - - - - -] Attempt 1 to provision port 74be065c-8c87-4778-900b-53d41b13f65b 2026-07-02 11:31:37.282 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port f7fd9b29-73e8-4404-9607-1da3cb065d78 2026-07-02 11:31:37.548 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port b0662b44-97ec-4487-9ae8-3c44c09e0f01 2026-07-02 11:31:37.804 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 6f92fdd2-1db1-4c14-94b7-2416c77f717a 2026-07-02 11:31:37.965 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-f1bbdc56-9111-40a5-bba4-ce3a4189f865'] response: {'server_uuid': '52dc7979-acb2-4385-b53b-9d78e716d40d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6f92fdd2-1db1-4c14-94b7-2416c77f717a', 'code': 200} 2026-07-02 11:31:38.384 11 INFO neutron.plugins.ml2.plugin [None req-c0afd360-e516-4917-98ef-dd59946c54ec - - - - - -] Attempt 1 to provision port 1010c182-8e9b-47af-8237-f05a76b8c701 2026-07-02 11:31:38.956 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port a1035a37-e137-4280-97c4-42bb95cb345b 2026-07-02 11:31:39.320 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 6f92fdd2-1db1-4c14-94b7-2416c77f717a 2026-07-02 11:31:40.911 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port a1035a37-e137-4280-97c4-42bb95cb345b 2026-07-02 11:31:41.157 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port bab1e960-2ce6-45f8-87f0-57ecd59da809 2026-07-02 11:31:41.666 11 INFO neutron.plugins.ml2.plugin [None req-f243a3e9-bbeb-4185-8d50-79b0672f35f6 - - - - - -] Attempt 1 to provision port 6474436b-73a5-49e2-b8eb-0a733c1dee7c 2026-07-02 11:31:41.769 11 INFO neutron.plugins.ml2.plugin [None req-f243a3e9-bbeb-4185-8d50-79b0672f35f6 - - - - - -] Attempt 1 to provision port b0662b44-97ec-4487-9ae8-3c44c09e0f01 2026-07-02 11:31:41.845 11 INFO neutron.plugins.ml2.plugin [None req-f243a3e9-bbeb-4185-8d50-79b0672f35f6 - - - - - -] Attempt 1 to provision port 6f92fdd2-1db1-4c14-94b7-2416c77f717a 2026-07-02 11:31:41.922 11 INFO neutron.plugins.ml2.plugin [None req-f243a3e9-bbeb-4185-8d50-79b0672f35f6 - - - - - -] Attempt 1 to provision port bab1e960-2ce6-45f8-87f0-57ecd59da809 2026-07-02 11:31:42.901 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port bab1e960-2ce6-45f8-87f0-57ecd59da809 2026-07-02 11:31:45.552 11 INFO neutron.plugins.ml2.plugin [None req-ad296bff-7bc9-472f-8cf7-fcd064e4376a - - - - - -] Attempt 1 to provision port d246585a-ac1d-48ee-a883-bed2da3cc577 2026-07-02 11:31:45.623 11 INFO neutron.plugins.ml2.plugin [None req-ad296bff-7bc9-472f-8cf7-fcd064e4376a - - - - - -] Attempt 1 to provision port 6474436b-73a5-49e2-b8eb-0a733c1dee7c 2026-07-02 11:31:45.696 11 INFO neutron.plugins.ml2.plugin [None req-ad296bff-7bc9-472f-8cf7-fcd064e4376a - - - - - -] Attempt 1 to provision port a1035a37-e137-4280-97c4-42bb95cb345b 2026-07-02 11:31:45.767 11 INFO neutron.plugins.ml2.plugin [None req-ad296bff-7bc9-472f-8cf7-fcd064e4376a - - - - - -] Attempt 1 to provision port bab1e960-2ce6-45f8-87f0-57ecd59da809 2026-07-02 11:31:48.849 11 INFO neutron.plugins.ml2.plugin [None req-90ef0eb4-9316-4461-8832-1a2c96b7a593 - - - - - -] Attempt 1 to provision port d246585a-ac1d-48ee-a883-bed2da3cc577 2026-07-02 11:31:48.942 11 INFO neutron.plugins.ml2.plugin [None req-90ef0eb4-9316-4461-8832-1a2c96b7a593 - - - - - -] Attempt 1 to provision port f7fd9b29-73e8-4404-9607-1da3cb065d78 2026-07-02 11:31:49.003 11 INFO neutron.plugins.ml2.plugin [None req-90ef0eb4-9316-4461-8832-1a2c96b7a593 - - - - - -] Attempt 1 to provision port bab1e960-2ce6-45f8-87f0-57ecd59da809 2026-07-02 11:31:51.896 12 INFO neutron.plugins.ml2.plugin [None req-6cd19878-091f-4c48-8add-7061e25f057e - - - - - -] Attempt 1 to provision port 6f92fdd2-1db1-4c14-94b7-2416c77f717a 2026-07-02 11:31:52.941 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port aab73ee4-394b-45ed-9953-8e4cc32d1c6d 2026-07-02 11:31:53.117 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-f2d0b2cb-7512-45a7-bfa4-f007fb29f557'] response: {'server_uuid': 'ceea895d-50cd-445b-ae06-e7373035b8b4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'aab73ee4-394b-45ed-9953-8e4cc32d1c6d', 'code': 200} 2026-07-02 11:31:55.124 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port aab73ee4-394b-45ed-9953-8e4cc32d1c6d 2026-07-02 11:32:22.635 12 INFO neutron.plugins.ml2.plugin [None req-266fe510-9554-4b38-a570-f4bf9288f7df - - - - - -] Attempt 1 to provision port 76ea40b0-7936-4dbd-a1da-2fbdda31e8ce 2026-07-02 11:32:23.497 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 6eaa3410-b7c2-40e8-9048-3bdf6d57f071 2026-07-02 11:32:23.645 12 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-8bdebe0f-93e9-4979-a6a8-ff411a43a2d5'] response: {'server_uuid': '7ce6ffae-2c5e-4126-b480-ef68ac4155b0', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6eaa3410-b7c2-40e8-9048-3bdf6d57f071', 'code': 200} 2026-07-02 11:32:24.934 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 6eaa3410-b7c2-40e8-9048-3bdf6d57f071 2026-07-02 11:32:45.544 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port cacdc118-9a97-435e-9789-008dc2eb74e1 2026-07-02 11:32:45.718 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-3ec03663-3573-47c3-be23-7207983bd8c6'] response: {'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'cacdc118-9a97-435e-9789-008dc2eb74e1', 'code': 200} 2026-07-02 11:32:46.971 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port cacdc118-9a97-435e-9789-008dc2eb74e1 2026-07-02 11:32:49.234 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-fd7f680d-03bc-4b30-b641-b25869d40022'] response: {'server_uuid': '7ce6ffae-2c5e-4126-b480-ef68ac4155b0', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6eaa3410-b7c2-40e8-9048-3bdf6d57f071', 'code': 200} 2026-07-02 11:32:57.207 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-5009432e-9fa5-4851-a172-c8d994683abc'] response: {'server_uuid': '52dc7979-acb2-4385-b53b-9d78e716d40d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6f92fdd2-1db1-4c14-94b7-2416c77f717a', 'code': 200} 2026-07-02 11:33:04.212 11 INFO neutron_taas.services.taas.taas_plugin [None req-fffe08d5-0391-49d6-9945-3e7332d3140f - - - - - -] TaaS: Handle Delete Port: b0662b44-97ec-4487-9ae8-3c44c09e0f01 2026-07-02 11:33:04.223 11 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fffe08d5-0391-49d6-9945-3e7332d3140f - - - - - -] Tap Mirror: Handle Delete Port: b0662b44-97ec-4487-9ae8-3c44c09e0f01 2026-07-02 11:33:36.518 11 INFO neutron.plugins.ml2.plugin [None req-0941d440-ed4e-4894-bcd1-32abe7081984 - - - - - -] Attempt 1 to provision port 939c13c0-64ff-42cb-961f-36f8aa462f59 2026-07-02 11:33:43.012 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 939c13c0-64ff-42cb-961f-36f8aa462f59 2026-07-02 11:33:43.373 12 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-5bde26b7-b396-4aa6-bef9-df81c92f533d'] response: {'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '939c13c0-64ff-42cb-961f-36f8aa462f59', 'code': 200} 2026-07-02 11:33:44.973 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 939c13c0-64ff-42cb-961f-36f8aa462f59 2026-07-02 11:33:47.568 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 939c13c0-64ff-42cb-961f-36f8aa462f59 2026-07-02 11:34:09.884 11 INFO neutron.plugins.ml2.plugin [None req-701cb27d-7142-4cc6-bbe6-eecac8a0e494 - - - - - -] Attempt 1 to provision port e8176a70-3672-460c-bacd-b6e33efca8f4 2026-07-02 11:34:18.581 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e8176a70-3672-460c-bacd-b6e33efca8f4 2026-07-02 11:34:18.746 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-82ddcf8f-21ef-4752-a7d2-c151b4247aae'] response: {'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e8176a70-3672-460c-bacd-b6e33efca8f4', 'code': 200} 2026-07-02 11:34:19.202 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e8176a70-3672-460c-bacd-b6e33efca8f4 2026-07-02 11:34:32.802 12 INFO neutron.plugins.ml2.plugin [None req-2e3fce35-2047-4124-b1e5-9fb8b2b50340 - - - - - -] Attempt 1 to provision port 086b5419-bcd2-42ae-9b09-e313a1b5facb 2026-07-02 11:34:41.249 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 086b5419-bcd2-42ae-9b09-e313a1b5facb 2026-07-02 11:34:41.370 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-b599b431-5bb7-4a0e-8aa2-c5cbd394e4f3'] response: {'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '086b5419-bcd2-42ae-9b09-e313a1b5facb', 'code': 200} 2026-07-02 11:34:43.202 12 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 086b5419-bcd2-42ae-9b09-e313a1b5facb 2026-07-02 11:34:44.211 12 INFO neutron.plugins.ml2.plugin [None req-463e6bf9-cb9b-4abd-86d6-a0e02e6a40df - - - - - -] Attempt 1 to provision port e8176a70-3672-460c-bacd-b6e33efca8f4 2026-07-02 11:34:45.253 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e8176a70-3672-460c-bacd-b6e33efca8f4 2026-07-02 11:35:00.451 11 INFO neutron.plugins.ml2.plugin [None req-6dd37676-0622-4110-b824-e1074d77b6be - - - - - -] Attempt 1 to provision port 086b5419-bcd2-42ae-9b09-e313a1b5facb 2026-07-02 11:35:01.322 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port 086b5419-bcd2-42ae-9b09-e313a1b5facb 2026-07-02 11:35:01.884 12 INFO neutron.plugins.ml2.plugin [None req-e8dcfa61-015b-484a-a836-f9ce7fcbe78f - - - - - -] Attempt 1 to provision port 086b5419-bcd2-42ae-9b09-e313a1b5facb 2026-07-02 11:35:10.612 12 INFO neutron.plugins.ml2.plugin [None req-e005474c-2219-4592-ad94-a480a400616f - - - - - -] Attempt 1 to provision port e8176a70-3672-460c-bacd-b6e33efca8f4 2026-07-02 11:35:11.402 11 INFO neutron.plugins.ml2.plugin [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Attempt 1 to provision port e8176a70-3672-460c-bacd-b6e33efca8f4 2026-07-02 11:35:39.489 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-159371d2-2bba-401f-937e-1a1862289e95'] response: {'server_uuid': '85002885-e077-4846-9325-2b7530c98f6a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'cacdc118-9a97-435e-9789-008dc2eb74e1', 'code': 200} 2026-07-02 11:35:43.470 11 INFO neutron.notifiers.nova [None req-aea4c4e1-ce4b-4b8f-95fa-619820ae5227 - - - - - -] Nova event matching ['req-d9971049-d80f-4f23-8eff-11a183b9fb29'] response: {'server_uuid': 'ceea895d-50cd-445b-ae06-e7373035b8b4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'aab73ee4-394b-45ed-9953-8e4cc32d1c6d', 'code': 200}