+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-04-27 12:37:27.171 1 INFO neutron.common.config [-] Logging enabled! 2026-04-27 12:37:27.172 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 23.5.0 2026-04-27 12:37:27.172 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-04-27 12:37:27.172 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-27 12:37:27.988 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-27 12:37:27.991 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-27 12:37:27.993 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-04-27 12:37:27.994 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-27 12:37:27.994 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-27 12:37:27.995 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-27 12:37:27.995 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:27.999 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:28.000 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-27 12:37:28.000 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-27 12:37:28.015 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-27 12:37:28.016 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-27 12:37:28.016 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-27 12:37:28.046 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-27 12:37:28.046 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-27 12:37:28.046 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-27 12:37:28.046 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-27 12:37:28.053 1 WARNING oslo_policy.policy [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-04-27 12:37:28.303 1 INFO neutron.plugins.ml2.managers [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] Initializing driver for type 'vlan' 2026-04-27 12:37:28.593 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] VlanTypeDriver initialization complete 2026-04-27 12:37:28.593 1 INFO neutron.plugins.ml2.managers [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] Initializing driver for type 'vxlan' 2026-04-27 12:37:28.594 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-27 12:37:28.641 1 INFO neutron.plugins.ml2.managers [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-27 12:37:28.642 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-27 12:37:28.642 1 INFO neutron.plugins.ml2.managers [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] Initializing extension driver 'port_security' 2026-04-27 12:37:28.643 1 INFO neutron.plugins.ml2.extensions.port_security [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-27 12:37:28.643 1 INFO neutron.plugins.ml2.managers [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] Initializing extension driver 'qos' 2026-04-27 12:37:28.643 1 INFO neutron.plugins.ml2.managers [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-27 12:37:28.643 1 INFO neutron.plugins.ml2.managers [None req-ff98c022-aa80-403b-8710-b6863dbf5996 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-27 12:37:28.659 1 INFO neutron.quota [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded quota_driver: . 2026-04-27 12:37:28.660 1 INFO neutron.plugins.ml2.plugin [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Modular L2 Plugin initialization complete 2026-04-27 12:37:28.661 1 INFO neutron.plugins.ml2.managers [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-27 12:37:28.661 1 INFO neutron.plugins.ml2.managers [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-27 12:37:28.661 1 INFO neutron.plugins.ml2.managers [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-27 12:37:28.662 1 INFO neutron.extensions.vlantransparent [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Disabled vlantransparent extension. 2026-04-27 12:37:28.662 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: qos 2026-04-27 12:37:28.672 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: router 2026-04-27 12:37:28.705 1 INFO neutron.services.service_base [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-27 12:37:28.705 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: segments 2026-04-27 12:37:28.771 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: trunk 2026-04-27 12:37:28.827 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: vpnaas 2026-04-27 12:37:28.861 1 WARNING stevedore.named [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-27 12:37:28.916 1 INFO neutron_vpnaas.services.vpn.plugin [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-27 12:37:28.917 1 INFO neutron.common.utils [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-27 12:37:28.917 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: auto_allocate 2026-04-27 12:37:28.922 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: tag 2026-04-27 12:37:28.928 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: timestamp 2026-04-27 12:37:28.930 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: network_ip_availability 2026-04-27 12:37:28.933 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: flavors 2026-04-27 12:37:28.936 1 INFO neutron.manager [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loading Plugin: revisions 2026-04-27 12:37:28.938 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Initializing extension manager. 2026-04-27 12:37:28.939 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: address-group 2026-04-27 12:37:28.940 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: address-scope 2026-04-27 12:37:28.941 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-27 12:37:28.942 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: agent 2026-04-27 12:37:28.942 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: agent-resources-synced 2026-04-27 12:37:28.943 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-27 12:37:28.944 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-27 12:37:28.945 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: availability_zone 2026-04-27 12:37:28.945 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: availability_zone_filter 2026-04-27 12:37:28.946 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-27 12:37:28.947 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: default-subnetpools 2026-04-27 12:37:28.948 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-27 12:37:28.948 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: dns-integration 2026-04-27 12:37:28.949 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: dns-domain-ports 2026-04-27 12:37:28.949 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-27 12:37:28.950 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: dvr 2026-04-27 12:37:28.951 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-27 12:37:28.951 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: empty-string-filtering 2026-04-27 12:37:28.952 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 12:37:28.952 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-27 12:37:28.953 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: external-net 2026-04-27 12:37:28.953 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-27 12:37:28.954 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: extraroute 2026-04-27 12:37:28.955 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: extraroute-atomic 2026-04-27 12:37:28.955 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-27 12:37:28.956 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-27 12:37:28.956 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-27 12:37:28.957 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-27 12:37:28.957 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: fip-port-details 2026-04-27 12:37:28.958 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: flavors 2026-04-27 12:37:28.959 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-27 12:37:28.960 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: floatingip-pools 2026-04-27 12:37:28.960 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: ip_allocation 2026-04-27 12:37:28.961 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-27 12:37:28.961 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: l2_adjacency 2026-04-27 12:37:28.962 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: router 2026-04-27 12:37:28.964 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-27 12:37:28.964 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: ext-gw-mode 2026-04-27 12:37:28.965 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: l3-ha 2026-04-27 12:37:28.965 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-27 12:37:28.966 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-27 12:37:28.967 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: l3-flavors 2026-04-27 12:37:28.967 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-27 12:37:28.968 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-27 12:37:28.970 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-27 12:37:28.971 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-27 12:37:28.971 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-27 12:37:28.972 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-27 12:37:28.973 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-27 12:37:28.974 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: multi-provider 2026-04-27 12:37:28.974 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: net-mtu 2026-04-27 12:37:28.975 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: net-mtu-writable 2026-04-27 12:37:28.975 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: network_availability_zone 2026-04-27 12:37:28.976 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: network_ha 2026-04-27 12:37:28.976 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: network-ip-availability 2026-04-27 12:37:28.977 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-27 12:37:28.977 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: pagination 2026-04-27 12:37:28.978 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: port-device-profile 2026-04-27 12:37:28.978 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-27 12:37:28.979 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-27 12:37:28.980 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: port-mac-override 2026-04-27 12:37:28.980 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-27 12:37:28.981 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-27 12:37:28.981 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: port-resource-request 2026-04-27 12:37:28.982 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-27 12:37:28.982 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: binding 2026-04-27 12:37:28.983 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: binding-extended 2026-04-27 12:37:28.983 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: port-security 2026-04-27 12:37:28.984 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: project-id 2026-04-27 12:37:28.984 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: provider 2026-04-27 12:37:28.986 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos 2026-04-27 12:37:28.987 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-27 12:37:28.987 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-27 12:37:28.988 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-default 2026-04-27 12:37:28.988 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-fip 2026-04-27 12:37:28.989 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-27 12:37:28.989 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-27 12:37:28.990 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-27 12:37:28.990 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-27 12:37:28.991 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-27 12:37:28.991 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-pps 2026-04-27 12:37:28.992 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-27 12:37:28.992 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-27 12:37:28.993 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: qos-rules-alias 2026-04-27 12:37:28.993 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: quota-check-limit 2026-04-27 12:37:28.995 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: quotas 2026-04-27 12:37:28.997 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: quota_details 2026-04-27 12:37:28.998 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: rbac-policies 2026-04-27 12:37:28.999 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: rbac-address-group 2026-04-27 12:37:28.999 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: rbac-address-scope 2026-04-27 12:37:28.999 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: rbac-security-groups 2026-04-27 12:37:29.000 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-27 12:37:29.001 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: revision-if-match 2026-04-27 12:37:29.001 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-27 12:37:29.002 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: router_availability_zone 2026-04-27 12:37:29.002 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-27 12:37:29.004 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-27 12:37:29.004 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-27 12:37:29.005 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-27 12:37:29.005 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-27 12:37:29.006 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-27 12:37:29.012 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: security-group 2026-04-27 12:37:29.013 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: segment 2026-04-27 12:37:29.013 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-27 12:37:29.014 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: service-type 2026-04-27 12:37:29.014 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: sorting 2026-04-27 12:37:29.015 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: standard-attr-segment 2026-04-27 12:37:29.015 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: standard-attr-description 2026-04-27 12:37:29.016 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: stateful-security-group 2026-04-27 12:37:29.016 1 WARNING neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-04-27 12:37:29.017 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-27 12:37:29.017 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: subnet_onboard 2026-04-27 12:37:29.018 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-27 12:37:29.018 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: subnet-service-types 2026-04-27 12:37:29.019 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: subnet_allocation 2026-04-27 12:37:29.020 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-27 12:37:29.020 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-27 12:37:29.023 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: standard-attr-tag 2026-04-27 12:37:29.023 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-27 12:37:29.024 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: trunk 2026-04-27 12:37:29.024 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: trunk-details 2026-04-27 12:37:29.025 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-27 12:37:29.025 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-27 12:37:29.026 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-27 12:37:29.027 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: vpn-flavors 2026-04-27 12:37:29.028 1 INFO neutron.api.extensions [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Loaded extension: vpnaas 2026-04-27 12:37:29.031 1 INFO oslo_service.service [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Starting 2 workers 2026-04-27 12:37:29.035 1 INFO oslo_service.service [None req-f2b49eae-c378-45fb-9e30-5497a486a161 - - - - - -] Starting 1 workers 2026-04-27 12:38:08.041 10 INFO neutron.db.l3_hamode_db [None req-c4d88926-b8aa-4a0e-bbe3-fb3e025cccdf - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-27 12:38:23.360 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 274fd819-957e-4614-9225-6c0746b2992d 2026-04-27 12:38:24.597 9 INFO neutron.plugins.ml2.plugin [None req-f57e1ae4-eee1-4be3-b7bd-aeac56f374a2 - - - - - -] Attempt 1 to provision port 274fd819-957e-4614-9225-6c0746b2992d 2026-04-27 12:38:25.277 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 274fd819-957e-4614-9225-6c0746b2992d 2026-04-27 12:42:43.490 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port d356176e-e7a4-4d3e-a5e2-13fb3e970d6a 2026-04-27 12:42:44.253 10 INFO neutron.plugins.ml2.plugin [None req-5f7bdf43-36ec-44bb-a115-ada78cfa9462 - - - - - -] Attempt 1 to provision port d356176e-e7a4-4d3e-a5e2-13fb3e970d6a 2026-04-27 12:42:45.468 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port d356176e-e7a4-4d3e-a5e2-13fb3e970d6a 2026-04-27 12:42:51.579 9 INFO neutron.plugins.ml2.plugin [None req-96079950-2fd4-457f-a009-1b208ae628df - - - - - -] Attempt 1 to provision port f47367de-fe3a-4f70-bf9b-5274f3ee290e 2026-04-27 12:46:35.722 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port f47367de-fe3a-4f70-bf9b-5274f3ee290e 2026-04-27 12:46:37.638 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port f47367de-fe3a-4f70-bf9b-5274f3ee290e 2026-04-27 12:56:52.014 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 13095c05-c882-41c3-8f1c-710174fe3713 2026-04-27 12:56:54.026 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 13095c05-c882-41c3-8f1c-710174fe3713 2026-04-27 13:11:58.550 9 INFO neutron.plugins.ml2.plugin [None req-3e9bd277-742d-4134-b28f-4bde86eab3ad - - - - - -] Attempt 1 to provision port 23838513-f5d7-4eeb-89c7-f6015df06ae2 2026-04-27 13:11:58.672 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 45d1e321-0d5e-4d34-a21f-03310bc3b316 2026-04-27 13:11:59.004 9 INFO neutron.plugins.ml2.plugin [None req-2612db99-5202-4e84-9314-af00224c5058 - - - - - -] Attempt 1 to provision port e4f549bf-7593-40f0-8e6b-8746ddcf4252 2026-04-27 13:11:59.151 10 INFO neutron.plugins.ml2.plugin [None req-9362a08a-5c8f-4dfe-9d9a-95476dc50992 - - - - - -] Attempt 1 to provision port 45d1e321-0d5e-4d34-a21f-03310bc3b316 2026-04-27 13:11:59.180 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port eaf46d78-2bce-4c7b-86e5-dc61f44d3617 2026-04-27 13:11:59.539 9 INFO neutron.plugins.ml2.plugin [None req-9aa127a8-0b8b-41d4-aae7-f7594147e292 - - - - - -] Attempt 1 to provision port eaf46d78-2bce-4c7b-86e5-dc61f44d3617 2026-04-27 13:11:59.688 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port b250bf0f-0bf5-41e6-b94f-0ad7037626be 2026-04-27 13:11:59.731 10 INFO neutron.plugins.ml2.plugin [None req-51c75af2-7597-4c1c-84d9-70bade37a3a7 - - - - - -] Attempt 1 to provision port b250bf0f-0bf5-41e6-b94f-0ad7037626be 2026-04-27 13:12:00.723 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 45d1e321-0d5e-4d34-a21f-03310bc3b316 2026-04-27 13:12:01.278 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port eaf46d78-2bce-4c7b-86e5-dc61f44d3617 2026-04-27 13:12:01.709 9 INFO neutron.plugins.ml2.plugin [None req-61032cbc-b06a-4618-8c36-9f1f74b2526e - - - - - -] Attempt 1 to provision port 02814d0b-717e-49e7-ad4f-a012e59c37ca 2026-04-27 13:12:01.806 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port b250bf0f-0bf5-41e6-b94f-0ad7037626be 2026-04-27 13:12:01.870 10 INFO neutron.plugins.ml2.plugin [None req-4849f9b3-8170-4768-a626-200c2f35ed52 - - - - - -] Attempt 1 to provision port 6f75c5e9-821d-45dd-8b41-37b7708f0172 2026-04-27 13:12:02.525 10 INFO neutron.plugins.ml2.plugin [None req-33921b70-d08e-44bb-90c9-fa12f01100f6 - - - - - -] Attempt 1 to provision port 6f75c5e9-821d-45dd-8b41-37b7708f0172 2026-04-27 13:12:03.378 10 INFO neutron.plugins.ml2.plugin [None req-85d04ea2-6ee8-4d21-80df-47c89ed0cc2f - - - - - -] Attempt 1 to provision port 6d86f5ef-6409-43be-aa25-e669cec5df89 2026-04-27 13:12:03.945 10 INFO neutron.plugins.ml2.plugin [None req-a84bf644-7c10-4059-a62f-a0d5cc8ec5cb - - - - - -] Attempt 1 to provision port 6d86f5ef-6409-43be-aa25-e669cec5df89 2026-04-27 13:12:04.324 10 INFO neutron.plugins.ml2.plugin [None req-044574ee-05f3-4d2d-aa86-4d39f9e1143a - - - - - -] Attempt 1 to provision port 98815fe6-74bf-4d72-a966-6ed3d3b3e938 2026-04-27 13:12:04.866 10 INFO neutron.plugins.ml2.plugin [None req-7fd8eb64-809f-468c-abcb-b91830d501d7 - - - - - -] Attempt 1 to provision port 98815fe6-74bf-4d72-a966-6ed3d3b3e938 2026-04-27 13:12:07.545 10 INFO neutron.plugins.ml2.plugin [None req-0ee2cefb-c419-495f-a2f4-d6228fe8bbee - - - - - -] Attempt 1 to provision port d7425baa-8425-47fc-92f9-39b3344990e2 2026-04-27 13:12:08.199 9 INFO neutron.plugins.ml2.plugin [None req-508840fe-816c-44e3-bfe6-2953762986dc - - - - - -] Attempt 1 to provision port e64f60ae-5846-40b9-9adf-0db0b71f59ad 2026-04-27 13:12:08.619 10 INFO neutron.plugins.ml2.plugin [None req-e5738488-d46a-4c96-baf1-fc7e61c9e5d9 - - - - - -] Attempt 1 to provision port d9aecdf2-f3ce-47d4-9a71-ab30ec043f27 2026-04-27 13:12:08.650 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e64f60ae-5846-40b9-9adf-0db0b71f59ad 2026-04-27 13:12:10.089 9 INFO neutron.plugins.ml2.plugin [None req-9bd931d2-c2fd-4d76-8d9c-f964a742d317 - - - - - -] Attempt 1 to provision port 28c2303a-fadf-4b10-a85b-ae8056d70975 2026-04-27 13:12:10.869 10 INFO neutron.plugins.ml2.plugin [None req-527c141e-5f8c-482a-a7e6-7a692820a280 - - - - - -] Attempt 1 to provision port 28c2303a-fadf-4b10-a85b-ae8056d70975 2026-04-27 13:12:10.944 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 1d9c5b9e-c89a-47c5-b523-8665db2593ed 2026-04-27 13:12:11.444 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 6ba212a8-e27c-47e3-ba57-63255500a1df 2026-04-27 13:12:11.901 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e64f60ae-5846-40b9-9adf-0db0b71f59ad 2026-04-27 13:12:12.872 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 6ba212a8-e27c-47e3-ba57-63255500a1df 2026-04-27 13:12:13.202 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port f38c8453-20a2-478d-922a-db439bfa3e1a 2026-04-27 13:12:13.876 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 6e2592a1-5fef-42ad-82d0-66996876b2bd 2026-04-27 13:12:15.051 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port d9aecdf2-f3ce-47d4-9a71-ab30ec043f27 2026-04-27 13:12:15.672 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-406ce477-f374-4b92-b17e-439d8e75cefd'] response: {'server_uuid': 'b5776b01-442e-4b84-9091-efb40ec1e5e3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd9aecdf2-f3ce-47d4-9a71-ab30ec043f27', 'code': 200} 2026-04-27 13:12:15.834 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 6e2592a1-5fef-42ad-82d0-66996876b2bd 2026-04-27 13:12:16.748 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port d9aecdf2-f3ce-47d4-9a71-ab30ec043f27 2026-04-27 13:12:18.818 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 08cf996d-e5bf-4be9-b0aa-83fb5d380889 2026-04-27 13:12:19.327 10 INFO neutron.plugins.ml2.plugin [None req-e21dd978-41ee-4494-b559-b59a0a22ebf9 - - - - - -] Attempt 1 to provision port 26cb8636-098a-4a89-94ac-94e508475077 2026-04-27 13:12:19.708 9 INFO neutron.plugins.ml2.plugin [None req-81fb8b02-cf46-4962-968a-b2ea548c5447 - - - - - -] Attempt 1 to provision port 1d4ffa62-39ac-4882-aa5e-24ea1ecde612 2026-04-27 13:12:19.958 9 INFO neutron.plugins.ml2.plugin [None req-b8a7650d-5f75-49d3-b431-89649b68a40b - - - - - -] Attempt 1 to provision port 08cf996d-e5bf-4be9-b0aa-83fb5d380889 2026-04-27 13:12:20.744 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 08cf996d-e5bf-4be9-b0aa-83fb5d380889 2026-04-27 13:12:21.071 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port c1e57788-1358-48d5-a01f-997b34b8386f 2026-04-27 13:12:21.077 9 INFO neutron.plugins.ml2.plugin [None req-cd50cb15-708c-4f34-859a-727ee2d22bb9 - - - - - -] Attempt 1 to provision port c1e57788-1358-48d5-a01f-997b34b8386f 2026-04-27 13:12:21.901 9 INFO neutron.plugins.ml2.plugin [None req-a33891ca-0b5c-4d6a-8d34-a8f0e3cb748d - - - - - -] Attempt 1 to provision port 44837099-1254-449b-af52-c20ab233f249 2026-04-27 13:12:22.783 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3e207b1f-ef63-454c-ba66-0ce658aa494b 2026-04-27 13:12:23.464 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port c1e57788-1358-48d5-a01f-997b34b8386f 2026-04-27 13:12:23.856 9 INFO neutron.plugins.ml2.plugin [None req-0d10a54f-a0ea-462a-a98a-4f865c9f9a49 - - - - - -] Attempt 1 to provision port 37520eec-d6e3-4dc5-bb26-efb5fe2bb17e 2026-04-27 13:12:24.624 10 INFO neutron.plugins.ml2.plugin [None req-8a6feee9-5f82-4e6a-85e2-a356965b3c5f - - - - - -] Attempt 1 to provision port b4434a38-a0bf-4104-aabf-ba32ae421a65 2026-04-27 13:12:24.767 9 INFO neutron.plugins.ml2.plugin [None req-22720904-d150-4bdf-b252-4f0e51c0b41f - - - - - -] Attempt 1 to provision port 37520eec-d6e3-4dc5-bb26-efb5fe2bb17e 2026-04-27 13:12:24.841 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3e207b1f-ef63-454c-ba66-0ce658aa494b 2026-04-27 13:12:25.093 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port d14da0a3-c064-4469-bf77-0168d36f355b 2026-04-27 13:12:25.321 9 INFO neutron.plugins.ml2.plugin [None req-c47d9473-2abf-4c0f-b4f6-c021737776e5 - - - - - -] Attempt 1 to provision port b4434a38-a0bf-4104-aabf-ba32ae421a65 2026-04-27 13:12:26.868 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port d14da0a3-c064-4469-bf77-0168d36f355b 2026-04-27 13:12:28.773 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 1d4ffa62-39ac-4882-aa5e-24ea1ecde612 2026-04-27 13:12:28.910 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-dba5a0ac-4c6b-463b-af1b-650f8697a329'] response: {'server_uuid': '9c92e2f9-e4a4-4a77-adff-b299c75c9910', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1d4ffa62-39ac-4882-aa5e-24ea1ecde612', 'code': 200} 2026-04-27 13:12:30.103 10 INFO neutron.plugins.ml2.plugin [None req-b535ca88-79fe-4979-853d-0dbedc9f3a29 - - - - - -] Attempt 1 to provision port a784fdaf-7c77-4b45-99a4-2253220e7292 2026-04-27 13:12:30.742 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 1d4ffa62-39ac-4882-aa5e-24ea1ecde612 2026-04-27 13:12:32.735 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a784fdaf-7c77-4b45-99a4-2253220e7292 2026-04-27 13:12:33.511 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f84c9d2d-65e3-48ba-99de-700be2ca6e3c'] response: {'server_uuid': 'b7804a5f-8c6e-4014-967e-91bec110c336', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a784fdaf-7c77-4b45-99a4-2253220e7292', 'code': 200} 2026-04-27 13:12:34.782 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a784fdaf-7c77-4b45-99a4-2253220e7292 2026-04-27 13:12:37.250 10 INFO neutron.plugins.ml2.plugin [None req-b5631113-7203-402c-8b34-e491650daab0 - - - - - -] Attempt 1 to provision port e66ef481-32de-4b24-8b5a-38bf51589cac /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-27 13:12:40.759 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e66ef481-32de-4b24-8b5a-38bf51589cac 2026-04-27 13:12:40.893 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e81aa09-0ef3-42eb-948f-6d5ac08b6d84'] response: {'server_uuid': 'ef69e959-71a1-4e51-ac4e-a8cef8c67e94', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e66ef481-32de-4b24-8b5a-38bf51589cac', 'code': 200} 2026-04-27 13:12:42.717 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e66ef481-32de-4b24-8b5a-38bf51589cac 2026-04-27 13:12:44.019 9 INFO neutron.plugins.ml2.plugin [None req-a78fb0f8-34a2-4268-9238-e50d709b83ab - - - - - -] Attempt 1 to provision port ab68f22a-f9f9-4ca7-b6fe-4b93cc3ea29d 2026-04-27 13:12:44.473 9 INFO neutron.plugins.ml2.plugin [None req-7703233f-5072-4f43-be5f-53588b6daf7f - - - - - -] Attempt 1 to provision port 0633cd17-a1dc-42ac-9351-85bef3a31211 2026-04-27 13:12:44.683 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 0633cd17-a1dc-42ac-9351-85bef3a31211 2026-04-27 13:12:45.265 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-deb35e76-4701-42b2-bca2-811b8d816b55'] response: {'server_uuid': 'ef69e959-71a1-4e51-ac4e-a8cef8c67e94', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e66ef481-32de-4b24-8b5a-38bf51589cac', 'code': 200} 2026-04-27 13:12:46.780 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 0633cd17-a1dc-42ac-9351-85bef3a31211 2026-04-27 13:12:46.976 9 INFO neutron.plugins.ml2.plugin [None req-c9a48006-fb23-4b8a-b9ac-63fccc45c912 - - - - - -] Attempt 1 to provision port e579c644-49e4-49fc-a6d7-14645aec4ba7 2026-04-27 13:12:47.348 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 44837099-1254-449b-af52-c20ab233f249 2026-04-27 13:12:47.643 9 INFO neutron.plugins.ml2.plugin [None req-ad02e6f5-d030-4346-93ad-8c6aa8afd99c - - - - - -] Attempt 1 to provision port e579c644-49e4-49fc-a6d7-14645aec4ba7 2026-04-27 13:12:48.839 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 44837099-1254-449b-af52-c20ab233f249 2026-04-27 13:12:49.046 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 26cb8636-098a-4a89-94ac-94e508475077 2026-04-27 13:12:49.417 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 88fa054a-0672-4dbf-aca5-a9b307cad90d 2026-04-27 13:12:51.006 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 26cb8636-098a-4a89-94ac-94e508475077 2026-04-27 13:12:51.237 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 37520eec-d6e3-4dc5-bb26-efb5fe2bb17e 2026-04-27 13:12:51.643 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 88fa054a-0672-4dbf-aca5-a9b307cad90d 2026-04-27 13:12:52.836 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 37520eec-d6e3-4dc5-bb26-efb5fe2bb17e 2026-04-27 13:12:53.446 10 INFO neutron.plugins.ml2.plugin [None req-37b13735-3805-4305-806c-a32c4f9d3b54 - - - - - -] Attempt 1 to provision port a784fdaf-7c77-4b45-99a4-2253220e7292 2026-04-27 13:12:54.262 10 INFO neutron.plugins.ml2.plugin [None req-99528eb0-9421-4e53-b907-b6ed85fc6665 - - - - - -] Attempt 1 to provision port 58bd3141-4c44-4b1b-a773-59a2ce214c2e 2026-04-27 13:12:54.815 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a784fdaf-7c77-4b45-99a4-2253220e7292 2026-04-27 13:12:56.732 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 58bd3141-4c44-4b1b-a773-59a2ce214c2e 2026-04-27 13:12:56.874 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-592f1598-6425-4e1b-9a04-4849ca7dc3fe'] response: {'server_uuid': '7d700b5a-9612-483a-bdbf-9986097af244', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '58bd3141-4c44-4b1b-a773-59a2ce214c2e', 'code': 200} 2026-04-27 13:12:57.231 9 INFO neutron.plugins.ml2.plugin [None req-768e03e3-940a-4c51-bf2e-48597a766526 - - - - - -] Attempt 1 to provision port a784fdaf-7c77-4b45-99a4-2253220e7292 2026-04-27 13:12:58.751 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 58bd3141-4c44-4b1b-a773-59a2ce214c2e 2026-04-27 13:12:59.071 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a784fdaf-7c77-4b45-99a4-2253220e7292 2026-04-27 13:13:04.811 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e579c644-49e4-49fc-a6d7-14645aec4ba7 2026-04-27 13:13:05.223 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port ab68f22a-f9f9-4ca7-b6fe-4b93cc3ea29d 2026-04-27 13:13:06.693 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e579c644-49e4-49fc-a6d7-14645aec4ba7 2026-04-27 13:13:06.993 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port ab68f22a-f9f9-4ca7-b6fe-4b93cc3ea29d 2026-04-27 13:13:09.234 9 INFO neutron.plugins.ml2.plugin [None req-e5be893e-c76e-4e3d-a520-11776e11b2ca - - - - - -] Attempt 1 to provision port 228d3cb8-d60a-43f9-9f06-579a9d34c916 2026-04-27 13:13:10.119 10 INFO neutron.plugins.ml2.plugin [None req-01d5f453-e842-4540-b28d-00d0cf81ce57 - - - - - -] Attempt 1 to provision port 3a69de0d-3ef8-4c37-8374-985bf98657fd 2026-04-27 13:13:10.705 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3a69de0d-3ef8-4c37-8374-985bf98657fd 2026-04-27 13:13:11.533 9 INFO neutron.plugins.ml2.plugin [None req-3a1b9ccc-5018-4869-8913-00e3c14d3339 - - - - - -] Attempt 1 to provision port a6420819-d4fc-4512-a3df-29679b03e234 2026-04-27 13:13:12.291 10 INFO neutron.plugins.ml2.plugin [None req-6bfcaf3c-9040-4724-a23b-bc144a52a36c - - - - - -] Attempt 1 to provision port a6420819-d4fc-4512-a3df-29679b03e234 2026-04-27 13:13:12.665 10 INFO neutron.plugins.ml2.plugin [None req-736eca48-7a92-4c73-9ba7-33f3ccbb495b - - - - - -] Attempt 1 to provision port 06b29d9e-b87a-4432-b9f2-8d04eba63484 2026-04-27 13:13:12.920 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3a69de0d-3ef8-4c37-8374-985bf98657fd 2026-04-27 13:13:13.268 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 06b29d9e-b87a-4432-b9f2-8d04eba63484 2026-04-27 13:13:13.739 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port f831a038-7673-48c6-9cd2-ecf3fe02beb6 2026-04-27 13:13:14.125 9 INFO neutron.plugins.ml2.plugin [None req-06f51b46-7ba3-4b40-8504-27dbbf83a708 - - - - - -] Attempt 1 to provision port 800ddb76-4b70-44c0-9c6e-b19573c3e143 2026-04-27 13:13:14.777 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port f831a038-7673-48c6-9cd2-ecf3fe02beb6 2026-04-27 13:13:15.061 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 369cef2d-a68f-4957-8cb8-06fce6315a21 2026-04-27 13:13:15.188 10 INFO neutron.plugins.ml2.plugin [None req-63b5153f-6fe8-46c0-8755-09a6dac1156c - - - - - -] Attempt 1 to provision port 369cef2d-a68f-4957-8cb8-06fce6315a21 2026-04-27 13:13:15.554 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 06b29d9e-b87a-4432-b9f2-8d04eba63484 2026-04-27 13:13:16.417 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-027e93bb-baaf-4423-915e-3a6f611be4e7'] response: {'server_uuid': '7d700b5a-9612-483a-bdbf-9986097af244', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '58bd3141-4c44-4b1b-a773-59a2ce214c2e', 'code': 200} 2026-04-27 13:13:17.217 10 INFO neutron.plugins.ml2.plugin [None req-8602aaee-9ad0-4dc3-952e-960f12962cc5 - - - - - -] Attempt 1 to provision port 6cd25ea1-e6cb-4cc1-9443-46880999f0fe 2026-04-27 13:13:17.275 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 58bd3141-4c44-4b1b-a773-59a2ce214c2e 2026-04-27 13:13:18.070 10 INFO neutron.plugins.ml2.plugin [None req-1036970c-19af-4fa0-b482-fa3faac68f70 - - - - - -] Attempt 1 to provision port 6cd25ea1-e6cb-4cc1-9443-46880999f0fe 2026-04-27 13:13:18.101 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 369cef2d-a68f-4957-8cb8-06fce6315a21 2026-04-27 13:13:18.477 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-54652777-66db-47ce-8bdf-2439c06b06a4'] response: {'server_uuid': '7d700b5a-9612-483a-bdbf-9986097af244', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '58bd3141-4c44-4b1b-a773-59a2ce214c2e', 'code': 200} 2026-04-27 13:13:18.627 9 INFO neutron.plugins.ml2.plugin [None req-b5aa7d03-8ed0-4479-aea6-ae3fdca4d561 - - - - - -] Attempt 1 to provision port 15fd05e2-0ce9-4fc1-a11f-399cf4c0fcfd 2026-04-27 13:13:18.996 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 58bd3141-4c44-4b1b-a773-59a2ce214c2e 2026-04-27 13:13:19.341 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 76757f4e-b2d3-454d-bb3f-8438ff3edc02 2026-04-27 13:13:21.109 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 15fd05e2-0ce9-4fc1-a11f-399cf4c0fcfd 2026-04-27 13:13:21.271 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5a769f8-a48a-4d37-8f23-e9c1fcddabaa'] response: {'server_uuid': 'dc4afa18-fe32-4c17-bfb8-f25cfdaec384', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '15fd05e2-0ce9-4fc1-a11f-399cf4c0fcfd', 'code': 200} 2026-04-27 13:13:21.860 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 76757f4e-b2d3-454d-bb3f-8438ff3edc02 2026-04-27 13:13:22.521 9 INFO neutron.plugins.ml2.plugin [None req-2cfabbc8-9ba4-46c9-a734-daa333bcb036 - - - - - -] Attempt 1 to provision port 2e4a623d-0936-4724-9a0e-dff2a81623fe 2026-04-27 13:13:23.076 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 15fd05e2-0ce9-4fc1-a11f-399cf4c0fcfd 2026-04-27 13:13:23.237 9 INFO neutron.plugins.ml2.plugin [None req-6e772d94-88b2-4841-bf67-6e63a65cedc4 - - - - - -] Attempt 1 to provision port 4fcb7e5f-c922-4e58-9b8e-43f0cfe11bd6 2026-04-27 13:13:23.565 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 2e4a623d-0936-4724-9a0e-dff2a81623fe 2026-04-27 13:13:25.095 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 4fcb7e5f-c922-4e58-9b8e-43f0cfe11bd6 2026-04-27 13:13:25.429 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-061e7ca5-7bfe-4a4e-974a-78584e7c72ee'] response: {'server_uuid': '4d6f3396-183e-478d-bdba-e66c0ed4882b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4fcb7e5f-c922-4e58-9b8e-43f0cfe11bd6', 'code': 200} 2026-04-27 13:13:26.970 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 4fcb7e5f-c922-4e58-9b8e-43f0cfe11bd6 2026-04-27 13:13:32.981 9 INFO neutron.plugins.ml2.plugin [None req-53aceac5-61b1-49f1-ab3f-d1e231f579f6 - - - - - -] Attempt 1 to provision port e89628c8-6bfb-41cf-bc70-6fcea1cf1d05 2026-04-27 13:13:33.106 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e89628c8-6bfb-41cf-bc70-6fcea1cf1d05 /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-27 13:13:57.857 9 INFO neutron.plugins.ml2.plugin [None req-36551fe1-2ccd-4cae-bebd-99685e445fb2 - - - - - -] Attempt 1 to provision port e24d9e0c-831d-476b-961e-d1352b75f97e 2026-04-27 13:14:23.053 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 16921e31-47ba-469e-94b5-388997888ed8 2026-04-27 13:14:23.414 9 INFO neutron.plugins.ml2.plugin [None req-23117042-8773-4e03-83b2-3fc6257de23f - - - - - -] Attempt 1 to provision port ccc3ffd4-d9fe-416b-aab4-f92bbda81548 2026-04-27 13:14:23.566 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port ccc3ffd4-d9fe-416b-aab4-f92bbda81548 2026-04-27 13:14:23.928 10 INFO neutron.plugins.ml2.plugin [None req-f542c01c-cbe5-49fd-a5b2-6aae807b745c - - - - - -] Attempt 1 to provision port 16921e31-47ba-469e-94b5-388997888ed8 2026-04-27 13:14:24.936 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 16921e31-47ba-469e-94b5-388997888ed8 2026-04-27 13:14:25.131 10 INFO neutron.plugins.ml2.plugin [None req-589e9580-4ad0-489e-9560-f6c04ff5beb4 - - - - - -] Attempt 1 to provision port 47793ea0-5e2d-4801-aa15-14e649a5dea9 2026-04-27 13:14:25.222 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port ccc3ffd4-d9fe-416b-aab4-f92bbda81548 2026-04-27 13:14:25.592 9 INFO neutron.plugins.ml2.plugin [None req-fe93407e-e318-4cdc-8cc4-007442e30d73 - - - - - -] Attempt 1 to provision port 47793ea0-5e2d-4801-aa15-14e649a5dea9 2026-04-27 13:14:26.972 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port ed2276ae-d5d9-4d67-a8d1-aab0d8ce197e 2026-04-27 13:14:27.175 9 INFO neutron.plugins.ml2.plugin [None req-033e8ac2-f778-4ceb-92ff-e6a49870ac36 - - - - - -] Attempt 1 to provision port b076136d-5236-4354-85ab-ade45d856166 2026-04-27 13:14:27.567 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e308fcb5-1d0d-4db0-a6dd-041a87d115fd 2026-04-27 13:14:27.629 10 INFO neutron.plugins.ml2.plugin [None req-1798bfa6-5896-4984-ae58-13538a8364f4 - - - - - -] Attempt 1 to provision port b076136d-5236-4354-85ab-ade45d856166 2026-04-27 13:14:27.831 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] No ports have port_id starting with e308fcb5-1d0d-4db0-a6dd-041a87d115fd 2026-04-27 13:14:35.418 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3055a6ec-7cec-42f5-a2e5-ca2606102ec7 2026-04-27 13:14:36.174 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 5ebf0f2d-e11d-4bc3-8bae-c1ce91ad0c37 2026-04-27 13:14:36.351 10 INFO neutron.plugins.ml2.plugin [None req-ae5287ea-563f-430b-83f2-644205dbbd4a - - - - - -] Attempt 1 to provision port 3055a6ec-7cec-42f5-a2e5-ca2606102ec7 2026-04-27 13:14:36.598 10 INFO neutron.plugins.ml2.plugin [None req-5ee247b4-6232-4017-8fbf-78e23385779d - - - - - -] Attempt 1 to provision port 5ebf0f2d-e11d-4bc3-8bae-c1ce91ad0c37 2026-04-27 13:14:36.797 9 INFO neutron.plugins.ml2.plugin [None req-2112a634-851a-41e7-b45a-6a586d4ca327 - - - - - -] Attempt 1 to provision port 7b149376-5f17-499e-b8a8-06491a75043c 2026-04-27 13:14:37.022 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3055a6ec-7cec-42f5-a2e5-ca2606102ec7 2026-04-27 13:14:37.380 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 7b149376-5f17-499e-b8a8-06491a75043c 2026-04-27 13:14:37.412 10 INFO neutron.plugins.ml2.plugin [None req-d2bb2417-c703-4759-a955-93bbd985a83e - - - - - -] Attempt 1 to provision port e5b80fbc-4c8d-4870-b3b3-1ff648340c2b 2026-04-27 13:14:37.694 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 5ebf0f2d-e11d-4bc3-8bae-c1ce91ad0c37 2026-04-27 13:14:37.796 10 INFO neutron.plugins.ml2.plugin [None req-2ea64a40-aa2f-4a20-ad39-009a63d5ab09 - - - - - -] Attempt 1 to provision port cad67811-13d8-4b96-ba3e-5de5c983fc15 2026-04-27 13:14:38.054 10 INFO neutron.plugins.ml2.plugin [None req-f822a318-916a-4f37-975f-303475c766b3 - - - - - -] Attempt 1 to provision port e5b80fbc-4c8d-4870-b3b3-1ff648340c2b 2026-04-27 13:14:38.601 9 INFO neutron.plugins.ml2.plugin [None req-b9c651f5-f95d-4043-9a69-c51c3bed8fea - - - - - -] Attempt 1 to provision port cad67811-13d8-4b96-ba3e-5de5c983fc15 2026-04-27 13:14:38.999 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 7b149376-5f17-499e-b8a8-06491a75043c 2026-04-27 13:14:39.148 10 INFO neutron.plugins.ml2.plugin [None req-43853f5b-1740-4e5a-8a41-19eb938f1b69 - - - - - -] Attempt 1 to provision port 39973bf2-f9fd-42c8-b4b0-be69da23f255 2026-04-27 13:14:39.435 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 39973bf2-f9fd-42c8-b4b0-be69da23f255 2026-04-27 13:14:40.120 10 INFO neutron.plugins.ml2.plugin [None req-15619dc4-4d26-4eb4-a6ab-9acc70816f6c - - - - - -] Attempt 1 to provision port cf546018-5ac5-479e-a20b-1103059b098f 2026-04-27 13:14:41.081 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port dc92ee25-b783-40fc-8c21-930397f96dbf 2026-04-27 13:14:41.232 9 INFO neutron.plugins.ml2.plugin [None req-77656e1d-f2ac-4e9f-ade0-52f0fb3c89ac - - - - - -] Attempt 1 to provision port dc92ee25-b783-40fc-8c21-930397f96dbf 2026-04-27 13:14:41.443 9 INFO neutron.plugins.ml2.plugin [None req-aeb4b2cd-246b-4f23-a2c3-ff73af060ba1 - - - - - -] Attempt 1 to provision port cf546018-5ac5-479e-a20b-1103059b098f 2026-04-27 13:14:41.643 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 39973bf2-f9fd-42c8-b4b0-be69da23f255 2026-04-27 13:14:43.060 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port da5fe203-98ca-4b86-b472-d80cb5f0f17a 2026-04-27 13:14:43.604 10 INFO neutron.plugins.ml2.plugin [None req-0d897a51-8296-4ac9-9042-46205a2c42e2 - - - - - -] Attempt 1 to provision port da5fe203-98ca-4b86-b472-d80cb5f0f17a 2026-04-27 13:14:43.732 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port dc92ee25-b783-40fc-8c21-930397f96dbf 2026-04-27 13:14:45.138 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port da5fe203-98ca-4b86-b472-d80cb5f0f17a 2026-04-27 13:14:45.324 9 INFO neutron.plugins.ml2.plugin [None req-fcb748cb-b68c-4fc1-8a54-8fc95bbac033 - - - - - -] Attempt 1 to provision port 52d1ac07-ea2a-4796-bcae-aaa79c041558 2026-04-27 13:14:45.455 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 52d1ac07-ea2a-4796-bcae-aaa79c041558 2026-04-27 13:14:46.895 9 INFO neutron.plugins.ml2.plugin [None req-2f241428-b6d3-4e06-8fdd-3195a558583a - - - - - -] Attempt 1 to provision port 37579f8b-1344-426c-a006-96ee689f4ad8 2026-04-27 13:14:47.044 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 37579f8b-1344-426c-a006-96ee689f4ad8 2026-04-27 13:14:47.263 9 INFO neutron.plugins.ml2.plugin [None req-cf0c8481-ec09-4a5a-8d25-721507fc55b8 - - - - - -] Attempt 1 to provision port 9b363045-4eb4-48ac-ad5d-5bf82c607b67 2026-04-27 13:14:47.351 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 9b363045-4eb4-48ac-ad5d-5bf82c607b67 2026-04-27 13:14:47.663 10 INFO neutron.plugins.ml2.plugin [None req-a968c21c-526c-48a6-b4b7-7f49ef1fa0f0 - - - - - -] Attempt 1 to provision port e85f7939-84c9-4db0-85c9-dbbe66ff357f 2026-04-27 13:14:47.720 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 52d1ac07-ea2a-4796-bcae-aaa79c041558 2026-04-27 13:14:47.836 10 INFO neutron.plugins.ml2.plugin [None req-5aaba5a0-9f1f-4e7a-9097-1858c87f6d8a - - - - - -] Attempt 1 to provision port e85f7939-84c9-4db0-85c9-dbbe66ff357f 2026-04-27 13:14:49.053 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 7888de85-ffa0-4e64-9568-ebb6438924c6 2026-04-27 13:14:49.561 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 37579f8b-1344-426c-a006-96ee689f4ad8 2026-04-27 13:14:49.726 10 INFO neutron.plugins.ml2.plugin [None req-003dd98f-ef7c-420e-8eee-622fe3725f0a - - - - - -] Attempt 1 to provision port 7888de85-ffa0-4e64-9568-ebb6438924c6 2026-04-27 13:14:49.927 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 9b363045-4eb4-48ac-ad5d-5bf82c607b67 2026-04-27 13:14:50.332 10 INFO neutron.plugins.ml2.plugin [None req-f8e1dc12-6cf8-4aea-a97b-5f07ed91d528 - - - - - -] Attempt 1 to provision port d33a7920-c9d3-4b4d-ae98-1686ba52b81e 2026-04-27 13:14:50.988 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 7888de85-ffa0-4e64-9568-ebb6438924c6 2026-04-27 13:14:51.772 9 INFO neutron.plugins.ml2.plugin [None req-3bc15a3c-2d76-450d-8659-c62f31806e97 - - - - - -] Attempt 1 to provision port d33a7920-c9d3-4b4d-ae98-1686ba52b81e 2026-04-27 13:14:53.936 9 INFO neutron.plugins.ml2.plugin [None req-460ab419-d9db-4e9f-81d1-9e35d137b4f5 - - - - - -] Attempt 1 to provision port 0b6e979e-8082-4818-bb51-07799e2c6384 2026-04-27 13:14:58.975 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port fc94b55d-70ea-45bf-814d-aad16280839a 2026-04-27 13:14:59.624 10 INFO neutron.plugins.ml2.plugin [None req-784380f9-d6e3-4731-ac87-92395337af4f - - - - - -] Attempt 1 to provision port fc94b55d-70ea-45bf-814d-aad16280839a 2026-04-27 13:15:00.517 10 INFO neutron.plugins.ml2.plugin [None req-acce6e97-5f42-4241-b119-9aaee97547ff - - - - - -] Attempt 1 to provision port 9e1c6318-a2a0-445b-80f5-cd073faa4c47 2026-04-27 13:15:01.008 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port fc94b55d-70ea-45bf-814d-aad16280839a 2026-04-27 13:15:01.374 9 INFO neutron.plugins.ml2.plugin [None req-026cbdab-a23d-4943-a6b5-9a3220255323 - - - - - -] Attempt 1 to provision port 9e1c6318-a2a0-445b-80f5-cd073faa4c47 2026-04-27 13:15:05.959 10 INFO neutron.plugins.ml2.plugin [None req-0d38b4f6-f548-49cc-84e2-d031d057b9fd - - - - - -] Attempt 1 to provision port 44a04880-145b-46a1-91c8-00a9c7a2d8d8 2026-04-27 13:15:29.038 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 56f969c8-5e41-47b6-8d8f-e6a34c006a32 2026-04-27 13:15:29.077 10 INFO neutron.plugins.ml2.plugin [None req-dcab75dc-053a-4c7c-9dac-567929bf628c - - - - - -] Attempt 1 to provision port 0424ec28-882f-477f-b39e-a036ee14814a 2026-04-27 13:15:29.862 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 0424ec28-882f-477f-b39e-a036ee14814a 2026-04-27 13:15:30.159 10 INFO neutron.plugins.ml2.plugin [None req-426c1f32-7618-4292-8388-9c422548f026 - - - - - -] Attempt 1 to provision port 0424ec28-882f-477f-b39e-a036ee14814a 2026-04-27 13:15:30.648 10 INFO neutron.plugins.ml2.plugin [None req-2a9be103-1eae-4b66-af44-7ab20013a7f2 - - - - - -] Attempt 1 to provision port 9bb00a93-f1d2-40a5-bd3c-d89d88b494fd 2026-04-27 13:15:31.029 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 56f969c8-5e41-47b6-8d8f-e6a34c006a32 2026-04-27 13:15:31.034 9 INFO neutron.plugins.ml2.plugin [None req-e6a98efc-c67b-4e1b-9d8d-c792cbc53a97 - - - - - -] Attempt 1 to provision port 56f969c8-5e41-47b6-8d8f-e6a34c006a32 2026-04-27 13:15:31.146 9 INFO neutron.plugins.ml2.plugin [None req-e6a98efc-c67b-4e1b-9d8d-c792cbc53a97 - - - - - -] Attempt 1 to provision port 42a88100-572b-486f-8989-2e38065df675 2026-04-27 13:15:31.383 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 0424ec28-882f-477f-b39e-a036ee14814a 2026-04-27 13:15:31.611 10 INFO neutron.plugins.ml2.plugin [None req-c90490a8-cff2-4049-a212-469449aab216 - - - - - -] Attempt 1 to provision port 56f969c8-5e41-47b6-8d8f-e6a34c006a32 2026-04-27 13:15:31.725 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port cb475f4c-60da-4c91-96d9-67eb5bc4a46b 2026-04-27 13:15:32.063 9 INFO neutron.plugins.ml2.plugin [None req-2c442401-62d9-4532-b9dc-c0dfa83d50ce - - - - - -] Attempt 1 to provision port cb475f4c-60da-4c91-96d9-67eb5bc4a46b 2026-04-27 13:15:32.497 9 INFO neutron.plugins.ml2.plugin [None req-268be10e-e7d4-4a41-a0f2-0972b015bb9c - - - - - -] Attempt 1 to provision port cb475f4c-60da-4c91-96d9-67eb5bc4a46b 2026-04-27 13:15:32.971 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port cb475f4c-60da-4c91-96d9-67eb5bc4a46b 2026-04-27 13:15:33.639 10 INFO neutron.plugins.ml2.plugin [None req-d8735a45-6072-4021-9a16-9fdb529ac25e - - - - - -] Attempt 1 to provision port 917e8aee-b5d4-4001-a600-505c2a0d9e2a 2026-04-27 13:15:34.507 10 INFO neutron.plugins.ml2.plugin [None req-9a706708-2a07-4695-a977-2313d1cd0a1a - - - - - -] Attempt 1 to provision port 917e8aee-b5d4-4001-a600-505c2a0d9e2a 2026-04-27 13:15:35.005 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3ad22d46-b861-48ad-8564-d03d05f95c1e 2026-04-27 13:15:35.582 9 INFO neutron.plugins.ml2.plugin [None req-585f4379-28bd-4456-905b-ec2fe1ea40ba - - - - - -] Attempt 1 to provision port 2b3230ed-2a43-4bb0-8c14-9a90c72b6af1 2026-04-27 13:15:35.797 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port dd8fe55e-0d00-486c-9cd5-58f7ba8f1f83 2026-04-27 13:15:36.461 9 INFO neutron.plugins.ml2.plugin [None req-528c8381-298e-4acb-8762-13b6334c8257 - - - - - -] Attempt 1 to provision port 2b3230ed-2a43-4bb0-8c14-9a90c72b6af1 2026-04-27 13:15:37.063 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3ad22d46-b861-48ad-8564-d03d05f95c1e 2026-04-27 13:15:37.420 10 INFO neutron.plugins.ml2.plugin [None req-ad07f1c2-3cc8-40cc-8f8e-0266d7da0f5f - - - - - -] Attempt 1 to provision port 0eeac97a-9c13-46d3-9488-19ebd71dfec2 2026-04-27 13:15:37.439 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 6f3ac176-6943-4d81-ba21-5b47f9adf4f0 2026-04-27 13:15:37.467 10 INFO neutron.plugins.ml2.plugin [None req-ad07f1c2-3cc8-40cc-8f8e-0266d7da0f5f - - - - - -] Attempt 1 to provision port 6f3ac176-6943-4d81-ba21-5b47f9adf4f0 2026-04-27 13:15:38.030 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port dd8fe55e-0d00-486c-9cd5-58f7ba8f1f83 2026-04-27 13:15:38.731 9 INFO neutron.plugins.ml2.plugin [None req-bc1bf328-15ac-4e15-9182-f18571ba540c - - - - - -] Attempt 1 to provision port 2c83caa4-9195-49c1-b5c3-18261869c419 2026-04-27 13:15:38.995 10 INFO neutron.plugins.ml2.plugin [None req-88827089-2ec5-4adb-95b2-e30291f42f14 - - - - - -] Attempt 1 to provision port 0eeac97a-9c13-46d3-9488-19ebd71dfec2 2026-04-27 13:15:39.019 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 6f3ac176-6943-4d81-ba21-5b47f9adf4f0 2026-04-27 13:15:39.365 10 INFO neutron.plugins.ml2.plugin [None req-5f1e4ade-6b23-44da-91aa-d99e1ba3968d - - - - - -] Attempt 1 to provision port 0eeac97a-9c13-46d3-9488-19ebd71dfec2 2026-04-27 13:15:39.631 9 INFO neutron.plugins.ml2.plugin [None req-177ff454-e767-4c52-a4bd-52b8df5f28dd - - - - - -] Attempt 1 to provision port 2c83caa4-9195-49c1-b5c3-18261869c419 2026-04-27 13:15:44.716 9 INFO neutron.plugins.ml2.plugin [None req-9a92d5a9-0ef2-40d6-846d-ff6e35573445 - - - - - -] Attempt 1 to provision port a9b51bd4-a7f8-4899-808f-303f17c40623 2026-04-27 13:15:45.270 9 INFO neutron.plugins.ml2.plugin [None req-3e8e18f4-cdba-4ad9-9bd7-711d89a267fc - - - - - -] Attempt 1 to provision port a43b8ee1-5be3-4f12-89c3-5055718e209d 2026-04-27 13:15:47.142 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a43b8ee1-5be3-4f12-89c3-5055718e209d 2026-04-27 13:15:47.294 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-5be0ffce-60f7-4917-a6e6-170ef8b2ef63'] response: {'server_uuid': '7a693661-4146-456a-85f5-24305d0b34ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a43b8ee1-5be3-4f12-89c3-5055718e209d', 'code': 200} 2026-04-27 13:15:47.684 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a9b51bd4-a7f8-4899-808f-303f17c40623 2026-04-27 13:15:49.012 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a43b8ee1-5be3-4f12-89c3-5055718e209d 2026-04-27 13:15:49.317 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a9b51bd4-a7f8-4899-808f-303f17c40623 2026-04-27 13:15:49.343 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-51b211d0-f832-4a65-b977-53c097699e44'] response: {'server_uuid': '04d237ec-ba33-407c-9fdd-62fd7bba4a04', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a9b51bd4-a7f8-4899-808f-303f17c40623', 'code': 200} 2026-04-27 13:15:55.096 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 9bb00a93-f1d2-40a5-bd3c-d89d88b494fd 2026-04-27 13:15:55.437 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 0eeac97a-9c13-46d3-9488-19ebd71dfec2 2026-04-27 13:15:57.189 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 42a88100-572b-486f-8989-2e38065df675 2026-04-27 13:15:57.519 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 0eeac97a-9c13-46d3-9488-19ebd71dfec2 2026-04-27 13:15:57.809 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port fa7b509c-22d8-4667-b2ac-0fbc9ac66934 2026-04-27 13:15:57.940 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-58c150fc-0e94-4a5b-94bf-acf9f9cbf309'] response: {'server_uuid': '7735dd7d-365d-483a-8949-91f28b063665', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fa7b509c-22d8-4667-b2ac-0fbc9ac66934', 'code': 200} 2026-04-27 13:15:58.341 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 2b3230ed-2a43-4bb0-8c14-9a90c72b6af1 2026-04-27 13:15:58.733 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 9bb00a93-f1d2-40a5-bd3c-d89d88b494fd 2026-04-27 13:15:58.969 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 2c83caa4-9195-49c1-b5c3-18261869c419 2026-04-27 13:15:59.420 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 917e8aee-b5d4-4001-a600-505c2a0d9e2a 2026-04-27 13:15:59.972 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 42a88100-572b-486f-8989-2e38065df675 2026-04-27 13:16:00.221 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port fa7b509c-22d8-4667-b2ac-0fbc9ac66934 2026-04-27 13:16:00.495 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 2b3230ed-2a43-4bb0-8c14-9a90c72b6af1 2026-04-27 13:16:00.823 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 2c83caa4-9195-49c1-b5c3-18261869c419 2026-04-27 13:16:01.121 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 917e8aee-b5d4-4001-a600-505c2a0d9e2a 2026-04-27 13:16:11.029 9 INFO neutron.plugins.ml2.plugin [None req-66456570-71e5-464a-a5b4-68ae6c298b7a - - - - - -] Attempt 1 to provision port 5b9d6f6a-2de8-49ae-90ae-ece9a07b5489 2026-04-27 13:16:13.971 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 5b9d6f6a-2de8-49ae-90ae-ece9a07b5489 2026-04-27 13:16:14.081 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb0eaab4-3216-40cd-9952-61207a82a5b8'] response: {'server_uuid': 'c4253149-eaae-46c5-b666-99d0ade56ad4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5b9d6f6a-2de8-49ae-90ae-ece9a07b5489', 'code': 200} 2026-04-27 13:16:15.931 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 5b9d6f6a-2de8-49ae-90ae-ece9a07b5489 2026-04-27 13:16:18.619 9 INFO neutron.plugins.ml2.plugin [None req-086779ad-1a0a-44b3-abb0-4bc9c0d3b842 - - - - - -] Attempt 1 to provision port 9f8d2c6c-b745-4056-9c8d-a80e5409974f 2026-04-27 13:16:31.826 10 INFO neutron.plugins.ml2.plugin [None req-b2be36a8-3dda-4f89-b8a5-e6d64671fc9c - - - - - -] Attempt 1 to provision port 1086b5df-894c-4ba3-813c-ad0146f84c69 2026-04-27 13:16:34.059 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 1086b5df-894c-4ba3-813c-ad0146f84c69 2026-04-27 13:16:34.171 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-23b57e49-e3a6-435c-9c53-eebfbdca0ff8'] response: {'server_uuid': '99015951-b40d-48d2-87ee-89b0f9a460fe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1086b5df-894c-4ba3-813c-ad0146f84c69', 'code': 200} 2026-04-27 13:16:36.001 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 1086b5df-894c-4ba3-813c-ad0146f84c69 2026-04-27 13:16:45.509 9 INFO neutron.plugins.ml2.plugin [None req-ddd440f6-414c-4a54-b046-47ca6f52504d - - - - - -] Attempt 1 to provision port f40967b5-d1b5-459f-8bfb-40278c5e0be4 2026-04-27 13:16:45.680 10 INFO neutron.plugins.ml2.plugin [None req-6c7f1041-8d38-4423-8791-9c530d444896 - - - - - -] Attempt 1 to provision port 033f3cbb-90ea-4c2f-903c-a28df9d1762f 2026-04-27 13:16:45.992 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 033f3cbb-90ea-4c2f-903c-a28df9d1762f 2026-04-27 13:16:47.950 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 033f3cbb-90ea-4c2f-903c-a28df9d1762f 2026-04-27 13:16:48.411 10 INFO neutron.plugins.ml2.plugin [None req-0a8c9e09-bdec-477f-872c-d32365e0bec5 - - - - - -] Attempt 1 to provision port 3556009e-0cb2-4b82-a85e-973f9fd40888 2026-04-27 13:16:49.265 10 INFO neutron.plugins.ml2.plugin [None req-890136a1-6377-4941-a039-10b7ad9b4fce - - - - - -] Attempt 1 to provision port 3556009e-0cb2-4b82-a85e-973f9fd40888 2026-04-27 13:16:49.972 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 0f42b48a-241e-497f-93eb-02c11d5815b5 2026-04-27 13:16:51.991 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 0f42b48a-241e-497f-93eb-02c11d5815b5 2026-04-27 13:16:53.080 10 INFO neutron.plugins.ml2.plugin [None req-3502fa8b-6019-4850-962e-61c42186609f - - - - - -] Attempt 1 to provision port e320c9ca-19c7-48da-9b3f-76bef3ff0806 2026-04-27 13:16:53.844 10 INFO neutron.plugins.ml2.plugin [None req-b387c90a-8d76-426a-977c-2fe3a4435e40 - - - - - -] Attempt 1 to provision port b551ac7c-feee-4f6b-96ac-baa4cdbf4eae 2026-04-27 13:16:53.977 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port b551ac7c-feee-4f6b-96ac-baa4cdbf4eae 2026-04-27 13:16:55.743 9 INFO neutron.plugins.ml2.plugin [None req-92043d89-6526-4333-95b8-7958795a6181 - - - - - -] Attempt 1 to provision port 4583193d-fd5b-4681-ba26-fd8c8e02a0b7 2026-04-27 13:16:56.100 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port b551ac7c-feee-4f6b-96ac-baa4cdbf4eae 2026-04-27 13:16:56.629 10 INFO neutron.plugins.ml2.plugin [None req-9a65f163-76ab-46c8-b41f-06c7031b6f97 - - - - - -] Attempt 1 to provision port 4583193d-fd5b-4681-ba26-fd8c8e02a0b7 2026-04-27 13:16:58.037 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 259ca434-fb0c-41a5-9cad-f1c9ebe612e6 2026-04-27 13:16:59.978 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 259ca434-fb0c-41a5-9cad-f1c9ebe612e6 2026-04-27 13:17:03.018 10 INFO neutron.plugins.ml2.plugin [None req-b297a09b-159b-4f3a-b47b-0bfd2bd9552f - - - - - -] Attempt 1 to provision port c5667661-2691-4ac0-a0c5-f3ac2cac7121 2026-04-27 13:17:06.060 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port c5667661-2691-4ac0-a0c5-f3ac2cac7121 2026-04-27 13:17:06.227 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-73dcc5c4-a24d-41e7-bd8f-b539eee8be50'] response: {'server_uuid': '2283b3b0-6cf3-4aa2-8b25-a515958d99ad', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c5667661-2691-4ac0-a0c5-f3ac2cac7121', 'code': 200} 2026-04-27 13:17:08.067 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port f40967b5-d1b5-459f-8bfb-40278c5e0be4 2026-04-27 13:17:08.585 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port c5667661-2691-4ac0-a0c5-f3ac2cac7121 2026-04-27 13:17:08.955 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3556009e-0cb2-4b82-a85e-973f9fd40888 2026-04-27 13:17:09.977 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port f40967b5-d1b5-459f-8bfb-40278c5e0be4 2026-04-27 13:17:10.273 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 3556009e-0cb2-4b82-a85e-973f9fd40888 2026-04-27 13:17:13.958 9 INFO neutron.plugins.ml2.plugin [None req-06b0efa8-c602-48c4-83f8-11a4b66fb83e - - - - - -] Attempt 1 to provision port 302d37be-bd11-46a3-8c44-ff3ca7c4e558 2026-04-27 13:17:13.989 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 4583193d-fd5b-4681-ba26-fd8c8e02a0b7 2026-04-27 13:17:14.426 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e320c9ca-19c7-48da-9b3f-76bef3ff0806 2026-04-27 13:17:16.237 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 302d37be-bd11-46a3-8c44-ff3ca7c4e558 2026-04-27 13:17:16.462 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-aecb53c4-38cd-493b-b4e3-3b8f85580fc7'] response: {'server_uuid': '99015951-b40d-48d2-87ee-89b0f9a460fe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '302d37be-bd11-46a3-8c44-ff3ca7c4e558', 'code': 200} 2026-04-27 13:17:16.735 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 4583193d-fd5b-4681-ba26-fd8c8e02a0b7 2026-04-27 13:17:17.003 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port e320c9ca-19c7-48da-9b3f-76bef3ff0806 2026-04-27 13:17:18.102 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 302d37be-bd11-46a3-8c44-ff3ca7c4e558 2026-04-27 13:17:22.184 10 INFO neutron.notifiers.nova [-] Nova event matching ['req-1593c2fc-e2aa-4c3c-866c-5331115718c6'] response: {'server_uuid': '2283b3b0-6cf3-4aa2-8b25-a515958d99ad', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c5667661-2691-4ac0-a0c5-f3ac2cac7121', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-04-27 13:17:54.076 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a5af44ca-7b5c-4f22-955e-c0d189b81aa8 2026-04-27 13:17:54.425 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-79335fbf-2137-4f86-be4e-1e728b0c94f0'] response: {'server_uuid': '99015951-b40d-48d2-87ee-89b0f9a460fe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a5af44ca-7b5c-4f22-955e-c0d189b81aa8', 'code': 200} 2026-04-27 13:17:55.998 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a5af44ca-7b5c-4f22-955e-c0d189b81aa8 2026-04-27 13:18:06.127 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 50d69807-de6d-443a-b7ef-fb6983e11e79 2026-04-27 13:18:06.257 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-021a3dd4-0978-454d-9246-ca97a7e7e9e7'] response: {'server_uuid': '99015951-b40d-48d2-87ee-89b0f9a460fe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '50d69807-de6d-443a-b7ef-fb6983e11e79', 'code': 200} 2026-04-27 13:18:08.086 10 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port 50d69807-de6d-443a-b7ef-fb6983e11e79 2026-04-27 13:18:20.360 10 INFO neutron.plugins.ml2.plugin [None req-8d544bd8-e766-4b73-8ff5-6ecde0a5ecc9 - - - - - -] Attempt 1 to provision port 50d69807-de6d-443a-b7ef-fb6983e11e79 2026-04-27 13:18:25.794 10 INFO neutron.plugins.ml2.plugin [None req-b060a561-c738-484c-821f-b122cd543128 - - - - - -] Attempt 1 to provision port a5af44ca-7b5c-4f22-955e-c0d189b81aa8 2026-04-27 13:18:26.043 9 INFO neutron.plugins.ml2.plugin [None req-ab499cd9-e9f9-4cae-8873-0a93d2b453b7 - - - - - -] Attempt 1 to provision port a5af44ca-7b5c-4f22-955e-c0d189b81aa8