+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Sep 7 18:59:20 2026] *** compiled with version: 13.3.0 on 03 July 2026 22:28:27 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-784cd64655-ssdgv machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f7e67b39668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-09-07 18:59:24.568 7 INFO neutron.common.config [-] Logging enabled! 2026-09-07 18:59:24.568 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-09-07 18:59:24.621 8 INFO neutron.common.config [-] Logging enabled! 2026-09-07 18:59:24.622 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-09-07 18:59:25.714 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-07 18:59:25.872 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-07 18:59:27.191 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 18:59:27.194 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-07 18:59:27.198 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-07 18:59:27.199 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 18:59:27.199 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-07 18:59:27.200 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-09-07 18:59:27.200 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-09-07 18:59:27.200 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 18:59:27.208 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 18:59:27.208 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 18:59:27.208 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 18:59:27.231 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-07 18:59:27.233 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 18:59:27.233 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-07 18:59:27.264 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-07 18:59:27.264 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-07 18:59:27.264 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-07 18:59:27.265 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-07 18:59:27.361 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 18:59:27.364 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-07 18:59:27.367 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-07 18:59:27.368 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-07 18:59:27.368 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-07 18:59:27.369 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-09-07 18:59:27.369 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-09-07 18:59:27.369 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 18:59:27.376 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 18:59:27.376 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-07 18:59:27.377 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 18:59:27.401 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-07 18:59:27.402 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-07 18:59:27.402 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-07 18:59:27.458 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-07 18:59:27.459 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-07 18:59:27.459 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-07 18:59:27.460 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-07 18:59:27.655 7 INFO neutron.plugins.ml2.managers [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] Initializing driver for type 'vlan' 2026-09-07 18:59:27.990 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] VlanTypeDriver initialization complete 2026-09-07 18:59:27.990 7 INFO neutron.plugins.ml2.managers [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] Initializing driver for type 'vxlan' 2026-09-07 18:59:27.990 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-07 18:59:28.004 7 INFO neutron.plugins.ml2.managers [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-07 18:59:28.005 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-07 18:59:28.005 7 INFO neutron.plugins.ml2.managers [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] Initializing extension driver 'port_security' 2026-09-07 18:59:28.005 7 INFO neutron.plugins.ml2.extensions.port_security [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-07 18:59:28.005 7 INFO neutron.plugins.ml2.managers [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] Initializing extension driver 'qos' 2026-09-07 18:59:28.005 7 INFO neutron.plugins.ml2.managers [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-07 18:59:28.005 7 INFO neutron.plugins.ml2.managers [None req-32f26e58-33ab-4afd-9567-f070e5169add - - - - - -] Initializing mechanism driver 'l2population' 2026-09-07 18:59:28.017 7 INFO neutron.quota [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded quota_driver: . 2026-09-07 18:59:28.017 7 INFO neutron.plugins.ml2.plugin [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Modular L2 Plugin initialization complete 2026-09-07 18:59:28.017 7 INFO neutron.plugins.ml2.managers [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-07 18:59:28.018 7 INFO neutron.plugins.ml2.managers [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-07 18:59:28.018 7 INFO neutron.plugins.ml2.managers [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-07 18:59:28.018 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: qos 2026-09-07 18:59:28.031 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: router 2026-09-07 18:59:28.066 8 INFO neutron.plugins.ml2.managers [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] Initializing driver for type 'vlan' 2026-09-07 18:59:28.074 7 INFO neutron.services.service_base [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-07 18:59:28.075 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: segments 2026-09-07 18:59:28.173 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: trunk 2026-09-07 18:59:28.187 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: vpnaas 2026-09-07 18:59:28.203 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] VlanTypeDriver initialization complete 2026-09-07 18:59:28.203 8 INFO neutron.plugins.ml2.managers [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] Initializing driver for type 'vxlan' 2026-09-07 18:59:28.203 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-07 18:59:28.217 8 INFO neutron.plugins.ml2.managers [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-07 18:59:28.217 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-07 18:59:28.217 8 INFO neutron.plugins.ml2.managers [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] Initializing extension driver 'port_security' 2026-09-07 18:59:28.217 8 INFO neutron.plugins.ml2.extensions.port_security [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-07 18:59:28.217 8 INFO neutron.plugins.ml2.managers [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] Initializing extension driver 'qos' 2026-09-07 18:59:28.217 8 INFO neutron.plugins.ml2.managers [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-07 18:59:28.217 8 INFO neutron.plugins.ml2.managers [None req-2d2d6aae-ba86-4c4c-a94c-8d0167356db6 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-07 18:59:28.225 7 WARNING stevedore.named [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-07 18:59:28.229 8 INFO neutron.quota [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded quota_driver: . 2026-09-07 18:59:28.230 8 INFO neutron.plugins.ml2.plugin [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Modular L2 Plugin initialization complete 2026-09-07 18:59:28.230 8 INFO neutron.plugins.ml2.managers [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-07 18:59:28.230 8 INFO neutron.plugins.ml2.managers [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-07 18:59:28.230 8 INFO neutron.plugins.ml2.managers [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Got port-security extension from driver 'port_security' 2026-09-07 18:59:28.230 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: qos 2026-09-07 18:59:28.243 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: router 2026-09-07 18:59:28.285 8 INFO neutron.services.service_base [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-07 18:59:28.285 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: segments 2026-09-07 18:59:28.328 7 INFO neutron_vpnaas.services.vpn.plugin [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-07 18:59:28.329 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: taas 2026-09-07 18:59:28.357 7 WARNING stevedore.named [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-07 18:59:28.380 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: trunk 2026-09-07 18:59:28.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-07 18:59:28.382 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: tapmirror 2026-09-07 18:59:28.394 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: vpnaas 2026-09-07 18:59:28.394 7 WARNING stevedore.named [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-07 18:59:28.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-07 18:59:28.409 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: auto_allocate 2026-09-07 18:59:28.417 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: tag 2026-09-07 18:59:28.428 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: timestamp 2026-09-07 18:59:28.432 8 WARNING stevedore.named [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-07 18:59:28.432 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: network_ip_availability 2026-09-07 18:59:28.437 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: flavors 2026-09-07 18:59:28.441 7 INFO neutron.manager [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loading Plugin: revisions 2026-09-07 18:59:28.444 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Initializing extension manager. 2026-09-07 18:59:28.445 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: aap-reject-multicast 2026-09-07 18:59:28.446 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: address-group 2026-09-07 18:59:28.447 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: address-scope 2026-09-07 18:59:28.447 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-07 18:59:28.448 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: agent 2026-09-07 18:59:28.449 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: agent-resources-synced 2026-09-07 18:59:28.449 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: agent_sort_key 2026-09-07 18:59:28.451 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-07 18:59:28.452 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-07 18:59:28.453 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: availability_zone 2026-09-07 18:59:28.454 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: availability_zone_filter 2026-09-07 18:59:28.454 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-07 18:59:28.455 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: default-subnetpools 2026-09-07 18:59:28.457 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-07 18:59:28.457 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: dns-integration 2026-09-07 18:59:28.458 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: dns-domain-ports 2026-09-07 18:59:28.458 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-07 18:59:28.459 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: dvr 2026-09-07 18:59:28.459 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-07 18:59:28.460 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: empty-string-filtering 2026-09-07 18:59:28.460 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-09-07 18:59:28.461 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 18:59:28.462 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-07 18:59:28.463 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: external-net 2026-09-07 18:59:28.463 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-07 18:59:28.464 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: extraroute 2026-09-07 18:59:28.465 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: extraroute-atomic 2026-09-07 18:59:28.465 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: filter-validation 2026-09-07 18:59:28.466 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-07 18:59:28.467 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-07 18:59:28.467 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-07 18:59:28.468 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: fip-port-details 2026-09-07 18:59:28.468 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: flavors 2026-09-07 18:59:28.470 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-07 18:59:28.470 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: floatingip-pools 2026-09-07 18:59:28.471 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: ip_allocation 2026-09-07 18:59:28.472 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-07 18:59:28.472 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: l2_adjacency 2026-09-07 18:59:28.473 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: router 2026-09-07 18:59:28.474 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-09-07 18:59:28.476 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 18:59:28.477 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-07 18:59:28.477 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-07 18:59:28.478 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: ext-gw-mode 2026-09-07 18:59:28.478 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: l3-ha 2026-09-07 18:59:28.479 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-07 18:59:28.479 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-07 18:59:28.480 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: l3-flavors 2026-09-07 18:59:28.481 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-07 18:59:28.482 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-07 18:59:28.485 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-07 18:59:28.486 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-07 18:59:28.487 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-07 18:59:28.488 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-07 18:59:28.489 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-07 18:59:28.490 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: multi-provider 2026-09-07 18:59:28.490 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: net-mtu 2026-09-07 18:59:28.491 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: net-mtu-writable 2026-09-07 18:59:28.492 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: network_availability_zone 2026-09-07 18:59:28.492 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: network_ha 2026-09-07 18:59:28.493 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: network-ip-availability 2026-09-07 18:59:28.494 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: network-ip-availability-details 2026-09-07 18:59:28.495 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-07 18:59:28.496 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: pagination 2026-09-07 18:59:28.497 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-device-profile 2026-09-07 18:59:28.497 8 INFO neutron_vpnaas.services.vpn.plugin [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-07 18:59:28.497 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: taas 2026-09-07 18:59:28.497 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-07 18:59:28.498 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-07 18:59:28.498 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-07 18:59:28.499 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-mac-override 2026-09-07 18:59:28.499 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-07 18:59:28.500 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-07 18:59:28.500 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-07 18:59:28.501 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-resource-request 2026-09-07 18:59:28.502 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-07 18:59:28.502 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-07 18:59:28.503 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: binding 2026-09-07 18:59:28.504 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: binding-extended 2026-09-07 18:59:28.504 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-security 2026-09-07 18:59:28.505 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: project-id 2026-09-07 18:59:28.505 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: provider 2026-09-07 18:59:28.506 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-09-07 18:59:28.507 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-09-07 18:59:28.509 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos 2026-09-07 18:59:28.510 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-07 18:59:28.511 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-07 18:59:28.511 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-default 2026-09-07 18:59:28.512 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-fip 2026-09-07 18:59:28.512 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-07 18:59:28.513 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-07 18:59:28.513 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-07 18:59:28.514 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-07 18:59:28.515 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-07 18:59:28.516 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-pps 2026-09-07 18:59:28.516 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-07 18:59:28.517 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-07 18:59:28.517 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: qos-rules-alias 2026-09-07 18:59:28.518 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: quota-check-limit 2026-09-07 18:59:28.518 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: quota-check-limit-default 2026-09-07 18:59:28.521 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: quotas 2026-09-07 18:59:28.522 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: quota_details 2026-09-07 18:59:28.522 8 WARNING stevedore.named [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-07 18:59:28.524 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: rbac-policies 2026-09-07 18:59:28.524 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: rbac-address-group 2026-09-07 18:59:28.525 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: rbac-address-scope 2026-09-07 18:59:28.526 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: rbac-security-groups 2026-09-07 18:59:28.526 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-07 18:59:28.527 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: revision-if-match 2026-09-07 18:59:28.528 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-07 18:59:28.529 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: router_availability_zone 2026-09-07 18:59:28.530 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-09-07 18:59:28.530 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-07 18:59:28.532 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-07 18:59:28.533 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-09-07 18:59:28.533 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-07 18:59:28.534 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-07 18:59:28.535 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-07 18:59:28.535 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-07 18:59:28.536 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-07 18:59:28.541 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: security-group 2026-09-07 18:59:28.543 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: segment 2026-09-07 18:59:28.543 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-07 18:59:28.544 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: service-type 2026-09-07 18:59:28.545 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: sorting 2026-09-07 18:59:28.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-07 18:59:28.545 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: tapmirror 2026-09-07 18:59:28.545 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: standard-attr-segment 2026-09-07 18:59:28.546 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: standard-attr-description 2026-09-07 18:59:28.547 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: stateful-security-group 2026-09-07 18:59:28.547 7 WARNING neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-07 18:59:28.548 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-07 18:59:28.548 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: subnet-external-network 2026-09-07 18:59:28.550 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: subnet_onboard 2026-09-07 18:59:28.550 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-07 18:59:28.551 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: subnet-service-types 2026-09-07 18:59:28.551 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: subnet_allocation 2026-09-07 18:59:28.552 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-07 18:59:28.553 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: tag-creation 2026-09-07 18:59:28.553 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-07 18:59:28.557 8 WARNING stevedore.named [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-07 18:59:28.558 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: standard-attr-tag 2026-09-07 18:59:28.559 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-07 18:59:28.560 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: trunk 2026-09-07 18:59:28.560 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: trunk-details 2026-09-07 18:59:28.561 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-07 18:59:28.561 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-07 18:59:28.562 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-07 18:59:28.563 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-07 18:59:28.564 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-07 18:59:28.565 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-07 18:59:28.566 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: vpn-flavors 2026-09-07 18:59:28.567 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: vpnaas 2026-09-07 18:59:28.568 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: taas 2026-09-07 18:59:28.569 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: tap-mirror 2026-09-07 18:59:28.570 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-09-07 18:59:28.571 7 INFO neutron.api.extensions [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Loaded extension: taas-vlan-filter 2026-09-07 18:59:28.573 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-07 18:59:28.573 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-07 18:59:28.573 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.573 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-07 18:59:28.575 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-09-07 18:59:28.577 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 18:59:28.577 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 18:59:28.581 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 18:59:28.582 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 18:59:28.582 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 18:59:28.583 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.583 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] subnetpool is already registered 2026-09-07 18:59:28.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-07 18:59:28.583 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: auto_allocate 2026-09-07 18:59:28.583 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.583 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] subnetpool is already registered 2026-09-07 18:59:28.584 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 18:59:28.584 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 18:59:28.585 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 18:59:28.585 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 18:59:28.585 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 18:59:28.586 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 18:59:28.586 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 18:59:28.586 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] ipsecpolicy is already registered 2026-09-07 18:59:28.586 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 18:59:28.587 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] ikepolicy is already registered 2026-09-07 18:59:28.589 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: tag 2026-09-07 18:59:28.591 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-09-07 18:59:28.591 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] router_route is already registered 2026-09-07 18:59:28.592 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 18:59:28.592 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] router is already registered 2026-09-07 18:59:28.592 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 18:59:28.593 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] floatingip is already registered 2026-09-07 18:59:28.596 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 18:59:28.596 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] rbac_policy is already registered 2026-09-07 18:59:28.597 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 18:59:28.597 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: timestamp 2026-09-07 18:59:28.597 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] security_group is already registered 2026-09-07 18:59:28.597 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 18:59:28.598 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] security_group_rule is already registered 2026-09-07 18:59:28.598 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.598 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] subnetpool is already registered 2026-09-07 18:59:28.599 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.599 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] subnetpool is already registered 2026-09-07 18:59:28.599 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 18:59:28.599 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] trunk is already registered 2026-09-07 18:59:28.600 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: network_ip_availability 2026-09-07 18:59:28.600 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 18:59:28.600 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] ikepolicy is already registered 2026-09-07 18:59:28.600 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 18:59:28.600 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] ipsecpolicy is already registered 2026-09-07 18:59:28.601 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 18:59:28.601 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] endpoint_group is already registered 2026-09-07 18:59:28.601 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 18:59:28.601 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] vpnservice is already registered 2026-09-07 18:59:28.602 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 18:59:28.602 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] ipsec_site_connection is already registered 2026-09-07 18:59:28.602 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 18:59:28.602 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] ipsecpolicy is already registered 2026-09-07 18:59:28.602 7 INFO neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 18:59:28.603 7 WARNING neutron.quota.resource_registry [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] ikepolicy is already registered 2026-09-07 18:59:28.604 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: flavors 2026-09-07 18:59:28.607 8 INFO neutron.manager [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loading Plugin: revisions 2026-09-07 18:59:28.611 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Initializing extension manager. 2026-09-07 18:59:28.612 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: aap-reject-multicast 2026-09-07 18:59:28.613 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: address-group 2026-09-07 18:59:28.614 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: address-scope 2026-09-07 18:59:28.614 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-07 18:59:28.615 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: agent 2026-09-07 18:59:28.615 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: agent-resources-synced 2026-09-07 18:59:28.616 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: agent_sort_key 2026-09-07 18:59:28.617 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: allowed-address-pairs 2026-09-07 18:59:28.618 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: auto-allocated-topology 2026-09-07 18:59:28.618 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: availability_zone 2026-09-07 18:59:28.619 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: availability_zone_filter 2026-09-07 18:59:28.619 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-07 18:59:28.620 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: default-subnetpools 2026-09-07 18:59:28.622 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-07 18:59:28.622 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: dns-integration 2026-09-07 18:59:28.623 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: dns-domain-ports 2026-09-07 18:59:28.623 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-07 18:59:28.625 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: dvr 2026-09-07 18:59:28.626 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-07 18:59:28.626 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: empty-string-filtering 2026-09-07 18:59:28.627 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-09-07 18:59:28.627 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 18:59:28.628 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-07 18:59:28.629 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: external-net 2026-09-07 18:59:28.629 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-07 18:59:28.630 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: extraroute 2026-09-07 18:59:28.630 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: extraroute-atomic 2026-09-07 18:59:28.631 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: filter-validation 2026-09-07 18:59:28.631 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-07 18:59:28.632 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-07 18:59:28.632 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-07 18:59:28.633 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: fip-port-details 2026-09-07 18:59:28.633 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: flavors 2026-09-07 18:59:28.634 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-07 18:59:28.635 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: floatingip-pools 2026-09-07 18:59:28.635 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: ip_allocation 2026-09-07 18:59:28.636 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: ip-substring-filtering 2026-09-07 18:59:28.636 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: l2_adjacency 2026-09-07 18:59:28.637 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: router 2026-09-07 18:59:28.638 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-09-07 18:59:28.639 7 WARNING keystonemiddleware._common.config [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-07 18:59:28.640 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-07 18:59:28.640 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-07 18:59:28.641 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-07 18:59:28.641 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: ext-gw-mode 2026-09-07 18:59:28.642 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: l3-ha 2026-09-07 18:59:28.642 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-07 18:59:28.643 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-07 18:59:28.643 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: l3-flavors 2026-09-07 18:59:28.644 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-07 18:59:28.644 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-07 18:59:28.645 7 WARNING keystonemiddleware.auth_token [None req-067651b4-2260-4211-8a8f-83427ccf8bc7 - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint 2026-09-07 18:59:28.647 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: l3_agent_scheduler WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f7e67b39668 pid: 7 (default app) 2026-09-07 18:59:28.648 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-07 18:59:28.649 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-07 18:59:28.650 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-07 18:59:28.650 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-07 18:59:28.651 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: multi-provider 2026-09-07 18:59:28.651 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: net-mtu 2026-09-07 18:59:28.652 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: net-mtu-writable 2026-09-07 18:59:28.652 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: network_availability_zone 2026-09-07 18:59:28.653 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: network_ha 2026-09-07 18:59:28.653 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: network-ip-availability 2026-09-07 18:59:28.654 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: network-ip-availability-details 2026-09-07 18:59:28.655 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-07 18:59:28.655 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: pagination 2026-09-07 18:59:28.656 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-device-profile 2026-09-07 18:59:28.657 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-07 18:59:28.657 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-07 18:59:28.657 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-07 18:59:28.658 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-mac-override 2026-09-07 18:59:28.658 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-07 18:59:28.659 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-07 18:59:28.659 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-07 18:59:28.660 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-resource-request 2026-09-07 18:59:28.661 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-resource-request-groups 2026-09-07 18:59:28.661 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-07 18:59:28.662 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: binding 2026-09-07 18:59:28.662 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: binding-extended 2026-09-07 18:59:28.663 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-security 2026-09-07 18:59:28.663 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: project-id 2026-09-07 18:59:28.664 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: provider 2026-09-07 18:59:28.664 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-09-07 18:59:28.665 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-09-07 18:59:28.667 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos 2026-09-07 18:59:28.667 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-07 18:59:28.668 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-07 18:59:28.668 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-default 2026-09-07 18:59:28.669 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-fip 2026-09-07 18:59:28.669 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-07 18:59:28.670 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-gateway-ip 2026-09-07 18:59:28.670 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-port-network-policy 2026-09-07 18:59:28.671 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-pps-minimum 2026-09-07 18:59:28.671 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-07 18:59:28.672 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-pps 2026-09-07 18:59:28.672 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-rule-type-details 2026-09-07 18:59:28.673 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-07 18:59:28.674 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: qos-rules-alias 2026-09-07 18:59:28.674 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: quota-check-limit 2026-09-07 18:59:28.674 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: quota-check-limit-default 2026-09-07 18:59:28.676 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: quotas 2026-09-07 18:59:28.677 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: quota_details 2026-09-07 18:59:28.679 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: rbac-policies 2026-09-07 18:59:28.679 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: rbac-address-group 2026-09-07 18:59:28.680 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: rbac-address-scope 2026-09-07 18:59:28.680 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: rbac-security-groups 2026-09-07 18:59:28.681 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: rbac-subnetpool 2026-09-07 18:59:28.681 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: revision-if-match 2026-09-07 18:59:28.682 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: standard-attr-revisions 2026-09-07 18:59:28.682 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: router_availability_zone 2026-09-07 18:59:28.683 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-09-07 18:59:28.683 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-07 18:59:28.685 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: security-groups-default-rules 2026-09-07 18:59:28.686 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-09-07 18:59:28.686 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-07 18:59:28.687 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-07 18:59:28.687 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-07 18:59:28.688 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-07 18:59:28.688 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-07 18:59:28.692 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: security-group 2026-09-07 18:59:28.694 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: segment 2026-09-07 18:59:28.694 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-07 18:59:28.695 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: service-type 2026-09-07 18:59:28.695 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: sorting 2026-09-07 18:59:28.696 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: standard-attr-segment 2026-09-07 18:59:28.696 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: standard-attr-description 2026-09-07 18:59:28.697 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: stateful-security-group 2026-09-07 18:59:28.697 8 WARNING neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-07 18:59:28.698 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-07 18:59:28.698 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: subnet-external-network 2026-09-07 18:59:28.699 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: subnet_onboard 2026-09-07 18:59:28.699 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-07 18:59:28.700 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: subnet-service-types 2026-09-07 18:59:28.700 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: subnet_allocation 2026-09-07 18:59:28.701 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-07 18:59:28.702 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: tag-creation 2026-09-07 18:59:28.703 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-07 18:59:28.707 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: standard-attr-tag 2026-09-07 18:59:28.707 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-07 18:59:28.708 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: trunk 2026-09-07 18:59:28.709 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: trunk-details 2026-09-07 18:59:28.709 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-07 18:59:28.709 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-07 18:59:28.710 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-07 18:59:28.711 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-07 18:59:28.713 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-07 18:59:28.713 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-07 18:59:28.714 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: vpn-flavors 2026-09-07 18:59:28.716 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: vpnaas 2026-09-07 18:59:28.717 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: taas 2026-09-07 18:59:28.718 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: tap-mirror 2026-09-07 18:59:28.719 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-09-07 18:59:28.719 8 INFO neutron.api.extensions [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Loaded extension: taas-vlan-filter 2026-09-07 18:59:28.721 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-07 18:59:28.722 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-07 18:59:28.722 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.722 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-07 18:59:28.726 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-09-07 18:59:28.728 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 18:59:28.728 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 18:59:28.732 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 18:59:28.732 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 18:59:28.733 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 18:59:28.734 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.734 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] subnetpool is already registered 2026-09-07 18:59:28.734 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.734 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] subnetpool is already registered 2026-09-07 18:59:28.735 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 18:59:28.735 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 18:59:28.735 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 18:59:28.736 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 18:59:28.736 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 18:59:28.737 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 18:59:28.737 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 18:59:28.737 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] ipsecpolicy is already registered 2026-09-07 18:59:28.737 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 18:59:28.738 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] ikepolicy is already registered 2026-09-07 18:59:28.741 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-09-07 18:59:28.741 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] router_route is already registered 2026-09-07 18:59:28.742 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-07 18:59:28.742 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] router is already registered 2026-09-07 18:59:28.743 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-07 18:59:28.743 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] floatingip is already registered 2026-09-07 18:59:28.746 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-07 18:59:28.746 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] rbac_policy is already registered 2026-09-07 18:59:28.747 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-07 18:59:28.747 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] security_group is already registered 2026-09-07 18:59:28.747 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-07 18:59:28.748 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] security_group_rule is already registered 2026-09-07 18:59:28.748 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.748 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] subnetpool is already registered 2026-09-07 18:59:28.749 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-07 18:59:28.749 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] subnetpool is already registered 2026-09-07 18:59:28.749 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-07 18:59:28.749 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] trunk is already registered 2026-09-07 18:59:28.750 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 18:59:28.750 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] ikepolicy is already registered 2026-09-07 18:59:28.750 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 18:59:28.750 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] ipsecpolicy is already registered 2026-09-07 18:59:28.751 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-07 18:59:28.751 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] endpoint_group is already registered 2026-09-07 18:59:28.751 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-07 18:59:28.751 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] vpnservice is already registered 2026-09-07 18:59:28.752 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-07 18:59:28.752 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] ipsec_site_connection is already registered 2026-09-07 18:59:28.752 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-07 18:59:28.752 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] ipsecpolicy is already registered 2026-09-07 18:59:28.753 8 INFO neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-07 18:59:28.753 8 WARNING neutron.quota.resource_registry [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] ikepolicy is already registered 2026-09-07 18:59:28.790 8 WARNING keystonemiddleware._common.config [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-07 18:59:28.796 8 WARNING keystonemiddleware.auth_token [None req-3b8640f2-d335-4cc1-a6c8-1df34189d4b9 - - - - - -] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f7e67b39668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 18:59:33.525 7 INFO neutron.pecan_wsgi.hooks.translation [None req-21eb7c82-d8d6-40c3-95fa-5ffb45171fbc 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 162.253.55.223 () {44 vars in 927 bytes} [Mon Sep 7 18:59:32 2026] GET /v2.0/networks/public => generated 108 bytes in 904 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 162.253.55.223 () {44 vars in 949 bytes} [Mon Sep 7 18:59:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 18:59:34.235 7 ERROR stevedore.extension [None req-48c597f5-288d-44a1-9539-185a52f1adcc 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-09-07 18:59:34.246 7 ERROR stevedore.extension [None req-48c597f5-288d-44a1-9539-185a52f1adcc 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-09-07 18:59:34.247 7 ERROR stevedore.extension [None req-48c597f5-288d-44a1-9539-185a52f1adcc 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-09-07 18:59:34.627 7 WARNING neutron.services.revisions.revision_plugin [None req-48c597f5-288d-44a1-9539-185a52f1adcc 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not find related network for resource to bump revision. 2026-09-07 18:59:34.653 7 INFO neutron.db.segments_db [None req-48c597f5-288d-44a1-9539-185a52f1adcc 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Added segment 2639309d-81d3-4bc8-b2e0-36308cfb1b7e of type flat for network f5d4cc36-daf8-4737-8118-73b586125ca8 2026-09-07 18:59:34.726 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48c597f5-288d-44a1-9539-185a52f1adcc 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 162.253.55.223 () {48 vars in 967 bytes} [Mon Sep 7 18:59:33 2026] POST /v2.0/networks => generated 124 bytes in 774 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 18:59:40.705 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cb80759-8bf5-4ed8-804f-bf3c159e0bca 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 162.253.55.223 () {44 vars in 927 bytes} [Mon Sep 7 18:59:40 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 162.253.55.223 () {44 vars in 949 bytes} [Mon Sep 7 18:59:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 18:59:40.844 7 WARNING neutron.services.revisions.revision_plugin [None req-3690b0eb-9959-425c-958e-aca089d3fbfd 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not find related network for resource to bump revision. 2026-09-07 18:59:40.862 7 INFO neutron.db.segments_db [None req-3690b0eb-9959-425c-958e-aca089d3fbfd 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Added segment ef16407f-8620-4366-b98a-d6b2a51c6db2 of type flat for network 5b4d0498-fca3-474d-926f-3a65b5608ede 2026-09-07 18:59:40.891 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3690b0eb-9959-425c-958e-aca089d3fbfd 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 162.253.55.223 () {48 vars in 967 bytes} [Mon Sep 7 18:59:40 2026] POST /v2.0/networks => generated 124 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 18:59:47.234 8 INFO neutron.pecan_wsgi.hooks.translation [None req-846f7586-2502-45e4-a9a6-13872bec574a 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 162.253.55.223 () {44 vars in 927 bytes} [Mon Sep 7 18:59:46 2026] GET /v2.0/networks/public => generated 108 bytes in 435 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 162.253.55.223 () {44 vars in 949 bytes} [Mon Sep 7 18:59:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 18:59:47.529 8 ERROR stevedore.extension [None req-6a9555c6-c145-4995-a776-ecda5c0536b7 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-09-07 18:59:47.541 8 ERROR stevedore.extension [None req-6a9555c6-c145-4995-a776-ecda5c0536b7 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-09-07 18:59:47.543 8 ERROR stevedore.extension [None req-6a9555c6-c145-4995-a776-ecda5c0536b7 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-09-07 18:59:47.743 8 WARNING neutron.services.revisions.revision_plugin [None req-6a9555c6-c145-4995-a776-ecda5c0536b7 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not find related network for resource to bump revision. 2026-09-07 18:59:47.764 8 INFO neutron.db.segments_db [None req-6a9555c6-c145-4995-a776-ecda5c0536b7 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Added segment 50b1b606-29a3-4c20-a1af-a1f690e2abbf of type flat for network b6054e92-59ed-419b-8a44-1a2f1b42b391 2026-09-07 18:59:47.809 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a9555c6-c145-4995-a776-ecda5c0536b7 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 162.253.55.223 () {48 vars in 967 bytes} [Mon Sep 7 18:59:47 2026] POST /v2.0/networks => generated 124 bytes in 541 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 18:59:53.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4f2b9a9-a2a3-4029-9bbd-58bd4a7f504c 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 162.253.55.223 () {44 vars in 927 bytes} [Mon Sep 7 18:59:53 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 162.253.55.223 () {44 vars in 949 bytes} [Mon Sep 7 18:59:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 18:59:53.756 8 WARNING neutron.services.revisions.revision_plugin [None req-d9f22f3f-a8ae-4d1b-a078-39cf02f1fd37 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not find related network for resource to bump revision. 2026-09-07 18:59:53.772 8 INFO neutron.db.segments_db [None req-d9f22f3f-a8ae-4d1b-a078-39cf02f1fd37 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Added segment d0e6808c-8b7e-4da9-b318-00dcbf03533b of type flat for network 05141c52-3ef1-492d-bbdb-08dd77a4ee2b 2026-09-07 18:59:53.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9f22f3f-a8ae-4d1b-a078-39cf02f1fd37 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 162.253.55.223 () {48 vars in 967 bytes} [Mon Sep 7 18:59:53 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 18:59:59.849 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e098ce8b-4201-4ec2-9101-7dd42c91350c 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 162.253.55.223 () {44 vars in 927 bytes} [Mon Sep 7 18:59:59 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 162.253.55.223 () {44 vars in 949 bytes} [Mon Sep 7 18:59:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 18:59:59.955 7 WARNING neutron.services.revisions.revision_plugin [None req-96cbd0f6-4629-4696-aafa-0a3f8fae2330 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Could not find related network for resource to bump revision. 2026-09-07 18:59:59.989 7 INFO neutron.db.segments_db [None req-96cbd0f6-4629-4696-aafa-0a3f8fae2330 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Added segment 0152380d-adec-4577-a0a3-6c0c01aaa49c of type flat for network 33de10c3-857e-43b0-8395-65ce8fc226f2 [pid: 7|app: 0|req: 12/20] 162.253.55.223 () {48 vars in 967 bytes} [Mon Sep 7 18:59:59 2026] POST /v2.0/networks => generated 706 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 19:00:01.505 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3005d50-a959-4329-ac4c-0ce9ac82f8dd 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 162.253.55.223 () {44 vars in 927 bytes} [Mon Sep 7 19:00:01 2026] GET /v2.0/networks/public => generated 108 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 162.253.55.223 () {44 vars in 949 bytes} [Mon Sep 7 19:00:01 2026] GET /v2.0/networks?name=public => generated 709 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 19:00:01.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c1370f5-c73c-40fc-a93d-a75a3a0eb01d 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 162.253.55.223 () {44 vars in 1034 bytes} [Mon Sep 7 19:00:01 2026] GET /v2.0/subnets/public-subnet?network_id=33de10c3-857e-43b0-8395-65ce8fc226f2 => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 162.253.55.223 () {44 vars in 1057 bytes} [Mon Sep 7 19:00:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=33de10c3-857e-43b0-8395-65ce8fc226f2 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 162.253.55.223 () {48 vars in 965 bytes} [Mon Sep 7 19:00:01 2026] POST /v2.0/subnets => generated 664 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 19:05:23.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30ab2c85-b554-469b-9f4c-f8933e7d4522 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/69] 162.253.55.223 () {44 vars in 937 bytes} [Mon Sep 7 19:05:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 233 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 162.253.55.223 () {44 vars in 959 bytes} [Mon Sep 7 19:05:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 19:05:23.456 8 INFO neutron.db.segments_db [None req-4e433913-61db-48a0-b905-0572f11cf004 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] Added segment ba4c3aa6-fcd2-42bd-837d-ca6735be80e0 of type vxlan for network ab170a2a-2e7c-4e20-88e8-8dc13b278934 [pid: 8|app: 0|req: 34/71] 162.253.55.223 () {48 vars in 966 bytes} [Mon Sep 7 19:05:23 2026] POST /v2.0/networks => generated 707 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 19:05:24.764 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2dd0ad50-d189-4907-9482-d6a8a5572eaa 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/72] 162.253.55.223 () {44 vars in 937 bytes} [Mon Sep 7 19:05:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 162.253.55.223 () {44 vars in 959 bytes} [Mon Sep 7 19:05:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 19:05:24.859 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7cd423ed-2271-4993-a760-59fdfa88f5bc 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 162.253.55.223 () {44 vars in 1036 bytes} [Mon Sep 7 19:05:24 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ab170a2a-2e7c-4e20-88e8-8dc13b278934 => generated 114 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 162.253.55.223 () {44 vars in 1059 bytes} [Mon Sep 7 19:05:24 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ab170a2a-2e7c-4e20-88e8-8dc13b278934 => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 162.253.55.223 () {48 vars in 965 bytes} [Mon Sep 7 19:05:24 2026] POST /v2.0/subnets => generated 651 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-07 19:05:26.711 8 INFO neutron.api.v2.resource [None req-4d0188d8-4557-4e50-a2e5-122ef0180774 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/77] 162.253.55.223 () {44 vars in 971 bytes} [Mon Sep 7 19:05:26 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 162.253.55.223 () {44 vars in 993 bytes} [Mon Sep 7 19:05:26 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 162.253.55.223 () {48 vars in 980 bytes} [Mon Sep 7 19:05:26 2026] POST /v2.0/security-groups => generated 1616 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:28 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 1616 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:28 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 1616 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:28 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 1616 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 162.253.55.223 () {48 vars in 991 bytes} [Mon Sep 7 19:05:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:29 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 2230 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:29 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 2230 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:29 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 2230 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 162.253.55.223 () {48 vars in 991 bytes} [Mon Sep 7 19:05:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:30 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 2846 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:30 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 2846 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:31 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 2846 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 162.253.55.223 () {48 vars in 991 bytes} [Mon Sep 7 19:05:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:32 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 3462 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:32 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 3462 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:32 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 3462 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 162.253.55.223 () {48 vars in 991 bytes} [Mon Sep 7 19:05:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:33 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 4078 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:33 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:33 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 4078 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 162.253.55.223 () {48 vars in 991 bytes} [Mon Sep 7 19:05:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 162.253.55.223 () {44 vars in 987 bytes} [Mon Sep 7 19:05:35 2026] GET /v2.0/networks/ab170a2a-2e7c-4e20-88e8-8dc13b278934 => generated 732 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 19:05:35.289 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e52c6745-60d4-45b8-83f6-6a6b375077c4 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/101] 162.253.55.223 () {44 vars in 1076 bytes} [Mon Sep 7 19:05:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ab170a2a-2e7c-4e20-88e8-8dc13b278934 => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 162.253.55.223 () {44 vars in 1099 bytes} [Mon Sep 7 19:05:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ab170a2a-2e7c-4e20-88e8-8dc13b278934 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:35 2026] GET /v2.0/security-groups/79a9ee2c-966e-4a95-9110-085567bc4f8e => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 162.253.55.223 () {48 vars in 961 bytes} [Mon Sep 7 19:05:35 2026] POST /v2.0/ports => generated 1100 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 19:05:44.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfa43520-174a-40d8-a45c-cf8acd6e5fd4 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/107] 162.253.55.223 () {44 vars in 980 bytes} [Mon Sep 7 19:05:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/108] 162.253.55.223 () {44 vars in 1002 bytes} [Mon Sep 7 19:05:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/109] 162.253.55.223 () {48 vars in 1032 bytes} [Mon Sep 7 19:05:45 2026] PUT /v2.0/ports/1b179c8b-9b52-4664-8670-0e9dcb417068 => generated 1249 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 162.253.55.223 () {44 vars in 920 bytes} [Mon Sep 7 19:05:47 2026] GET /v2.0/ports => generated 3730 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 19:05:49.056 7 INFO neutron.api.v2.resource [None req-5abeed6e-bd1b-47a6-be2b-74812cd8436a 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/111] 162.253.55.223 () {44 vars in 959 bytes} [Mon Sep 7 19:05:49 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 162.253.55.223 () {44 vars in 981 bytes} [Mon Sep 7 19:05:49 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 162.253.55.223 () {48 vars in 980 bytes} [Mon Sep 7 19:05:49 2026] POST /v2.0/security-groups => generated 1610 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:50 2026] GET /v2.0/security-groups/2d708422-e82f-4c38-980c-18ec7a5ef0c1 => generated 1610 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:50 2026] GET /v2.0/security-groups/2d708422-e82f-4c38-980c-18ec7a5ef0c1 => generated 1610 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:50 2026] GET /v2.0/security-groups/2d708422-e82f-4c38-980c-18ec7a5ef0c1 => generated 1610 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 162.253.55.223 () {48 vars in 991 bytes} [Mon Sep 7 19:05:50 2026] POST /v2.0/security-group-rules => generated 623 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:51 2026] GET /v2.0/security-groups/2d708422-e82f-4c38-980c-18ec7a5ef0c1 => generated 2246 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/119] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:51 2026] GET /v2.0/security-groups/2d708422-e82f-4c38-980c-18ec7a5ef0c1 => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 162.253.55.223 () {44 vars in 1001 bytes} [Mon Sep 7 19:05:51 2026] GET /v2.0/security-groups/2d708422-e82f-4c38-980c-18ec7a5ef0c1 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/121] 162.253.55.223 () {48 vars in 991 bytes} [Mon Sep 7 19:05:51 2026] POST /v2.0/security-group-rules => generated 627 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/132] 162.253.55.223 () {44 vars in 975 bytes} [Mon Sep 7 19:07:03 2026] GET /v2.0/quotas/41a606438510403c88e505c5a54745c4 => generated 312 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/133] 162.253.55.223 () {48 vars in 1027 bytes} [Mon Sep 7 19:07:04 2026] PUT /v2.0/quotas/41a606438510403c88e505c5a54745c4 => generated 311 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-07 19:09:36.580 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62f13b70-66e3-4cfd-9752-b2e89a14d1c5 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/154] 162.253.55.223 () {30 vars in 742 bytes} [Mon Sep 7 19:09:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 284 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 80/155] 162.253.55.223 () {30 vars in 764 bytes} [Mon Sep 7 19:09:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 19:09:38.972 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f6775bb-73f7-4971-825d-470b6268ac5d 11a803c77ebe43bfb5ead388369cc61e 41a606438510403c88e505c5a54745c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 82/158] 162.253.55.223 () {30 vars in 742 bytes} [Mon Sep 7 19:09:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/159] 162.253.55.223 () {30 vars in 764 bytes} [Mon Sep 7 19:09:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)