+ COMMAND=start + start + exec uwsgi --ini /etc/glance/glance-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/glance/glance-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Feb 19 05:43:29 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 nodename: glance-api-78cf88fc88-qtj9j 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:9292 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fa7a1704668 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-02-19 05:43:31.959 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-02-19 05:43:31.987 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-02-19 05:43:32.846 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-02-19 05:43:32.847 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-02-19 05:43:32.848 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-02-19 05:43:32.883 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-02-19 05:43:32.884 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-02-19 05:43:32.884 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-02-19 05:43:34.946 8 WARNING glance.api.v2.images [None req-06b85c6d-e29f-4220-bf39-045011c2cf44 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-02-19 05:43:34.967 7 WARNING glance.api.v2.images [None req-35460454-8962-4259-a540-49aea658f1ae - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-02-19 05:43:35.307 8 WARNING keystonemiddleware._common.config [None req-06b85c6d-e29f-4220-bf39-045011c2cf44 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-19 05:43:35.315 8 WARNING oslo_config.cfg [None req-06b85c6d-e29f-4220-bf39-045011c2cf44 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x7fa7a1704668 pid: 8 (default app) 2026-02-19 05:43:35.405 7 WARNING keystonemiddleware._common.config [None req-35460454-8962-4259-a540-49aea658f1ae - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-19 05:43:35.416 7 WARNING oslo_config.cfg [None req-35460454-8962-4259-a540-49aea658f1ae - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x7fa7a1704668 pid: 7 (default app) [pid: 8|app: 0|req: 5/5] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 05:43:35 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 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-02-19 05:43:36.234 7 WARNING oslo_policy.policy [None req-78fa1cfc-777b-444b-8e3d-74ab91848a3a 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 05:43:36.234 7 WARNING oslo_policy.policy [None req-78fa1cfc-777b-444b-8e3d-74ab91848a3a 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 05:43:36.252 7 WARNING oslo_policy.policy [None req-78fa1cfc-777b-444b-8e3d-74ab91848a3a 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 05:43:36.252 7 WARNING oslo_policy.policy [None req-78fa1cfc-777b-444b-8e3d-74ab91848a3a 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 1/6] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 05:43:35 2026] GET /v2/images => generated 69 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/7] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 05:43:39 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2/8] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 05:43:39 2026] GET /v2/images => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 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-02-19 05:43:39.780 8 WARNING oslo_policy.policy [None req-98ac5aac-9b33-476f-8285-e7d8a11fb9d8 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 05:43:39.780 8 WARNING oslo_policy.policy [None req-98ac5aac-9b33-476f-8285-e7d8a11fb9d8 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 7/9] 162.253.55.209 () {44 vars in 914 bytes} [Thu Feb 19 05:43:39 2026] GET /v2/images/cirros => generated 151 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/10] 162.253.55.209 () {44 vars in 936 bytes} [Thu Feb 19 05:43:39 2026] GET /v2/images?name=cirros => generated 81 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-19 05:43:39.925 8 WARNING oslo_policy.policy [None req-1f288541-9da9-4737-9024-3fa277f8b8c9 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 05:43:39.926 8 WARNING oslo_policy.policy [None req-1f288541-9da9-4737-9024-3fa277f8b8c9 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 8/11] 162.253.55.209 () {44 vars in 942 bytes} [Thu Feb 19 05:43:39 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-19 05:43:40.005 7 WARNING oslo_config.cfg [None req-2f86b0fa-50ab-4d7e-aa89-017a08c16184 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 7|app: 0|req: 4/12] 162.253.55.209 () {48 vars in 954 bytes} [Thu Feb 19 05:43:39 2026] POST /v2/images => generated 760 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-02-19 05:43:40.030 8 WARNING oslo_policy.policy [None req-e217728b-5965-4046-9dc1-1ede89dfe305 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 05:43:40.030 8 WARNING oslo_policy.policy [None req-e217728b-5965-4046-9dc1-1ede89dfe305 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 05:43:40.032 8 INFO glance.api.v2.image_data [None req-e217728b-5965-4046-9dc1-1ede89dfe305 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-19 05:43:44.998 8 WARNING glance.location [None req-e217728b-5965-4046-9dc1-1ede89dfe305 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 9/15] 162.253.55.209 () {48 vars in 1048 bytes} [Thu Feb 19 05:43:40 2026] PUT /v2/images/77ce3f5e-b534-4fdd-ab04-694518c6a019/file => generated 0 bytes in 5015 msecs (HTTP/1.1 204) 4 headers in 171 bytes (4823 switches on core 0) [pid: 7|app: 0|req: 7/16] 162.253.55.209 () {44 vars in 974 bytes} [Thu Feb 19 05:43:45 2026] GET /v2/images/77ce3f5e-b534-4fdd-ab04-694518c6a019 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-19 05:43:45.070 8 WARNING oslo_config.cfg [None req-bdc99b7b-5939-45b1-9c00-438728bc38a7 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 10/17] 162.253.55.209 () {44 vars in 974 bytes} [Thu Feb 19 05:43:45 2026] GET /v2/images/77ce3f5e-b534-4fdd-ab04-694518c6a019 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/278] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:05:28 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/279] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:05:28 2026] GET /v2/images => generated 1240 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/284] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:05:45 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/285] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:05:45 2026] GET /v2/images => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/286] 162.253.55.209 () {44 vars in 940 bytes} [Thu Feb 19 06:05:45 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/287] 162.253.55.209 () {44 vars in 962 bytes} [Thu Feb 19 06:05:45 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/288] 162.253.55.209 () {44 vars in 942 bytes} [Thu Feb 19 06:05:45 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/289] 162.253.55.209 () {48 vars in 954 bytes} [Thu Feb 19 06:05:45 2026] POST /v2/images => generated 796 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-02-19 06:05:45.883 7 WARNING oslo_policy.policy [None req-84896b49-b96b-4a0a-90da-2d2b67a2a0bb 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 06:05:45.883 7 WARNING oslo_policy.policy [None req-84896b49-b96b-4a0a-90da-2d2b67a2a0bb 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-02-19 06:05:45.885 7 INFO glance.api.v2.image_data [None req-84896b49-b96b-4a0a-90da-2d2b67a2a0bb 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-19 06:06:35.319 7 WARNING glance.location [None req-84896b49-b96b-4a0a-90da-2d2b67a2a0bb 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 144/300] 162.253.55.209 () {48 vars in 1049 bytes} [Thu Feb 19 06:05:45 2026] PUT /v2/images/5e398ee9-c309-4158-ba33-0fd2c78ef299/file => generated 0 bytes in 49492 msecs (HTTP/1.1 204) 4 headers in 171 bytes (45147 switches on core 0) [pid: 8|app: 0|req: 157/301] 162.253.55.209 () {44 vars in 974 bytes} [Thu Feb 19 06:06:35 2026] GET /v2/images/5e398ee9-c309-4158-ba33-0fd2c78ef299 => generated 1209 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/302] 162.253.55.209 () {44 vars in 974 bytes} [Thu Feb 19 06:06:35 2026] GET /v2/images/5e398ee9-c309-4158-ba33-0fd2c78ef299 => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/303] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:06:37 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/304] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:06:37 2026] GET /v2/images => generated 2451 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/387] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:13:25 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/388] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:13:25 2026] GET /v2/images => generated 2451 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/389] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:13:33 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/390] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:13:33 2026] GET /v2/images => generated 2451 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/391] 162.253.55.209 () {44 vars in 950 bytes} [Thu Feb 19 06:13:33 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/392] 162.253.55.209 () {44 vars in 972 bytes} [Thu Feb 19 06:13:33 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/393] 162.253.55.209 () {44 vars in 942 bytes} [Thu Feb 19 06:13:33 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/394] 162.253.55.209 () {48 vars in 954 bytes} [Thu Feb 19 06:13:33 2026] POST /v2/images => generated 799 bytes in 913 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-02-19 06:13:34.742 8 INFO glance.api.v2.image_data [None req-9e7b877a-e29a-492b-b0c2-515669856788 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-19 06:14:48.139 8 INFO glance.location [None req-9e7b877a-e29a-492b-b0c2-515669856788 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 204/411] 162.253.55.209 () {48 vars in 1048 bytes} [Thu Feb 19 06:13:34 2026] PUT /v2/images/bd4747b5-a1b0-4600-9bb8-5101d900041f/file => generated 0 bytes in 73481 msecs (HTTP/1.1 204) 4 headers in 171 bytes (17071 switches on core 0) [pid: 7|app: 0|req: 208/412] 162.253.55.209 () {44 vars in 974 bytes} [Thu Feb 19 06:14:48 2026] GET /v2/images/bd4747b5-a1b0-4600-9bb8-5101d900041f => generated 1211 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/413] 162.253.55.209 () {48 vars in 1053 bytes} [Thu Feb 19 06:14:48 2026] PATCH /v2/images/bd4747b5-a1b0-4600-9bb8-5101d900041f => generated 1234 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/414] 162.253.55.209 () {44 vars in 974 bytes} [Thu Feb 19 06:14:48 2026] GET /v2/images/bd4747b5-a1b0-4600-9bb8-5101d900041f => generated 1234 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:16:16 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:16:16 2026] GET /v2/images => generated 3687 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:16:28 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:16:28 2026] GET /v2/images => generated 3687 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/439] 162.253.55.209 () {44 vars in 942 bytes} [Thu Feb 19 06:16:28 2026] GET /v2/images/manila-service-image => generated 165 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/440] 162.253.55.209 () {44 vars in 964 bytes} [Thu Feb 19 06:16:29 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/441] 162.253.55.209 () {44 vars in 942 bytes} [Thu Feb 19 06:16:29 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/442] 162.253.55.209 () {48 vars in 954 bytes} [Thu Feb 19 06:16:29 2026] POST /v2/images => generated 791 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-02-19 06:16:29.141 8 INFO glance.api.v2.image_data [None req-faf79098-740b-4b49-9fa2-fca74f5f7104 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-19 06:16:41.774 8 INFO glance.location [None req-faf79098-740b-4b49-9fa2-fca74f5f7104 47b92d3131014362adedb3f08b8b7a4b 6ebeee24ed644081884a323886c71a5b - - default default] Image format matched and virtual size computed: 3246063616 [pid: 8|app: 0|req: 220/445] 162.253.55.209 () {48 vars in 1048 bytes} [Thu Feb 19 06:16:29 2026] PUT /v2/images/c06a1d5c-d278-4aac-b0a3-919647ed6cb8/file => generated 0 bytes in 12685 msecs (HTTP/1.1 204) 4 headers in 171 bytes (18527 switches on core 0) [pid: 7|app: 0|req: 226/446] 162.253.55.209 () {44 vars in 974 bytes} [Thu Feb 19 06:16:41 2026] GET /v2/images/c06a1d5c-d278-4aac-b0a3-919647ed6cb8 => generated 1203 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/447] 162.253.55.209 () {44 vars in 974 bytes} [Thu Feb 19 06:16:41 2026] GET /v2/images/c06a1d5c-d278-4aac-b0a3-919647ed6cb8 => generated 1203 bytes in 16 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: glance. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 249/502] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:21:12 2026] GET /v2/images => generated 4892 bytes in 198 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: glance. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 254/503] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:21:12 2026] GET /v2/images => generated 4892 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/516] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:22:12 2026] GET /v2/images => generated 4892 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/517] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:22:12 2026] GET /v2/images => generated 4892 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/530] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:23:12 2026] GET /v2/images => generated 4892 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/531] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:23:12 2026] GET /v2/images => generated 4892 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/544] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:24:12 2026] GET /v2/images => generated 4892 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/545] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:24:12 2026] GET /v2/images => generated 4892 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/558] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:25:12 2026] GET /v2/images => generated 4892 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/559] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:25:12 2026] GET /v2/images => generated 4892 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/572] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:26:12 2026] GET /v2/images => generated 4892 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/573] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:26:12 2026] GET /v2/images => generated 4892 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/586] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:27:12 2026] GET /v2/images => generated 4892 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/587] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:27:12 2026] GET /v2/images => generated 4892 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/600] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:28:12 2026] GET /v2/images => generated 4892 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/601] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:28:12 2026] GET /v2/images => generated 4892 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/614] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:29:12 2026] GET /v2/images => generated 4892 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/615] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:29:12 2026] GET /v2/images => generated 4892 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/620] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:29:27 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/621] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:29:27 2026] GET /v2/images => generated 4892 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/630] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:30:12 2026] GET /v2/images => generated 4892 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/631] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:30:12 2026] GET /v2/images => generated 4892 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/644] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:31:12 2026] GET /v2/images => generated 4892 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/645] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:31:12 2026] GET /v2/images => generated 4892 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/654] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:31:53 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/655] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:31:53 2026] GET /v2/images => generated 4892 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/656] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:31:54 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/659] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:31:54 2026] GET /v2/images => generated 4892 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/662] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:32:12 2026] GET /v2/images => generated 4892 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/663] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:32:12 2026] GET /v2/images => generated 4892 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/672] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:32:46 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/673] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:32:46 2026] GET /v2/images => generated 4892 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/674] 162.253.55.209 () {42 vars in 691 bytes} [Thu Feb 19 06:32:54 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/675] 162.253.55.209 () {44 vars in 913 bytes} [Thu Feb 19 06:32:54 2026] GET /v2/images => generated 4892 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/680] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:33:12 2026] GET /v2/images => generated 4892 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/681] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:33:12 2026] GET /v2/images => generated 4892 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/694] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:34:12 2026] GET /v2/images => generated 4892 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/695] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:34:12 2026] GET /v2/images => generated 4892 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/708] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:35:12 2026] GET /v2/images => generated 4892 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/709] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:35:12 2026] GET /v2/images => generated 4892 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/722] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:36:12 2026] GET /v2/images => generated 4892 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/723] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:36:12 2026] GET /v2/images => generated 4892 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/736] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:37:12 2026] GET /v2/images => generated 4892 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/737] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:37:12 2026] GET /v2/images => generated 4892 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/750] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:38:12 2026] GET /v2/images => generated 4892 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/751] 172.24.0.34 () {28 vars in 570 bytes} [Thu Feb 19 06:38:12 2026] GET /v2/images => generated 4892 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)