+ COMMAND=start + start + exec neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini This program is using eventlet and has been monkey_patched /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-05-04 20:10:08.669 1 INFO neutron.common.config [-] Logging enabled! 2026-05-04 20:10:08.669 1 INFO neutron.common.config [-] /var/lib/openstack/bin/neutron-rpc-server version 26.0.4.dev5 2026-05-04 20:10:08.670 1 INFO neutron.server.rpc_eventlet [-] Eventlet based AMQP RPC server starting... 2026-05-04 20:10:08.670 1 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-04 20:10:09.582 1 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-04 20:10:09.584 1 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-04 20:10:09.588 1 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-04 20:10:09.589 1 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-04 20:10:09.589 1 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-04 20:10:09.589 1 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-04 20:10:09.589 1 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:10:09.596 1 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:10:09.596 1 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:10:09.596 1 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-04 20:10:09.614 1 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-04 20:10:09.615 1 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-04 20:10:09.615 1 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-04 20:10:09.649 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-04 20:10:09.649 1 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-04 20:10:09.649 1 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-04 20:10:09.649 1 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-04 20:10:09.940 1 INFO neutron.plugins.ml2.managers [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] Initializing driver for type 'vlan' 2026-05-04 20:10:10.066 1 INFO neutron.plugins.ml2.drivers.type_vlan [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] VlanTypeDriver initialization complete 2026-05-04 20:10:10.067 1 INFO neutron.plugins.ml2.managers [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] Initializing driver for type 'vxlan' 2026-05-04 20:10:10.067 1 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-04 20:10:10.112 1 INFO neutron.plugins.ml2.managers [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-04 20:10:10.113 1 INFO neutron.plugins.ml2.extensions.dns_integration [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-04 20:10:10.113 1 INFO neutron.plugins.ml2.managers [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] Initializing extension driver 'port_security' 2026-05-04 20:10:10.113 1 INFO neutron.plugins.ml2.extensions.port_security [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-04 20:10:10.114 1 INFO neutron.plugins.ml2.managers [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] Initializing extension driver 'qos' 2026-05-04 20:10:10.114 1 INFO neutron.plugins.ml2.managers [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-04 20:10:10.114 1 INFO neutron.plugins.ml2.managers [None req-15d66001-7519-4083-a4b8-15a203640202 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-04 20:10:10.128 1 INFO neutron.quota [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded quota_driver: . 2026-05-04 20:10:10.154 1 INFO neutron.plugins.ml2.plugin [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Modular L2 Plugin initialization complete 2026-05-04 20:10:10.155 1 INFO neutron.plugins.ml2.managers [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-04 20:10:10.155 1 INFO neutron.plugins.ml2.managers [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-04 20:10:10.156 1 INFO neutron.plugins.ml2.managers [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Got port-security extension from driver 'port_security' 2026-05-04 20:10:10.156 1 INFO neutron.extensions.vlantransparent [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Disabled vlantransparent extension. 2026-05-04 20:10:10.156 1 INFO neutron.extensions.qinq [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Disabled VLAN QinQ extension. 2026-05-04 20:10:10.157 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: qos 2026-05-04 20:10:10.172 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: router 2026-05-04 20:10:10.216 1 INFO neutron.services.service_base [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-04 20:10:10.216 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: segments 2026-05-04 20:10:10.286 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: trunk 2026-05-04 20:10:10.298 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: vpnaas 2026-05-04 20:10:10.329 1 WARNING stevedore.named [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-04 20:10:10.329 1 WARNING stevedore.named [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-04 20:10:10.532 1 INFO neutron_vpnaas.services.vpn.plugin [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-04 20:10:10.532 1 INFO neutron.common.utils [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-04 20:10:10.533 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: taas 2026-05-04 20:10:10.555 1 WARNING stevedore.named [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-04 20:10:10.582 1 INFO neutron_taas.services.taas.taas_plugin [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-04 20:10:10.582 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: tapmirror 2026-05-04 20:10:10.592 1 WARNING stevedore.named [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-04 20:10:10.606 1 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-04 20:10:10.607 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: auto_allocate 2026-05-04 20:10:10.616 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: tag 2026-05-04 20:10:10.623 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: timestamp 2026-05-04 20:10:10.625 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: network_ip_availability 2026-05-04 20:10:10.628 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: flavors 2026-05-04 20:10:10.630 1 INFO neutron.manager [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loading Plugin: revisions 2026-05-04 20:10:10.633 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Initializing extension manager. 2026-05-04 20:10:10.634 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: address-group 2026-05-04 20:10:10.635 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: address-scope 2026-05-04 20:10:10.635 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-04 20:10:10.636 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: agent 2026-05-04 20:10:10.637 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: agent-resources-synced 2026-05-04 20:10:10.638 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: allowed-address-pairs 2026-05-04 20:10:10.638 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: auto-allocated-topology 2026-05-04 20:10:10.639 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: availability_zone 2026-05-04 20:10:10.639 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: availability_zone_filter 2026-05-04 20:10:10.640 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-04 20:10:10.640 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: default-subnetpools 2026-05-04 20:10:10.641 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-04 20:10:10.642 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: dns-integration 2026-05-04 20:10:10.642 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: dns-domain-ports 2026-05-04 20:10:10.643 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-04 20:10:10.643 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: dvr 2026-05-04 20:10:10.643 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-04 20:10:10.644 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: empty-string-filtering 2026-05-04 20:10:10.644 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 20:10:10.645 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-04 20:10:10.645 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: external-net 2026-05-04 20:10:10.646 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-04 20:10:10.646 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: extraroute 2026-05-04 20:10:10.646 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: extraroute-atomic 2026-05-04 20:10:10.647 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-04 20:10:10.647 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-04 20:10:10.648 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-04 20:10:10.648 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-04 20:10:10.649 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: fip-port-details 2026-05-04 20:10:10.649 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: flavors 2026-05-04 20:10:10.650 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-04 20:10:10.651 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: floatingip-pools 2026-05-04 20:10:10.651 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: ip_allocation 2026-05-04 20:10:10.652 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: ip-substring-filtering 2026-05-04 20:10:10.652 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: l2_adjacency 2026-05-04 20:10:10.653 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: router 2026-05-04 20:10:10.654 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 20:10:10.655 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-04 20:10:10.655 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-04 20:10:10.656 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: ext-gw-mode 2026-05-04 20:10:10.656 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: l3-ha 2026-05-04 20:10:10.657 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-04 20:10:10.657 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-04 20:10:10.658 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: l3-flavors 2026-05-04 20:10:10.658 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-04 20:10:10.659 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-04 20:10:10.660 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-04 20:10:10.661 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-04 20:10:10.662 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-04 20:10:10.663 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-04 20:10:10.664 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-04 20:10:10.664 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: multi-provider 2026-05-04 20:10:10.664 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: net-mtu 2026-05-04 20:10:10.665 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: net-mtu-writable 2026-05-04 20:10:10.665 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: network_availability_zone 2026-05-04 20:10:10.666 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: network_ha 2026-05-04 20:10:10.666 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: network-ip-availability 2026-05-04 20:10:10.667 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-04 20:10:10.667 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: pagination 2026-05-04 20:10:10.668 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-device-profile 2026-05-04 20:10:10.668 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-04 20:10:10.669 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-04 20:10:10.669 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-04 20:10:10.670 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-mac-override 2026-05-04 20:10:10.670 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-04 20:10:10.670 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-04 20:10:10.671 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-04 20:10:10.671 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-resource-request 2026-05-04 20:10:10.672 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-resource-request-groups 2026-05-04 20:10:10.672 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-04 20:10:10.673 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: binding 2026-05-04 20:10:10.673 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: binding-extended 2026-05-04 20:10:10.674 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-security 2026-05-04 20:10:10.674 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: project-id 2026-05-04 20:10:10.674 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: provider 2026-05-04 20:10:10.675 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-04 20:10:10.677 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos 2026-05-04 20:10:10.677 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-04 20:10:10.678 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-04 20:10:10.678 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-default 2026-05-04 20:10:10.679 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-fip 2026-05-04 20:10:10.679 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-04 20:10:10.679 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-gateway-ip 2026-05-04 20:10:10.680 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-port-network-policy 2026-05-04 20:10:10.680 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-pps-minimum 2026-05-04 20:10:10.681 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-04 20:10:10.681 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-pps 2026-05-04 20:10:10.682 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-rule-type-details 2026-05-04 20:10:10.682 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-04 20:10:10.683 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: qos-rules-alias 2026-05-04 20:10:10.683 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: quota-check-limit 2026-05-04 20:10:10.684 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: quota-check-limit-default 2026-05-04 20:10:10.685 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: quotas 2026-05-04 20:10:10.688 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: quota_details 2026-05-04 20:10:10.689 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: rbac-policies 2026-05-04 20:10:10.689 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: rbac-address-group 2026-05-04 20:10:10.690 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: rbac-address-scope 2026-05-04 20:10:10.690 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: rbac-security-groups 2026-05-04 20:10:10.691 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: rbac-subnetpool 2026-05-04 20:10:10.691 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: revision-if-match 2026-05-04 20:10:10.692 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: standard-attr-revisions 2026-05-04 20:10:10.692 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: router_availability_zone 2026-05-04 20:10:10.693 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-04 20:10:10.694 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: security-groups-default-rules 2026-05-04 20:10:10.694 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-04 20:10:10.695 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-04 20:10:10.695 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-04 20:10:10.696 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-04 20:10:10.696 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-04 20:10:10.700 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: security-group 2026-05-04 20:10:10.701 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: segment 2026-05-04 20:10:10.701 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-04 20:10:10.702 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: service-type 2026-05-04 20:10:10.702 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: sorting 2026-05-04 20:10:10.702 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: standard-attr-segment 2026-05-04 20:10:10.703 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: standard-attr-description 2026-05-04 20:10:10.703 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: stateful-security-group 2026-05-04 20:10:10.704 1 WARNING neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-04 20:10:10.704 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-04 20:10:10.705 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: subnet-external-network 2026-05-04 20:10:10.705 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: subnet_onboard 2026-05-04 20:10:10.706 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-04 20:10:10.706 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: subnet-service-types 2026-05-04 20:10:10.707 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: subnet_allocation 2026-05-04 20:10:10.707 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-04 20:10:10.708 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: tag-creation 2026-05-04 20:10:10.708 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-04 20:10:10.711 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: standard-attr-tag 2026-05-04 20:10:10.712 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-04 20:10:10.713 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: trunk 2026-05-04 20:10:10.713 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: trunk-details 2026-05-04 20:10:10.714 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-04 20:10:10.714 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-04 20:10:10.715 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-04 20:10:10.715 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-04 20:10:10.717 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-04 20:10:10.717 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-04 20:10:10.718 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: vpn-flavors 2026-05-04 20:10:10.719 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: vpnaas 2026-05-04 20:10:10.720 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: taas 2026-05-04 20:10:10.721 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: tap-mirror 2026-05-04 20:10:10.721 1 INFO neutron.api.extensions [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Loaded extension: taas-vlan-filter 2026-05-04 20:10:10.724 1 INFO oslo_service.backend.eventlet.service [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Starting 2 workers 2026-05-04 20:10:10.728 1 INFO oslo_service.backend.eventlet.service [None req-756e0689-8db2-4c6f-baa2-378402131bfb - - - - - -] Starting 1 workers 2026-05-04 20:10:50.692 12 INFO neutron.db.l3_hamode_db [None req-5cdf058a-0ae1-4d6b-9fae-027fe0ba41e0 - - - - - -] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-04 20:11:06.202 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 446bfee1-b041-4816-9710-bd3f948c7d1e 2026-05-04 20:11:07.834 12 INFO neutron.plugins.ml2.plugin [None req-f8e05829-0592-486e-80fe-4371642cd3f3 - - - - - -] Attempt 1 to provision port 446bfee1-b041-4816-9710-bd3f948c7d1e 2026-05-04 20:11:08.031 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 446bfee1-b041-4816-9710-bd3f948c7d1e 2026-05-04 20:11:09.504 12 INFO neutron.plugins.ml2.plugin [None req-90a78ca9-19c4-4149-96ad-e32de4a08111 - - - - - -] Attempt 1 to provision port 446bfee1-b041-4816-9710-bd3f948c7d1e 2026-05-04 20:16:05.179 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 5c6ba447-88a6-4a2d-b2a1-fa5fddac0c86 2026-05-04 20:16:05.983 12 INFO neutron.plugins.ml2.plugin [None req-27eac7fe-c911-4f23-84a8-3428c4d693e9 - - - - - -] Attempt 1 to provision port 5c6ba447-88a6-4a2d-b2a1-fa5fddac0c86 2026-05-04 20:16:07.138 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 5c6ba447-88a6-4a2d-b2a1-fa5fddac0c86 2026-05-04 20:16:07.632 12 INFO neutron.plugins.ml2.plugin [None req-0d9e81f2-8469-4456-b6f5-22b78280f701 - - - - - -] Attempt 1 to provision port 5c6ba447-88a6-4a2d-b2a1-fa5fddac0c86 2026-05-04 20:16:12.708 12 INFO neutron.plugins.ml2.plugin [None req-418d4546-a229-4444-bfdb-2ea921f70176 - - - - - -] Attempt 1 to provision port b673c456-73b3-4a10-ac80-3fdd1d0f7de0 2026-05-04 20:19:41.857 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port b673c456-73b3-4a10-ac80-3fdd1d0f7de0 2026-05-04 20:19:43.273 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port b673c456-73b3-4a10-ac80-3fdd1d0f7de0 2026-05-04 20:28:37.581 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port a0924d49-c260-40e8-81e8-3ec8b1f966db 2026-05-04 20:28:39.577 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port a0924d49-c260-40e8-81e8-3ec8b1f966db 2026-05-04 20:43:38.157 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 7b7e0136-b2fe-49dd-b9b4-087960a947c5 2026-05-04 20:43:40.196 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 7b7e0136-b2fe-49dd-b9b4-087960a947c5 2026-05-04 20:43:40.442 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 37420841-64da-4678-8e12-8cf506d27ab0 2026-05-04 20:43:40.569 11 INFO neutron.plugins.ml2.plugin [None req-2519225c-7512-4738-8f42-aeb74b73f3bd - - - - - -] Attempt 1 to provision port 7b7e0136-b2fe-49dd-b9b4-087960a947c5 2026-05-04 20:43:40.642 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 37420841-64da-4678-8e12-8cf506d27ab0 2026-05-04 20:43:42.157 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 37420841-64da-4678-8e12-8cf506d27ab0 2026-05-04 20:43:44.154 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 68f7ca29-8f04-4e02-8986-ccc11b5a6659 2026-05-04 20:43:46.171 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 68f7ca29-8f04-4e02-8986-ccc11b5a6659 2026-05-04 20:43:50.257 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port d57550cd-3ce7-4105-9919-5c73fdf8ec3a 2026-05-04 20:43:50.616 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 7e2199fd-e10b-44cb-9f40-32f14b3b5bf7 2026-05-04 20:43:50.755 11 INFO neutron.plugins.ml2.plugin [None req-79d058cd-5993-4a73-aa02-a61efb38cfd6 - - - - - -] Attempt 1 to provision port 93aa56be-7848-4d5e-a771-fc229e03fc94 2026-05-04 20:43:50.797 11 INFO neutron.plugins.ml2.plugin [None req-79d058cd-5993-4a73-aa02-a61efb38cfd6 - - - - - -] Attempt 1 to provision port 37420841-64da-4678-8e12-8cf506d27ab0 2026-05-04 20:43:50.871 11 INFO neutron.plugins.ml2.plugin [None req-79d058cd-5993-4a73-aa02-a61efb38cfd6 - - - - - -] Attempt 1 to provision port b8259ab3-c612-433c-a549-ea22483f0e9b 2026-05-04 20:43:50.905 11 INFO neutron.plugins.ml2.plugin [None req-79d058cd-5993-4a73-aa02-a61efb38cfd6 - - - - - -] Attempt 1 to provision port d57550cd-3ce7-4105-9919-5c73fdf8ec3a 2026-05-04 20:43:50.940 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 6d860378-490a-4cc2-9022-6fe250e4a4fb 2026-05-04 20:43:51.003 11 INFO neutron.plugins.ml2.plugin [None req-79d058cd-5993-4a73-aa02-a61efb38cfd6 - - - - - -] Attempt 1 to provision port 48eeb3cd-315d-45b7-9946-ca1e936a31bc 2026-05-04 20:43:51.046 11 INFO neutron.plugins.ml2.plugin [None req-79d058cd-5993-4a73-aa02-a61efb38cfd6 - - - - - -] Attempt 1 to provision port 2712f774-4347-43ce-90d6-3e4bdb3964d3 2026-05-04 20:43:51.071 11 INFO neutron.plugins.ml2.plugin [None req-79d058cd-5993-4a73-aa02-a61efb38cfd6 - - - - - -] Attempt 1 to provision port 7b7e0136-b2fe-49dd-b9b4-087960a947c5 2026-05-04 20:43:51.383 12 INFO neutron.plugins.ml2.plugin [None req-959f1f67-8dce-4030-8b6b-95f0f0a5bcee - - - - - -] Attempt 1 to provision port e6749fd2-0c3b-472d-836e-ae22f5a6df40 2026-05-04 20:43:52.357 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port e6749fd2-0c3b-472d-836e-ae22f5a6df40 2026-05-04 20:43:52.593 11 INFO neutron.plugins.ml2.plugin [None req-31016850-d4e1-47b5-a873-1f9923a62071 - - - - - -] Attempt 1 to provision port 6d860378-490a-4cc2-9022-6fe250e4a4fb 2026-05-04 20:43:52.803 11 INFO neutron.plugins.ml2.plugin [None req-31016850-d4e1-47b5-a873-1f9923a62071 - - - - - -] Attempt 1 to provision port d57550cd-3ce7-4105-9919-5c73fdf8ec3a 2026-05-04 20:43:53.071 11 INFO neutron.plugins.ml2.plugin [None req-31016850-d4e1-47b5-a873-1f9923a62071 - - - - - -] Attempt 1 to provision port 7e2199fd-e10b-44cb-9f40-32f14b3b5bf7 2026-05-04 20:43:54.324 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port e68b4ba3-a753-458a-8f4d-f5ce2b7c2d0a 2026-05-04 20:43:56.013 12 INFO neutron.plugins.ml2.plugin [None req-d9baeba2-0aad-4ccb-9cf7-c6f8431a88dd - - - - - -] Attempt 1 to provision port 93aa56be-7848-4d5e-a771-fc229e03fc94 2026-05-04 20:43:56.118 12 INFO neutron.plugins.ml2.plugin [None req-d9baeba2-0aad-4ccb-9cf7-c6f8431a88dd - - - - - -] Attempt 1 to provision port b8259ab3-c612-433c-a549-ea22483f0e9b 2026-05-04 20:43:56.141 12 INFO neutron.plugins.ml2.plugin [None req-d9baeba2-0aad-4ccb-9cf7-c6f8431a88dd - - - - - -] Attempt 1 to provision port 7d5aec58-1e26-4d0b-97f5-2b87b66ed08a 2026-05-04 20:43:56.403 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port e68b4ba3-a753-458a-8f4d-f5ce2b7c2d0a 2026-05-04 20:43:59.431 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 3441ad4b-def9-4c4c-88e8-0a9a508647b1 2026-05-04 20:43:59.912 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 59130772-eed5-44da-b0c1-a71ce871f48c 2026-05-04 20:44:00.125 11 INFO neutron.notifiers.nova [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Nova event matching ['req-da761f94-5768-4b1c-b4fc-53d65cb97edf'] response: {'server_uuid': 'ccc207ef-b716-4a34-95bc-54d83e9361d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3441ad4b-def9-4c4c-88e8-0a9a508647b1', 'code': 200} 2026-05-04 20:44:01.128 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 3441ad4b-def9-4c4c-88e8-0a9a508647b1 2026-05-04 20:44:01.317 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 59130772-eed5-44da-b0c1-a71ce871f48c 2026-05-04 20:44:01.502 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 2eb32281-ceaf-4605-8592-3e5695921e72 2026-05-04 20:44:02.011 12 INFO neutron.plugins.ml2.plugin [None req-25aca029-8e74-486e-8c02-d6b761ad63da - - - - - -] Attempt 1 to provision port 3441ad4b-def9-4c4c-88e8-0a9a508647b1 2026-05-04 20:44:02.025 12 INFO neutron.notifiers.nova [None req-25aca029-8e74-486e-8c02-d6b761ad63da - - - - - -] Nova event matching ['req-43cef2de-0f02-4800-b3f7-e8f8d082099e'] response: {'server_uuid': '576072d2-6f17-4784-8491-b3fc2ae200ed', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2eb32281-ceaf-4605-8592-3e5695921e72', 'code': 200} 2026-05-04 20:44:02.088 12 INFO neutron.plugins.ml2.plugin [None req-25aca029-8e74-486e-8c02-d6b761ad63da - - - - - -] Attempt 1 to provision port 93aa56be-7848-4d5e-a771-fc229e03fc94 2026-05-04 20:44:02.118 12 INFO neutron.plugins.ml2.plugin [None req-25aca029-8e74-486e-8c02-d6b761ad63da - - - - - -] Attempt 1 to provision port 2712f774-4347-43ce-90d6-3e4bdb3964d3 2026-05-04 20:44:02.147 12 INFO neutron.plugins.ml2.plugin [None req-25aca029-8e74-486e-8c02-d6b761ad63da - - - - - -] Attempt 1 to provision port b8259ab3-c612-433c-a549-ea22483f0e9b 2026-05-04 20:44:02.165 11 INFO neutron.notifiers.nova [None req-f963f129-c959-4e58-aad6-9f9544072498 - - - - - -] Nova event matching ['req-92d0e2ba-e380-4050-98f8-c32679a5fb2e'] response: {'server_uuid': '577f2c3f-94b4-433b-900a-e24be4528822', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '59130772-eed5-44da-b0c1-a71ce871f48c', 'code': 200} 2026-05-04 20:44:02.182 12 INFO neutron.plugins.ml2.plugin [None req-25aca029-8e74-486e-8c02-d6b761ad63da - - - - - -] Attempt 1 to provision port d57550cd-3ce7-4105-9919-5c73fdf8ec3a 2026-05-04 20:44:02.650 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 2eb32281-ceaf-4605-8592-3e5695921e72 2026-05-04 20:44:04.545 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port e389399e-7422-4b85-bcce-cc4c5bd7831f 2026-05-04 20:44:06.582 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port fbf0beaf-58ef-4c48-a642-afcbadff7edf 2026-05-04 20:44:06.986 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port e389399e-7422-4b85-bcce-cc4c5bd7831f 2026-05-04 20:44:07.260 12 INFO neutron.plugins.ml2.plugin [None req-9752457d-6a4a-401b-96de-0b6aed462538 - - - - - -] Attempt 1 to provision port a2b115d0-06fe-4a2b-a4e5-2f207d31d0b6 2026-05-04 20:44:07.280 12 INFO neutron.plugins.ml2.plugin [None req-9752457d-6a4a-401b-96de-0b6aed462538 - - - - - -] Attempt 1 to provision port 51ba8e66-176f-460b-b7fc-6f8f37096138 2026-05-04 20:44:07.300 12 INFO neutron.plugins.ml2.plugin [None req-9752457d-6a4a-401b-96de-0b6aed462538 - - - - - -] Attempt 1 to provision port fbf0beaf-58ef-4c48-a642-afcbadff7edf 2026-05-04 20:44:08.619 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port fbf0beaf-58ef-4c48-a642-afcbadff7edf 2026-05-04 20:44:12.628 11 INFO neutron.plugins.ml2.plugin [None req-5ba82abf-7541-41d9-94ab-7d1364940be9 - - - - - -] Attempt 1 to provision port 51ba8e66-176f-460b-b7fc-6f8f37096138 2026-05-04 20:44:12.651 11 INFO neutron.plugins.ml2.plugin [None req-5ba82abf-7541-41d9-94ab-7d1364940be9 - - - - - -] Attempt 1 to provision port 2712f774-4347-43ce-90d6-3e4bdb3964d3 2026-05-04 20:44:12.680 11 INFO neutron.plugins.ml2.plugin [None req-5ba82abf-7541-41d9-94ab-7d1364940be9 - - - - - -] Attempt 1 to provision port fbf0beaf-58ef-4c48-a642-afcbadff7edf 2026-05-04 20:44:12.747 11 INFO neutron.plugins.ml2.plugin [None req-5ba82abf-7541-41d9-94ab-7d1364940be9 - - - - - -] Attempt 1 to provision port 59130772-eed5-44da-b0c1-a71ce871f48c 2026-05-04 20:44:15.782 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 0d227bdf-40d0-4903-91f0-c677317e9ba2 2026-05-04 20:44:15.885 12 INFO neutron.notifiers.nova [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Nova event matching ['req-af3a28c5-60c5-4d05-83c8-2091d267d50e'] response: {'server_uuid': '374b23cb-106d-4bf0-b36d-64fc0b43cb76', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0d227bdf-40d0-4903-91f0-c677317e9ba2', 'code': 200} 2026-05-04 20:44:15.953 11 INFO neutron.plugins.ml2.plugin [None req-b4121990-45ba-4a54-901c-838f82d21246 - - - - - -] Attempt 1 to provision port a5159be0-729b-4856-a26e-823610f04577 2026-05-04 20:44:15.974 11 INFO neutron.plugins.ml2.plugin [None req-b4121990-45ba-4a54-901c-838f82d21246 - - - - - -] Attempt 1 to provision port 51ba8e66-176f-460b-b7fc-6f8f37096138 2026-05-04 20:44:16.000 11 INFO neutron.plugins.ml2.plugin [None req-b4121990-45ba-4a54-901c-838f82d21246 - - - - - -] Attempt 1 to provision port 2712f774-4347-43ce-90d6-3e4bdb3964d3 2026-05-04 20:44:16.731 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 0d227bdf-40d0-4903-91f0-c677317e9ba2 2026-05-04 20:44:19.154 11 INFO neutron.plugins.ml2.plugin [None req-32d96ad4-1bb2-43bb-bbc6-138b82d9c60e - - - - - -] Attempt 1 to provision port 3441ad4b-def9-4c4c-88e8-0a9a508647b1 2026-05-04 20:44:19.217 11 INFO neutron.plugins.ml2.plugin [None req-32d96ad4-1bb2-43bb-bbc6-138b82d9c60e - - - - - -] Attempt 1 to provision port 51ba8e66-176f-460b-b7fc-6f8f37096138 2026-05-04 20:44:22.618 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 12dd75d4-1fe9-4e02-9885-0f84ba83f66c 2026-05-04 20:44:23.080 12 INFO neutron.plugins.ml2.plugin [None req-f7f97fbc-0b8b-4e85-a192-a76209427b34 - - - - - -] Attempt 1 to provision port debb4bf3-6607-4cd7-b10b-6dc4b512ee55 2026-05-04 20:44:24.132 11 INFO neutron.plugins.ml2.plugin [None req-7530a466-2df5-4aab-bbf9-8f224d41b6cd - - - - - -] Attempt 1 to provision port 12dd75d4-1fe9-4e02-9885-0f84ba83f66c 2026-05-04 20:44:24.607 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 12dd75d4-1fe9-4e02-9885-0f84ba83f66c 2026-05-04 20:44:24.836 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port debb4bf3-6607-4cd7-b10b-6dc4b512ee55 2026-05-04 20:44:27.098 12 INFO neutron.plugins.ml2.plugin [None req-59b983e2-cd2a-4919-b435-25ac78d71d28 - - - - - -] Attempt 1 to provision port 60879662-9098-4cf5-b1bb-e7b894716bc4 2026-05-04 20:44:27.123 12 INFO neutron.plugins.ml2.plugin [None req-59b983e2-cd2a-4919-b435-25ac78d71d28 - - - - - -] Attempt 1 to provision port 12dd75d4-1fe9-4e02-9885-0f84ba83f66c 2026-05-04 20:44:28.807 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 2712f774-4347-43ce-90d6-3e4bdb3964d3 2026-05-04 20:44:29.111 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port a2b115d0-06fe-4a2b-a4e5-2f207d31d0b6 2026-05-04 20:44:30.612 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 93aa56be-7848-4d5e-a771-fc229e03fc94 2026-05-04 20:44:30.933 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 7d5aec58-1e26-4d0b-97f5-2b87b66ed08a 2026-05-04 20:44:31.268 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 2712f774-4347-43ce-90d6-3e4bdb3964d3 2026-05-04 20:44:31.533 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port a2b115d0-06fe-4a2b-a4e5-2f207d31d0b6 2026-05-04 20:44:32.216 11 INFO neutron.plugins.ml2.plugin [None req-45923cbd-c652-428a-aebf-5ed5e41173c6 - - - - - -] Attempt 1 to provision port 60879662-9098-4cf5-b1bb-e7b894716bc4 2026-05-04 20:44:32.258 11 INFO neutron.plugins.ml2.plugin [None req-45923cbd-c652-428a-aebf-5ed5e41173c6 - - - - - -] Attempt 1 to provision port 275b54a3-3db0-4419-a337-5efa19276b68 2026-05-04 20:44:32.568 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 93aa56be-7848-4d5e-a771-fc229e03fc94 2026-05-04 20:44:32.794 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 7d5aec58-1e26-4d0b-97f5-2b87b66ed08a 2026-05-04 20:44:34.727 11 INFO neutron.plugins.ml2.plugin [None req-87702ca9-4fcb-4438-9d6e-63ed3073fa0f - - - - - -] Attempt 1 to provision port 60879662-9098-4cf5-b1bb-e7b894716bc4 2026-05-04 20:44:35.141 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 02cd2d94-1732-4119-8dda-fc35f097bebc 2026-05-04 20:44:35.266 12 INFO neutron.notifiers.nova [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Nova event matching ['req-24a3fe36-420c-425e-9f74-a50ec2c16e0d'] response: {'server_uuid': '3ff4053f-7896-47dd-8a65-4f1e1b5c10fe', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '02cd2d94-1732-4119-8dda-fc35f097bebc', 'code': 200} 2026-05-04 20:44:36.791 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 02cd2d94-1732-4119-8dda-fc35f097bebc 2026-05-04 20:44:37.377 12 INFO neutron.notifiers.nova [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Nova event matching ['req-137b3d94-e7b5-4f34-ba8c-005ebe265532'] response: {'server_uuid': 'ccc207ef-b716-4a34-95bc-54d83e9361d8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3441ad4b-def9-4c4c-88e8-0a9a508647b1', 'code': 200} 2026-05-04 20:44:37.554 11 INFO neutron.plugins.ml2.plugin [None req-fb9d51b5-cb3d-4e2b-ba27-14ac5426f216 - - - - - -] Attempt 1 to provision port 59130772-eed5-44da-b0c1-a71ce871f48c 2026-05-04 20:44:37.633 11 INFO neutron.plugins.ml2.plugin [None req-fb9d51b5-cb3d-4e2b-ba27-14ac5426f216 - - - - - -] Attempt 1 to provision port 02cd2d94-1732-4119-8dda-fc35f097bebc 2026-05-04 20:44:38.687 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 60879662-9098-4cf5-b1bb-e7b894716bc4 2026-05-04 20:44:39.049 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 275b54a3-3db0-4419-a337-5efa19276b68 2026-05-04 20:44:39.643 12 INFO neutron.plugins.ml2.plugin [None req-52e1b565-ac30-4077-87fb-9d1803aecf02 - - - - - -] Attempt 1 to provision port 59130772-eed5-44da-b0c1-a71ce871f48c 2026-05-04 20:44:41.241 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 275b54a3-3db0-4419-a337-5efa19276b68 2026-05-04 20:44:41.379 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 3441ad4b-def9-4c4c-88e8-0a9a508647b1 2026-05-04 20:44:41.464 12 INFO neutron.notifiers.nova [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Nova event matching ['req-8f00559d-7820-42cd-99a1-7a4c0a2384e3'] response: {'server_uuid': 'ccc207ef-b716-4a34-95bc-54d83e9361d8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3441ad4b-def9-4c4c-88e8-0a9a508647b1', 'code': 200} 2026-05-04 20:44:41.746 12 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 60879662-9098-4cf5-b1bb-e7b894716bc4 2026-05-04 20:44:42.018 12 INFO neutron.plugins.ml2.plugin [None req-435dd46f-c81d-45c1-b045-b8de738d24af - - - - - -] Attempt 1 to provision port 59130772-eed5-44da-b0c1-a71ce871f48c 2026-05-04 20:44:43.597 11 INFO neutron.plugins.ml2.plugin [None req-6bd2e5bd-d413-4296-84f9-811a85236988 - - - - - -] Attempt 1 to provision port 3441ad4b-def9-4c4c-88e8-0a9a508647b1