+ 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 [Fri Aug 28 22:29:16 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-75985fc865-rdt2m 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 0x7f083f204668 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-08-28 22:29:20.678 8 INFO neutron.common.config [-] Logging enabled! 2026-08-28 22:29:20.678 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-08-28 22:29:20.731 7 INFO neutron.common.config [-] Logging enabled! 2026-08-28 22:29:20.731 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev560 2026-08-28 22:29:21.795 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-28 22:29:21.885 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-28 22:29:23.162 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-28 22:29:23.164 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-28 22:29:23.168 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-28 22:29:23.169 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-28 22:29:23.169 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-28 22:29:23.169 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-08-28 22:29:23.169 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-08-28 22:29:23.170 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-28 22:29:23.177 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-28 22:29:23.177 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-28 22:29:23.177 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-28 22:29:23.198 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-28 22:29:23.199 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-28 22:29:23.199 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-28 22:29:23.229 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-28 22:29:23.229 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-28 22:29:23.229 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-28 22:29:23.229 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-28 22:29:23.320 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-28 22:29:23.323 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-28 22:29:23.327 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-28 22:29:23.327 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-28 22:29:23.328 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-28 22:29:23.328 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-08-28 22:29:23.328 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['vxlan'] 2026-08-28 22:29:23.328 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-28 22:29:23.336 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-28 22:29:23.336 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-28 22:29:23.336 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-28 22:29:23.358 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-28 22:29:23.360 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-28 22:29:23.360 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-28 22:29:23.391 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-28 22:29:23.391 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-28 22:29:23.392 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-28 22:29:23.392 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-28 22:29:23.804 8 INFO neutron.plugins.ml2.managers [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] Initializing driver for type 'vlan' 2026-08-28 22:29:23.944 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] VlanTypeDriver initialization complete 2026-08-28 22:29:23.944 8 INFO neutron.plugins.ml2.managers [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] Initializing driver for type 'vxlan' 2026-08-28 22:29:23.945 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-28 22:29:23.959 8 INFO neutron.plugins.ml2.managers [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-28 22:29:23.960 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-28 22:29:23.960 8 INFO neutron.plugins.ml2.managers [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] Initializing extension driver 'port_security' 2026-08-28 22:29:23.960 8 INFO neutron.plugins.ml2.extensions.port_security [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-28 22:29:23.960 8 INFO neutron.plugins.ml2.managers [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] Initializing extension driver 'qos' 2026-08-28 22:29:23.960 8 INFO neutron.plugins.ml2.managers [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-28 22:29:23.960 8 INFO neutron.plugins.ml2.managers [None req-92afe659-da36-49e1-9a02-dab69d65ac5f - - - - - -] Initializing mechanism driver 'l2population' 2026-08-28 22:29:23.971 7 INFO neutron.plugins.ml2.managers [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] Initializing driver for type 'vlan' 2026-08-28 22:29:23.972 8 INFO neutron.quota [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded quota_driver: . 2026-08-28 22:29:23.972 8 INFO neutron.plugins.ml2.plugin [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Modular L2 Plugin initialization complete 2026-08-28 22:29:23.972 8 INFO neutron.plugins.ml2.managers [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-28 22:29:23.972 8 INFO neutron.plugins.ml2.managers [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-28 22:29:23.973 8 INFO neutron.plugins.ml2.managers [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-28 22:29:23.973 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: qos 2026-08-28 22:29:23.986 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: router 2026-08-28 22:29:24.029 8 INFO neutron.services.service_base [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-28 22:29:24.029 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: segments 2026-08-28 22:29:24.112 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] VlanTypeDriver initialization complete 2026-08-28 22:29:24.112 7 INFO neutron.plugins.ml2.managers [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] Initializing driver for type 'vxlan' 2026-08-28 22:29:24.112 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-28 22:29:24.125 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: trunk 2026-08-28 22:29:24.126 7 INFO neutron.plugins.ml2.managers [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-28 22:29:24.126 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-28 22:29:24.126 7 INFO neutron.plugins.ml2.managers [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] Initializing extension driver 'port_security' 2026-08-28 22:29:24.126 7 INFO neutron.plugins.ml2.extensions.port_security [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-28 22:29:24.126 7 INFO neutron.plugins.ml2.managers [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] Initializing extension driver 'qos' 2026-08-28 22:29:24.126 7 INFO neutron.plugins.ml2.managers [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-28 22:29:24.127 7 INFO neutron.plugins.ml2.managers [None req-60dd73de-b7ee-41ac-9906-043c55da1bfb - - - - - -] Initializing mechanism driver 'l2population' 2026-08-28 22:29:24.139 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: vpnaas 2026-08-28 22:29:24.139 7 INFO neutron.quota [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded quota_driver: . 2026-08-28 22:29:24.139 7 INFO neutron.plugins.ml2.plugin [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Modular L2 Plugin initialization complete 2026-08-28 22:29:24.139 7 INFO neutron.plugins.ml2.managers [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-28 22:29:24.139 7 INFO neutron.plugins.ml2.managers [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-28 22:29:24.139 7 INFO neutron.plugins.ml2.managers [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-28 22:29:24.140 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: qos 2026-08-28 22:29:24.152 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: router 2026-08-28 22:29:24.176 8 WARNING stevedore.named [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-28 22:29:24.198 7 INFO neutron.services.service_base [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-28 22:29:24.199 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: segments 2026-08-28 22:29:24.249 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-28 22:29:24.249 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: taas 2026-08-28 22:29:24.271 8 WARNING stevedore.named [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-28 22:29:24.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-28 22:29:24.296 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: tapmirror 2026-08-28 22:29:24.305 8 WARNING stevedore.named [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-28 22:29:24.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-28 22:29:24.324 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: auto_allocate 2026-08-28 22:29:24.329 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: tag 2026-08-28 22:29:24.336 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: timestamp 2026-08-28 22:29:24.340 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: network_ip_availability 2026-08-28 22:29:24.345 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: flavors 2026-08-28 22:29:24.348 8 INFO neutron.manager [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loading Plugin: revisions 2026-08-28 22:29:24.351 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Initializing extension manager. 2026-08-28 22:29:24.353 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: aap-reject-multicast 2026-08-28 22:29:24.354 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: address-group 2026-08-28 22:29:24.355 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: address-scope 2026-08-28 22:29:24.355 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-28 22:29:24.356 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: agent 2026-08-28 22:29:24.356 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: agent-resources-synced 2026-08-28 22:29:24.357 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: agent_sort_key 2026-08-28 22:29:24.358 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-28 22:29:24.359 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-28 22:29:24.359 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: availability_zone 2026-08-28 22:29:24.360 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: availability_zone_filter 2026-08-28 22:29:24.360 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-28 22:29:24.361 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: default-subnetpools 2026-08-28 22:29:24.362 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-28 22:29:24.363 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: dns-integration 2026-08-28 22:29:24.363 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: dns-domain-ports 2026-08-28 22:29:24.363 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: trunk 2026-08-28 22:29:24.364 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-28 22:29:24.364 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: dvr 2026-08-28 22:29:24.365 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-28 22:29:24.365 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: empty-string-filtering 2026-08-28 22:29:24.366 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-08-28 22:29:24.366 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-28 22:29:24.367 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-28 22:29:24.367 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: external-net 2026-08-28 22:29:24.368 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-28 22:29:24.368 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: extraroute 2026-08-28 22:29:24.369 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: extraroute-atomic 2026-08-28 22:29:24.370 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: filter-validation 2026-08-28 22:29:24.370 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-28 22:29:24.371 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-28 22:29:24.372 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-28 22:29:24.373 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: fip-port-details 2026-08-28 22:29:24.373 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: flavors 2026-08-28 22:29:24.374 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-28 22:29:24.375 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: floatingip-pools 2026-08-28 22:29:24.376 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: ip_allocation 2026-08-28 22:29:24.376 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-28 22:29:24.377 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: l2_adjacency 2026-08-28 22:29:24.378 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: router 2026-08-28 22:29:24.378 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-08-28 22:29:24.380 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-28 22:29:24.380 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-28 22:29:24.381 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-28 22:29:24.381 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: ext-gw-mode 2026-08-28 22:29:24.382 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: l3-ha 2026-08-28 22:29:24.382 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-28 22:29:24.383 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-28 22:29:24.383 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: l3-flavors 2026-08-28 22:29:24.384 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-28 22:29:24.384 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-28 22:29:24.387 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-28 22:29:24.388 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-28 22:29:24.389 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-28 22:29:24.390 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-28 22:29:24.391 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-28 22:29:24.391 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: multi-provider 2026-08-28 22:29:24.392 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: net-mtu 2026-08-28 22:29:24.392 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: net-mtu-writable 2026-08-28 22:29:24.393 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: network_availability_zone 2026-08-28 22:29:24.394 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: network_ha 2026-08-28 22:29:24.394 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: network-ip-availability 2026-08-28 22:29:24.395 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: network-ip-availability-details 2026-08-28 22:29:24.396 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-28 22:29:24.396 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: pagination 2026-08-28 22:29:24.397 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-device-profile 2026-08-28 22:29:24.396 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: vpnaas 2026-08-28 22:29:24.397 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-28 22:29:24.398 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-28 22:29:24.398 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-28 22:29:24.399 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-mac-override 2026-08-28 22:29:24.399 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-28 22:29:24.399 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-28 22:29:24.400 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-28 22:29:24.400 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-resource-request 2026-08-28 22:29:24.401 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-28 22:29:24.402 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-28 22:29:24.402 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: binding 2026-08-28 22:29:24.403 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: binding-extended 2026-08-28 22:29:24.403 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-security 2026-08-28 22:29:24.404 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: project-id 2026-08-28 22:29:24.404 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: provider 2026-08-28 22:29:24.405 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-08-28 22:29:24.405 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-28 22:29:24.407 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos 2026-08-28 22:29:24.408 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-28 22:29:24.409 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-28 22:29:24.409 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-default 2026-08-28 22:29:24.410 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-fip 2026-08-28 22:29:24.410 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-28 22:29:24.410 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-28 22:29:24.411 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-28 22:29:24.412 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-28 22:29:24.412 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-28 22:29:24.413 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-pps 2026-08-28 22:29:24.413 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-28 22:29:24.414 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-28 22:29:24.414 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: qos-rules-alias 2026-08-28 22:29:24.415 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: quota-check-limit 2026-08-28 22:29:24.415 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-28 22:29:24.417 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: quotas 2026-08-28 22:29:24.418 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: quota_details 2026-08-28 22:29:24.420 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: rbac-policies 2026-08-28 22:29:24.420 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: rbac-address-group 2026-08-28 22:29:24.421 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: rbac-address-scope 2026-08-28 22:29:24.422 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: rbac-security-groups 2026-08-28 22:29:24.422 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-28 22:29:24.423 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: revision-if-match 2026-08-28 22:29:24.423 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-28 22:29:24.424 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: router_availability_zone 2026-08-28 22:29:24.424 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-08-28 22:29:24.425 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-28 22:29:24.427 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-28 22:29:24.427 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-08-28 22:29:24.428 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-28 22:29:24.428 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-28 22:29:24.429 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-28 22:29:24.429 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-28 22:29:24.430 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-28 22:29:24.434 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: security-group 2026-08-28 22:29:24.435 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: segment 2026-08-28 22:29:24.436 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-28 22:29:24.436 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: service-type 2026-08-28 22:29:24.437 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: sorting 2026-08-28 22:29:24.437 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: standard-attr-segment 2026-08-28 22:29:24.438 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: standard-attr-description 2026-08-28 22:29:24.438 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: stateful-security-group 2026-08-28 22:29:24.439 8 WARNING neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-28 22:29:24.439 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-28 22:29:24.440 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: subnet-external-network 2026-08-28 22:29:24.440 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: subnet_onboard 2026-08-28 22:29:24.441 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-28 22:29:24.441 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: subnet-service-types 2026-08-28 22:29:24.442 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: subnet_allocation 2026-08-28 22:29:24.443 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-28 22:29:24.443 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: tag-creation 2026-08-28 22:29:24.444 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-28 22:29:24.447 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: standard-attr-tag 2026-08-28 22:29:24.448 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-28 22:29:24.449 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: trunk 2026-08-28 22:29:24.449 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: trunk-details 2026-08-28 22:29:24.450 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-28 22:29:24.450 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-28 22:29:24.451 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-28 22:29:24.451 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-28 22:29:24.453 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-28 22:29:24.453 7 WARNING stevedore.named [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-28 22:29:24.454 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-28 22:29:24.454 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: vpn-flavors 2026-08-28 22:29:24.456 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: vpnaas 2026-08-28 22:29:24.457 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: taas 2026-08-28 22:29:24.458 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: tap-mirror 2026-08-28 22:29:24.459 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-08-28 22:29:24.459 8 INFO neutron.api.extensions [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-28 22:29:24.461 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-28 22:29:24.462 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-28 22:29:24.462 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.462 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-28 22:29:24.465 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-28 22:29:24.466 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-28 22:29:24.467 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-28 22:29:24.471 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-28 22:29:24.471 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-28 22:29:24.472 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-28 22:29:24.473 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.473 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] subnetpool is already registered 2026-08-28 22:29:24.473 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.473 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] subnetpool is already registered 2026-08-28 22:29:24.474 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-28 22:29:24.474 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-28 22:29:24.474 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-28 22:29:24.475 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-28 22:29:24.475 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-28 22:29:24.476 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-28 22:29:24.476 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-28 22:29:24.476 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] ipsecpolicy is already registered 2026-08-28 22:29:24.477 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-28 22:29:24.477 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] ikepolicy is already registered 2026-08-28 22:29:24.480 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-28 22:29:24.480 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] router_route is already registered 2026-08-28 22:29:24.481 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-28 22:29:24.482 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] router is already registered 2026-08-28 22:29:24.482 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-28 22:29:24.482 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] floatingip is already registered 2026-08-28 22:29:24.486 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-28 22:29:24.486 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] rbac_policy is already registered 2026-08-28 22:29:24.487 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-28 22:29:24.487 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] security_group is already registered 2026-08-28 22:29:24.487 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-28 22:29:24.487 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] security_group_rule is already registered 2026-08-28 22:29:24.488 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.488 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] subnetpool is already registered 2026-08-28 22:29:24.488 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.489 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] subnetpool is already registered 2026-08-28 22:29:24.489 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-28 22:29:24.489 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] trunk is already registered 2026-08-28 22:29:24.490 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-28 22:29:24.490 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] ikepolicy is already registered 2026-08-28 22:29:24.490 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-28 22:29:24.490 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] ipsecpolicy is already registered 2026-08-28 22:29:24.490 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-28 22:29:24.491 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] endpoint_group is already registered 2026-08-28 22:29:24.491 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-28 22:29:24.491 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] vpnservice is already registered 2026-08-28 22:29:24.491 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-28 22:29:24.492 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] ipsec_site_connection is already registered 2026-08-28 22:29:24.492 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-28 22:29:24.492 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] ipsecpolicy is already registered 2026-08-28 22:29:24.492 8 INFO neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-28 22:29:24.492 8 WARNING neutron.quota.resource_registry [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] ikepolicy is already registered 2026-08-28 22:29:24.522 7 INFO neutron_vpnaas.services.vpn.plugin [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-28 22:29:24.523 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: taas 2026-08-28 22:29:24.530 8 WARNING keystonemiddleware._common.config [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-28 22:29:24.536 8 WARNING keystonemiddleware.auth_token [None req-f1214663-926a-46c4-96d2-c9ee40430a83 - - - - - -] 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 0x7f083f204668 pid: 8 (default app) 2026-08-28 22:29:24.551 7 WARNING stevedore.named [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-28 22:29:24.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-28 22:29:24.574 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: tapmirror 2026-08-28 22:29:24.587 7 WARNING stevedore.named [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-28 22:29:24.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-28 22:29:24.607 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: auto_allocate 2026-08-28 22:29:24.615 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: tag 2026-08-28 22:29:24.623 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: timestamp 2026-08-28 22:29:24.626 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: network_ip_availability 2026-08-28 22:29:24.633 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: flavors 2026-08-28 22:29:24.636 7 INFO neutron.manager [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loading Plugin: revisions 2026-08-28 22:29:24.640 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Initializing extension manager. 2026-08-28 22:29:24.641 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: aap-reject-multicast 2026-08-28 22:29:24.642 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: address-group 2026-08-28 22:29:24.643 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: address-scope 2026-08-28 22:29:24.643 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-28 22:29:24.644 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: agent 2026-08-28 22:29:24.645 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: agent-resources-synced 2026-08-28 22:29:24.645 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: agent_sort_key 2026-08-28 22:29:24.646 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-28 22:29:24.647 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-28 22:29:24.648 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: availability_zone 2026-08-28 22:29:24.648 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: availability_zone_filter 2026-08-28 22:29:24.649 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-28 22:29:24.649 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: default-subnetpools 2026-08-28 22:29:24.651 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-28 22:29:24.652 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: dns-integration 2026-08-28 22:29:24.652 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: dns-domain-ports 2026-08-28 22:29:24.653 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-28 22:29:24.654 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: dvr 2026-08-28 22:29:24.654 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-28 22:29:24.655 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: empty-string-filtering 2026-08-28 22:29:24.655 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension evpn not supported by any of loaded plugins 2026-08-28 22:29:24.656 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-28 22:29:24.657 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-28 22:29:24.657 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: external-net 2026-08-28 22:29:24.657 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-28 22:29:24.658 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: extraroute 2026-08-28 22:29:24.659 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: extraroute-atomic 2026-08-28 22:29:24.659 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: filter-validation 2026-08-28 22:29:24.660 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-28 22:29:24.660 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-28 22:29:24.661 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-28 22:29:24.661 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: fip-port-details 2026-08-28 22:29:24.662 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: flavors 2026-08-28 22:29:24.663 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-28 22:29:24.664 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: floatingip-pools 2026-08-28 22:29:24.664 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: ip_allocation 2026-08-28 22:29:24.665 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-28 22:29:24.665 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: l2_adjacency 2026-08-28 22:29:24.666 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: router 2026-08-28 22:29:24.667 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension l3-agent-scheduler-ha-chassis-priority not supported by any of loaded plugins 2026-08-28 22:29:24.669 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-28 22:29:24.670 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-28 22:29:24.670 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-28 22:29:24.671 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: ext-gw-mode 2026-08-28 22:29:24.671 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: l3-ha 2026-08-28 22:29:24.672 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-28 22:29:24.672 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-28 22:29:24.673 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: l3-flavors 2026-08-28 22:29:24.674 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-28 22:29:24.674 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-28 22:29:24.677 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-28 22:29:24.678 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-28 22:29:24.679 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-28 22:29:24.680 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-28 22:29:24.681 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-28 22:29:24.681 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: multi-provider 2026-08-28 22:29:24.682 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: net-mtu 2026-08-28 22:29:24.682 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: net-mtu-writable 2026-08-28 22:29:24.683 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: network_availability_zone 2026-08-28 22:29:24.684 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: network_ha 2026-08-28 22:29:24.684 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: network-ip-availability 2026-08-28 22:29:24.685 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: network-ip-availability-details 2026-08-28 22:29:24.686 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-28 22:29:24.686 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: pagination 2026-08-28 22:29:24.687 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-device-profile 2026-08-28 22:29:24.687 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-28 22:29:24.688 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-28 22:29:24.689 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-28 22:29:24.689 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-mac-override 2026-08-28 22:29:24.690 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-28 22:29:24.690 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-28 22:29:24.691 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-28 22:29:24.691 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-resource-request 2026-08-28 22:29:24.692 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-28 22:29:24.692 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-28 22:29:24.693 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: binding 2026-08-28 22:29:24.694 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: binding-extended 2026-08-28 22:29:24.694 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-security 2026-08-28 22:29:24.695 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: project-id 2026-08-28 22:29:24.695 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: provider 2026-08-28 22:29:24.696 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension pvlan not supported by any of loaded plugins 2026-08-28 22:29:24.697 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-28 22:29:24.699 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos 2026-08-28 22:29:24.700 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-28 22:29:24.700 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-28 22:29:24.701 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-default 2026-08-28 22:29:24.701 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-fip 2026-08-28 22:29:24.702 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-28 22:29:24.702 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-28 22:29:24.703 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-28 22:29:24.703 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-28 22:29:24.704 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-28 22:29:24.705 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-pps 2026-08-28 22:29:24.705 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-28 22:29:24.706 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-28 22:29:24.706 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: qos-rules-alias 2026-08-28 22:29:24.707 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: quota-check-limit 2026-08-28 22:29:24.707 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-28 22:29:24.709 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: quotas 2026-08-28 22:29:24.710 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: quota_details 2026-08-28 22:29:24.712 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: rbac-policies 2026-08-28 22:29:24.712 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: rbac-address-group 2026-08-28 22:29:24.713 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: rbac-address-scope 2026-08-28 22:29:24.713 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: rbac-security-groups 2026-08-28 22:29:24.714 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-28 22:29:24.714 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: revision-if-match 2026-08-28 22:29:24.715 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-28 22:29:24.716 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: router_availability_zone 2026-08-28 22:29:24.716 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension router-enable-snat not supported by any of loaded plugins 2026-08-28 22:29:24.716 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-28 22:29:24.718 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-28 22:29:24.720 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: security-groups-default-statefulness 2026-08-28 22:29:24.720 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-28 22:29:24.721 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-28 22:29:24.721 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-28 22:29:24.721 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-28 22:29:24.722 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-28 22:29:24.726 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: security-group 2026-08-28 22:29:24.727 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: segment 2026-08-28 22:29:24.728 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-28 22:29:24.729 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: service-type 2026-08-28 22:29:24.729 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: sorting 2026-08-28 22:29:24.729 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: standard-attr-segment 2026-08-28 22:29:24.730 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: standard-attr-description 2026-08-28 22:29:24.731 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: stateful-security-group 2026-08-28 22:29:24.731 7 WARNING neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-28 22:29:24.731 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-28 22:29:24.732 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: subnet-external-network 2026-08-28 22:29:24.732 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: subnet_onboard 2026-08-28 22:29:24.733 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-28 22:29:24.733 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: subnet-service-types 2026-08-28 22:29:24.734 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: subnet_allocation 2026-08-28 22:29:24.735 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-28 22:29:24.735 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: tag-creation 2026-08-28 22:29:24.736 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-28 22:29:24.740 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: standard-attr-tag 2026-08-28 22:29:24.741 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-28 22:29:24.741 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: trunk 2026-08-28 22:29:24.742 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: trunk-details 2026-08-28 22:29:24.742 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-28 22:29:24.743 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-28 22:29:24.743 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-28 22:29:24.744 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-28 22:29:24.746 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-28 22:29:24.746 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-28 22:29:24.747 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: vpn-flavors 2026-08-28 22:29:24.748 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: vpnaas 2026-08-28 22:29:24.750 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: taas 2026-08-28 22:29:24.751 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: tap-mirror 2026-08-28 22:29:24.751 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-08-28 22:29:24.752 7 INFO neutron.api.extensions [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-28 22:29:24.754 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-28 22:29:24.754 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-28 22:29:24.755 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.755 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-28 22:29:24.759 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-28 22:29:24.760 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-28 22:29:24.761 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-28 22:29:24.765 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-28 22:29:24.765 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-28 22:29:24.766 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-28 22:29:24.767 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.767 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] subnetpool is already registered 2026-08-28 22:29:24.767 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.767 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] subnetpool is already registered 2026-08-28 22:29:24.768 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-28 22:29:24.768 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-28 22:29:24.768 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-28 22:29:24.769 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-28 22:29:24.769 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-28 22:29:24.769 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-28 22:29:24.770 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-28 22:29:24.770 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] ipsecpolicy is already registered 2026-08-28 22:29:24.770 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-28 22:29:24.770 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] ikepolicy is already registered 2026-08-28 22:29:24.774 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:router_route 2026-08-28 22:29:24.774 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] router_route is already registered 2026-08-28 22:29:24.775 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-28 22:29:24.775 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] router is already registered 2026-08-28 22:29:24.775 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-28 22:29:24.776 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] floatingip is already registered 2026-08-28 22:29:24.779 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-28 22:29:24.779 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] rbac_policy is already registered 2026-08-28 22:29:24.780 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-28 22:29:24.780 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] security_group is already registered 2026-08-28 22:29:24.780 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-28 22:29:24.781 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] security_group_rule is already registered 2026-08-28 22:29:24.781 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.782 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] subnetpool is already registered 2026-08-28 22:29:24.782 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-28 22:29:24.782 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] subnetpool is already registered 2026-08-28 22:29:24.783 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-28 22:29:24.783 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] trunk is already registered 2026-08-28 22:29:24.783 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-28 22:29:24.783 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] ikepolicy is already registered 2026-08-28 22:29:24.784 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-28 22:29:24.784 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] ipsecpolicy is already registered 2026-08-28 22:29:24.784 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-28 22:29:24.784 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] endpoint_group is already registered 2026-08-28 22:29:24.785 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-28 22:29:24.785 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] vpnservice is already registered 2026-08-28 22:29:24.785 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-28 22:29:24.785 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] ipsec_site_connection is already registered 2026-08-28 22:29:24.786 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-28 22:29:24.786 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] ipsecpolicy is already registered 2026-08-28 22:29:24.786 7 INFO neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-28 22:29:24.786 7 WARNING neutron.quota.resource_registry [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] ikepolicy is already registered 2026-08-28 22:29:24.825 7 WARNING keystonemiddleware._common.config [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-28 22:29:24.832 7 WARNING keystonemiddleware.auth_token [None req-01c05a80-650f-4502-832b-919b54a3ae88 - - - - - -] 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 0x7f083f204668 pid: 7 (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-08-28 22:29:29.696 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9fc819af-a58d-4c9e-b02c-f16035d336f8 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 162.253.55.5 () {44 vars in 920 bytes} [Fri Aug 28 22:29:28 2026] GET /v2.0/networks/public => generated 108 bytes in 870 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: 7|app: 0|req: 1/5] 162.253.55.5 () {44 vars in 942 bytes} [Fri Aug 28 22:29:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-28 22:29:30.369 8 ERROR stevedore.extension [None req-24425871-0c2c-42b9-a7b9-a7c51bd61ab5 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-28 22:29:30.371 8 ERROR stevedore.extension [None req-24425871-0c2c-42b9-a7b9-a7c51bd61ab5 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-08-28 22:29:30.372 8 ERROR stevedore.extension [None req-24425871-0c2c-42b9-a7b9-a7c51bd61ab5 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-28 22:29:30.653 8 WARNING neutron.services.revisions.revision_plugin [None req-24425871-0c2c-42b9-a7b9-a7c51bd61ab5 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not find related network for resource to bump revision. 2026-08-28 22:29:30.673 8 INFO neutron.db.segments_db [None req-24425871-0c2c-42b9-a7b9-a7c51bd61ab5 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Added segment b2b2da2e-e1f3-41a9-9cef-30b46dee6b0d of type flat for network 09600342-558d-45ee-ab94-1a4585d47e85 2026-08-28 22:29:30.715 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24425871-0c2c-42b9-a7b9-a7c51bd61ab5 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 162.253.55.5 () {48 vars in 960 bytes} [Fri Aug 28 22:29:30 2026] POST /v2.0/networks => generated 124 bytes in 612 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-28 22:29:37.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-254e41a3-1d0f-4700-92be-e7a76346242e 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 162.253.55.5 () {44 vars in 920 bytes} [Fri Aug 28 22:29:36 2026] GET /v2.0/networks/public => generated 108 bytes in 386 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 162.253.55.5 () {44 vars in 942 bytes} [Fri Aug 28 22:29:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-28 22:29:37.314 7 ERROR stevedore.extension [None req-d66e04f6-5652-4045-8f45-d393e1383254 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not load 'neutron-vpnaas': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-28 22:29:37.316 7 ERROR stevedore.extension [None req-d66e04f6-5652-4045-8f45-d393e1383254 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not load 'neutron-dynamic-routing': module 'neutron.conf.policies.base' has no attribute 'ADMIN' 2026-08-28 22:29:37.317 7 ERROR stevedore.extension [None req-d66e04f6-5652-4045-8f45-d393e1383254 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not load 'tap-as-a-service': module 'neutron.conf.policies.base' has no attribute 'ADMIN_OR_PROJECT_MEMBER' 2026-08-28 22:29:37.477 7 WARNING neutron.services.revisions.revision_plugin [None req-d66e04f6-5652-4045-8f45-d393e1383254 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not find related network for resource to bump revision. 2026-08-28 22:29:37.496 7 INFO neutron.db.segments_db [None req-d66e04f6-5652-4045-8f45-d393e1383254 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Added segment 9fea61e3-c889-4f3b-8bc0-9a34074b2073 of type flat for network 776f0ddd-5274-4f6a-82bd-df5b945c4803 2026-08-28 22:29:37.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d66e04f6-5652-4045-8f45-d393e1383254 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 162.253.55.5 () {48 vars in 960 bytes} [Fri Aug 28 22:29:37 2026] POST /v2.0/networks => generated 124 bytes in 464 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-28 22:29:43.420 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5846528d-d168-44e0-9441-a45089f34625 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 162.253.55.5 () {44 vars in 920 bytes} [Fri Aug 28 22:29:43 2026] GET /v2.0/networks/public => generated 108 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 162.253.55.5 () {44 vars in 942 bytes} [Fri Aug 28 22:29:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-28 22:29:43.511 7 WARNING neutron.services.revisions.revision_plugin [None req-0cc62a35-4207-45af-bb36-7d61b1735c6a 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not find related network for resource to bump revision. 2026-08-28 22:29:43.531 7 INFO neutron.db.segments_db [None req-0cc62a35-4207-45af-bb36-7d61b1735c6a 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Added segment 4f0c03f5-b46f-49b7-bc58-f51b296f7357 of type flat for network fa8aeac3-2963-4b15-99ca-ce43948a8626 2026-08-28 22:29:43.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0cc62a35-4207-45af-bb36-7d61b1735c6a 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 162.253.55.5 () {48 vars in 960 bytes} [Fri Aug 28 22:29:43 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-28 22:29:49.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ddd5804-c61d-4900-a84c-67241e289020 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 162.253.55.5 () {44 vars in 920 bytes} [Fri Aug 28 22:29:49 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 162.253.55.5 () {44 vars in 942 bytes} [Fri Aug 28 22:29:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-28 22:29:49.628 8 WARNING neutron.services.revisions.revision_plugin [None req-e0bcf6af-f328-4da9-92e4-c166803f28ca 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not find related network for resource to bump revision. 2026-08-28 22:29:49.669 8 INFO neutron.db.segments_db [None req-e0bcf6af-f328-4da9-92e4-c166803f28ca 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Added segment 5b2ad10c-e616-4ade-961f-129d5167ccd9 of type flat for network d8fce824-82e7-4af0-b65e-2d7c92343b52 2026-08-28 22:29:49.708 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0bcf6af-f328-4da9-92e4-c166803f28ca 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 162.253.55.5 () {48 vars in 960 bytes} [Fri Aug 28 22:29:49 2026] POST /v2.0/networks => generated 124 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-28 22:29:55.638 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f6e50eb-0051-4ac1-aad4-8eab064d35f8 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 162.253.55.5 () {44 vars in 920 bytes} [Fri Aug 28 22:29:55 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 162.253.55.5 () {44 vars in 942 bytes} [Fri Aug 28 22:29:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-28 22:29:55.754 8 WARNING neutron.services.revisions.revision_plugin [None req-ce845ab3-0c15-4fa1-b536-42c08d9aa5f2 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not find related network for resource to bump revision. 2026-08-28 22:29:55.776 8 INFO neutron.db.segments_db [None req-ce845ab3-0c15-4fa1-b536-42c08d9aa5f2 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Added segment 705bdda2-7825-4985-801c-1577a5858766 of type flat for network c58e1e31-9354-44eb-9f52-f3e05917e9be 2026-08-28 22:29:55.803 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce845ab3-0c15-4fa1-b536-42c08d9aa5f2 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 162.253.55.5 () {48 vars in 960 bytes} [Fri Aug 28 22:29:55 2026] POST /v2.0/networks => generated 124 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-28 22:30:01.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e42c8c3f-eca5-4228-9b09-3e4e47ca8f7f 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 162.253.55.5 () {44 vars in 920 bytes} [Fri Aug 28 22:30:01 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 162.253.55.5 () {44 vars in 942 bytes} [Fri Aug 28 22:30:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-28 22:30:01.833 7 WARNING neutron.services.revisions.revision_plugin [None req-e53b4edf-ce0d-4f04-a34c-a20686a2e612 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Could not find related network for resource to bump revision. 2026-08-28 22:30:01.864 7 INFO neutron.db.segments_db [None req-e53b4edf-ce0d-4f04-a34c-a20686a2e612 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Added segment 3859e54d-f610-48da-ba72-a2b64ce7d5a5 of type flat for network d54b843d-b71a-43a0-8e78-9da785ba5c94 [pid: 7|app: 0|req: 10/23] 162.253.55.5 () {48 vars in 960 bytes} [Fri Aug 28 22:30:01 2026] POST /v2.0/networks => generated 706 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-28 22:30:03.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a026228e-de9d-42bd-8cca-8106a91c0930 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 162.253.55.5 () {44 vars in 920 bytes} [Fri Aug 28 22:30:03 2026] GET /v2.0/networks/public => generated 108 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 162.253.55.5 () {44 vars in 942 bytes} [Fri Aug 28 22:30:03 2026] GET /v2.0/networks?name=public => generated 709 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-28 22:30:03.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-feca773b-6f62-4ff2-8f92-7bca0384e92c 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 162.253.55.5 () {44 vars in 1027 bytes} [Fri Aug 28 22:30:03 2026] GET /v2.0/subnets/public-subnet?network_id=d54b843d-b71a-43a0-8e78-9da785ba5c94 => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/27] 162.253.55.5 () {44 vars in 1050 bytes} [Fri Aug 28 22:30:03 2026] GET /v2.0/subnets?name=public-subnet&network_id=d54b843d-b71a-43a0-8e78-9da785ba5c94 => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 162.253.55.5 () {48 vars in 958 bytes} [Fri Aug 28 22:30:03 2026] POST /v2.0/subnets => generated 664 bytes in 1228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-28 22:35:19.656 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c579fae8-3681-4721-9c66-15dab89d4800 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/70] 162.253.55.5 () {44 vars in 930 bytes} [Fri Aug 28 22:35:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 247 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 162.253.55.5 () {44 vars in 952 bytes} [Fri Aug 28 22:35:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-28 22:35:19.750 8 INFO neutron.db.segments_db [None req-50c392a5-c47f-4101-b5d4-c729c6ad46fe 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] Added segment 2f16ed1b-a3c5-4bcc-b4a9-835bc4f7e8cd of type vxlan for network b538d0e8-5f25-498c-bf70-674e72fd505e [pid: 8|app: 0|req: 38/72] 162.253.55.5 () {48 vars in 959 bytes} [Fri Aug 28 22:35:19 2026] POST /v2.0/networks => generated 707 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-28 22:35:20.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2865a0b-6b60-4c43-9db9-a4b87f7940d3 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/73] 162.253.55.5 () {44 vars in 930 bytes} [Fri Aug 28 22:35:20 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 162.253.55.5 () {44 vars in 952 bytes} [Fri Aug 28 22:35:20 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-28 22:35:21.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1caea6c6-9aab-4bc8-adb7-5f09b0f98da9 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/75] 162.253.55.5 () {44 vars in 1029 bytes} [Fri Aug 28 22:35:20 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b538d0e8-5f25-498c-bf70-674e72fd505e => generated 114 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 162.253.55.5 () {44 vars in 1052 bytes} [Fri Aug 28 22:35:21 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b538d0e8-5f25-498c-bf70-674e72fd505e => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 162.253.55.5 () {48 vars in 958 bytes} [Fri Aug 28 22:35:21 2026] POST /v2.0/subnets => generated 651 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-28 22:35:22.882 8 INFO neutron.api.v2.resource [None req-5b49bf75-e39e-491c-b955-446190083541 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 42/80] 162.253.55.5 () {44 vars in 964 bytes} [Fri Aug 28 22:35:22 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 162.253.55.5 () {44 vars in 986 bytes} [Fri Aug 28 22:35:22 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 162.253.55.5 () {48 vars in 973 bytes} [Fri Aug 28 22:35:22 2026] POST /v2.0/security-groups => generated 1616 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:24 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 1616 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:24 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:24 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 162.253.55.5 () {48 vars in 984 bytes} [Fri Aug 28 22:35:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:25 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 2230 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:25 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 2230 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:25 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 162.253.55.5 () {48 vars in 984 bytes} [Fri Aug 28 22:35:25 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: 44/91] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:26 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 2846 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:26 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 2846 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:26 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 162.253.55.5 () {48 vars in 984 bytes} [Fri Aug 28 22:35:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:27 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 3462 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:28 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 3462 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:28 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 3462 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 162.253.55.5 () {48 vars in 984 bytes} [Fri Aug 28 22:35:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:29 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 4078 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:29 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 4078 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:29 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 162.253.55.5 () {48 vars in 984 bytes} [Fri Aug 28 22:35:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 162.253.55.5 () {44 vars in 980 bytes} [Fri Aug 28 22:35:30 2026] GET /v2.0/networks/b538d0e8-5f25-498c-bf70-674e72fd505e => generated 732 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-28 22:35:31.041 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68c3e2c4-e552-4a06-86c4-f949e6cdb0a5 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 162.253.55.5 () {44 vars in 1069 bytes} [Fri Aug 28 22:35:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b538d0e8-5f25-498c-bf70-674e72fd505e => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 162.253.55.5 () {44 vars in 1092 bytes} [Fri Aug 28 22:35:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b538d0e8-5f25-498c-bf70-674e72fd505e => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:31 2026] GET /v2.0/security-groups/f95b774c-efd5-42e8-aa73-83b97a177575 => generated 4694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 162.253.55.5 () {48 vars in 954 bytes} [Fri Aug 28 22:35:31 2026] POST /v2.0/ports => generated 1100 bytes in 709 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-08-28 22:35:40.604 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdad3b76-25f8-489a-b9bd-a1a86603b7a2 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/110] 162.253.55.5 () {44 vars in 973 bytes} [Fri Aug 28 22:35:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 162.253.55.5 () {44 vars in 995 bytes} [Fri Aug 28 22:35:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 162.253.55.5 () {48 vars in 1025 bytes} [Fri Aug 28 22:35:40 2026] PUT /v2.0/ports/c32e8dfe-421a-4f3f-8b70-2bd3460378a8 => generated 1249 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 162.253.55.5 () {44 vars in 913 bytes} [Fri Aug 28 22:35:42 2026] GET /v2.0/ports => generated 3730 bytes in 506 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-08-28 22:35:44.769 7 INFO neutron.api.v2.resource [None req-11a4b9d3-f09c-4126-9242-c15f7313dbae 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/114] 162.253.55.5 () {44 vars in 952 bytes} [Fri Aug 28 22:35:44 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 162.253.55.5 () {44 vars in 974 bytes} [Fri Aug 28 22:35:44 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: 57/116] 162.253.55.5 () {48 vars in 973 bytes} [Fri Aug 28 22:35:44 2026] POST /v2.0/security-groups => generated 1610 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:46 2026] GET /v2.0/security-groups/61eee45e-3b8a-424d-9b65-b1920f8db93c => generated 1610 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:46 2026] GET /v2.0/security-groups/61eee45e-3b8a-424d-9b65-b1920f8db93c => generated 1610 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:46 2026] GET /v2.0/security-groups/61eee45e-3b8a-424d-9b65-b1920f8db93c => generated 1610 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 162.253.55.5 () {48 vars in 984 bytes} [Fri Aug 28 22:35:46 2026] POST /v2.0/security-group-rules => generated 623 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/121] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:47 2026] GET /v2.0/security-groups/61eee45e-3b8a-424d-9b65-b1920f8db93c => generated 2246 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/122] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:47 2026] GET /v2.0/security-groups/61eee45e-3b8a-424d-9b65-b1920f8db93c => generated 2246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/123] 162.253.55.5 () {44 vars in 994 bytes} [Fri Aug 28 22:35:47 2026] GET /v2.0/security-groups/61eee45e-3b8a-424d-9b65-b1920f8db93c => generated 2246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/124] 162.253.55.5 () {48 vars in 984 bytes} [Fri Aug 28 22:35:47 2026] POST /v2.0/security-group-rules => generated 627 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/135] 162.253.55.5 () {44 vars in 968 bytes} [Fri Aug 28 22:37:00 2026] GET /v2.0/quotas/0132bab3f5414a9eba29f620249ac62d => generated 312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/136] 162.253.55.5 () {48 vars in 1020 bytes} [Fri Aug 28 22:37:01 2026] PUT /v2.0/quotas/0132bab3f5414a9eba29f620249ac62d => generated 311 bytes in 57 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-08-28 22:39:33.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e02bca0c-b543-4f57-926d-8ddccd6b754f 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 80/157] 162.253.55.5 () {30 vars in 740 bytes} [Fri Aug 28 22:39:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 224 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: 78/158] 162.253.55.5 () {30 vars in 762 bytes} [Fri Aug 28 22:39:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-28 22:39:36.375 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c145a8c-ae31-4d1d-825c-c31d9c509fb1 29395ff48a3a4e96ac60f14ba9f56216 0132bab3f5414a9eba29f620249ac62d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/159] 162.253.55.5 () {30 vars in 740 bytes} [Fri Aug 28 22:39:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/160] 162.253.55.5 () {30 vars in 762 bytes} [Fri Aug 28 22:39:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)