+ 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 [Mon May 11 21:23:42 2026] *** compiled with version: 13.3.0 on 11 May 2026 01:40:48 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: glance-api-7d76955fb7-jmtmt 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, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fe036cfc668 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-05-11 21:23:44.033 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-05-11 21:23:44.064 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-05-11 21:23:44.870 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-05-11 21:23:44.871 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-05-11 21:23:44.871 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-05-11 21:23:44.912 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-05-11 21:23:44.913 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-05-11 21:23:44.914 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-05-11 21:23:46.844 7 WARNING glance.api.v2.images [None req-f15c62a9-b550-45cf-acfe-67bf8a76bd07 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-11 21:23:46.909 8 WARNING glance.api.v2.images [None req-225382dc-35cc-4b18-9b72-8b9fd47453cf - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-11 21:23:47.200 7 WARNING keystonemiddleware._common.config [None req-f15c62a9-b550-45cf-acfe-67bf8a76bd07 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-11 21:23:47.208 7 WARNING oslo_config.cfg [None req-f15c62a9-b550-45cf-acfe-67bf8a76bd07 - - - - - -] 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 5 seconds on interpreter 0x7fe036cfc668 pid: 7 (default app) 2026-05-11 21:23:47.255 8 WARNING keystonemiddleware._common.config [None req-225382dc-35cc-4b18-9b72-8b9fd47453cf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-11 21:23:47.264 8 WARNING oslo_config.cfg [None req-225382dc-35cc-4b18-9b72-8b9fd47453cf - - - - - -] 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 5 seconds on interpreter 0x7fe036cfc668 pid: 8 (default app) [pid: 7|app: 0|req: 3/3] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:23:48 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-05-11 21:23:49.090 8 WARNING oslo_policy.policy [None req-fbdef99f-607c-4e21-bbc3-989bc875d311 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:23:49.091 8 WARNING oslo_policy.policy [None req-fbdef99f-607c-4e21-bbc3-989bc875d311 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:23:49.108 8 WARNING oslo_policy.policy [None req-fbdef99f-607c-4e21-bbc3-989bc875d311 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:23:49.108 8 WARNING oslo_policy.policy [None req-fbdef99f-607c-4e21-bbc3-989bc875d311 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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: 1/4] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:23:48 2026] GET /v2/images => generated 69 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/5] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:23:52 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: 2/6] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:23:52 2026] GET /v2/images => generated 69 bytes in 37 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-05-11 21:23:52.415 7 WARNING oslo_policy.policy [None req-4331cfee-9b1e-4420-ae9a-3a6bb3ca9ba6 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:23:52.415 7 WARNING oslo_policy.policy [None req-4331cfee-9b1e-4420-ae9a-3a6bb3ca9ba6 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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: 5/7] 199.204.45.129 () {44 vars in 911 bytes} [Mon May 11 21:23:52 2026] GET /v2/images/cirros => generated 151 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.129 () {44 vars in 933 bytes} [Mon May 11 21:23:52 2026] GET /v2/images?name=cirros => generated 81 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-11 21:23:52.554 7 WARNING oslo_policy.policy [None req-c7ac98c9-0d2d-4a6b-a27e-3fabeee67ac6 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:23:52.555 7 WARNING oslo_policy.policy [None req-c7ac98c9-0d2d-4a6b-a27e-3fabeee67ac6 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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: 6/9] 199.204.45.129 () {44 vars in 939 bytes} [Mon May 11 21:23:52 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-11 21:23:52.648 8 WARNING oslo_config.cfg [None req-595235e4-0b00-433c-902f-25c03b196e84 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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: 4/10] 199.204.45.129 () {48 vars in 951 bytes} [Mon May 11 21:23:52 2026] POST /v2/images => generated 760 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-11 21:23:52.670 7 WARNING oslo_policy.policy [None req-f4015f43-1101-401a-8766-0bb7e0b7af98 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:23:52.670 7 WARNING oslo_policy.policy [None req-f4015f43-1101-401a-8766-0bb7e0b7af98 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:23:52.671 7 INFO glance.api.v2.image_data [None req-f4015f43-1101-401a-8766-0bb7e0b7af98 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-11 21:23:55.873 7 WARNING glance.location [None req-f4015f43-1101-401a-8766-0bb7e0b7af98 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 7/11] 199.204.45.129 () {48 vars in 1045 bytes} [Mon May 11 21:23:52 2026] PUT /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36/file => generated 0 bytes in 3247 msecs (HTTP/1.1 204) 4 headers in 171 bytes (7420 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.204.45.129 () {44 vars in 971 bytes} [Mon May 11 21:23:55 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-11 21:23:55.945 7 WARNING oslo_config.cfg [None req-9c2d9d3c-8446-4899-99d4-20b21fd84b90 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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: 8/13] 199.204.45.129 () {44 vars in 971 bytes} [Mon May 11 21:23:55 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/256] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:44:02 2026] GET / => generated 1312 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/257] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:44:02 2026] GET /v2/images => generated 1240 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/264] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:44:26 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: 134/265] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:44:26 2026] GET /v2/images => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/266] 199.204.45.129 () {44 vars in 937 bytes} [Mon May 11 21:44:26 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/267] 199.204.45.129 () {44 vars in 959 bytes} [Mon May 11 21:44:26 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/268] 199.204.45.129 () {44 vars in 939 bytes} [Mon May 11 21:44:26 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/269] 199.204.45.129 () {48 vars in 951 bytes} [Mon May 11 21:44:27 2026] POST /v2/images => generated 796 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-11 21:44:27.104 8 WARNING oslo_policy.policy [None req-b3f125b3-6e4a-46b5-b926-1cb4719de1b8 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:44:27.105 8 WARNING oslo_policy.policy [None req-b3f125b3-6e4a-46b5-b926-1cb4719de1b8 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - 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-05-11 21:44:27.106 8 INFO glance.api.v2.image_data [None req-b3f125b3-6e4a-46b5-b926-1cb4719de1b8 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-11 21:44:52.414 8 WARNING glance.location [None req-b3f125b3-6e4a-46b5-b926-1cb4719de1b8 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 134/274] 199.204.45.129 () {48 vars in 1046 bytes} [Mon May 11 21:44:27 2026] PUT /v2/images/644ae192-a092-4ba8-842a-f44bd9d74715/file => generated 0 bytes in 25358 msecs (HTTP/1.1 204) 4 headers in 171 bytes (65208 switches on core 0) [pid: 7|app: 0|req: 141/275] 199.204.45.129 () {44 vars in 971 bytes} [Mon May 11 21:44:52 2026] GET /v2/images/644ae192-a092-4ba8-842a-f44bd9d74715 => generated 1209 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/276] 199.204.45.129 () {44 vars in 971 bytes} [Mon May 11 21:44:52 2026] GET /v2/images/644ae192-a092-4ba8-842a-f44bd9d74715 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/277] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:44: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: 136/278] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:44:53 2026] GET /v2/images => generated 2451 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/359] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:51:27 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: 177/360] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:51:27 2026] GET /v2/images => generated 2451 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/361] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:51:36 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: 178/362] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:51:36 2026] GET /v2/images => generated 2451 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/363] 199.204.45.129 () {44 vars in 947 bytes} [Mon May 11 21:51:36 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/364] 199.204.45.129 () {44 vars in 969 bytes} [Mon May 11 21:51:36 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/365] 199.204.45.129 () {44 vars in 939 bytes} [Mon May 11 21:51:36 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/368] 199.204.45.129 () {48 vars in 951 bytes} [Mon May 11 21:51:36 2026] POST /v2/images => generated 799 bytes in 962 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-11 21:51:37.389 7 INFO glance.api.v2.image_data [None req-e6c1be6c-f489-4f6a-a3d5-a13e43c7894e 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-11 21:51:59.538 7 INFO glance.location [None req-e6c1be6c-f489-4f6a-a3d5-a13e43c7894e 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 189/373] 199.204.45.129 () {48 vars in 1045 bytes} [Mon May 11 21:51:37 2026] PUT /v2/images/af5699e9-bde2-4296-8ede-1039c4a3467b/file => generated 0 bytes in 22220 msecs (HTTP/1.1 204) 4 headers in 171 bytes (22227 switches on core 0) [pid: 8|app: 0|req: 185/374] 199.204.45.129 () {44 vars in 971 bytes} [Mon May 11 21:51:59 2026] GET /v2/images/af5699e9-bde2-4296-8ede-1039c4a3467b => generated 1211 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/375] 199.204.45.129 () {48 vars in 1050 bytes} [Mon May 11 21:51:59 2026] PATCH /v2/images/af5699e9-bde2-4296-8ede-1039c4a3467b => generated 1234 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/376] 199.204.45.129 () {44 vars in 971 bytes} [Mon May 11 21:51:59 2026] GET /v2/images/af5699e9-bde2-4296-8ede-1039c4a3467b => generated 1234 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/385] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:52:37 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: 191/386] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:52:37 2026] GET /v2/images => generated 3687 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/389] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 21:52: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: 193/390] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 21:52:54 2026] GET /v2/images => generated 3687 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/391] 199.204.45.129 () {44 vars in 939 bytes} [Mon May 11 21:52:54 2026] GET /v2/images/manila-service-image => generated 165 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 199.204.45.129 () {44 vars in 961 bytes} [Mon May 11 21:52:54 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/393] 199.204.45.129 () {44 vars in 939 bytes} [Mon May 11 21:52:54 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/394] 199.204.45.129 () {48 vars in 951 bytes} [Mon May 11 21:52:54 2026] POST /v2/images => generated 791 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-11 21:52:54.328 7 INFO glance.api.v2.image_data [None req-d8937e3d-a9be-4edc-9f16-23ecf0a01632 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-11 21:53:07.472 7 INFO glance.location [None req-d8937e3d-a9be-4edc-9f16-23ecf0a01632 1c1df499921a4837a0f0ae21ab409aeb 551ff225a7b6403f911f1831d522c613 - - default default] Image format matched and virtual size computed: 2831220736 [pid: 7|app: 0|req: 200/399] 199.204.45.129 () {48 vars in 1046 bytes} [Mon May 11 21:52:54 2026] PUT /v2/images/3b8a147c-e460-4d99-8292-9babc5be0e30/file => generated 0 bytes in 13198 msecs (HTTP/1.1 204) 4 headers in 171 bytes (30834 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.129 () {44 vars in 971 bytes} [Mon May 11 21:53:07 2026] GET /v2/images/3b8a147c-e460-4d99-8292-9babc5be0e30 => generated 1204 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.204.45.129 () {44 vars in 971 bytes} [Mon May 11 21:53:07 2026] GET /v2/images/3b8a147c-e460-4d99-8292-9babc5be0e30 => generated 1204 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/544] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 22:04:57 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: 272/545] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 22:04:57 2026] GET /v2/images => generated 4893 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/572] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 22:07:10 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: 287/573] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 22:07:10 2026] GET /v2/images => generated 4893 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/574] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 22:07:11 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: 288/575] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 22:07:11 2026] GET /v2/images => generated 4893 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/586] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 22:07:59 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: 294/587] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 22:07:59 2026] GET /v2/images => generated 4893 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/590] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 22:08:07 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: 296/591] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 22:08:07 2026] GET /v2/images => generated 4893 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/604] 199.204.45.129 () {42 vars in 688 bytes} [Mon May 11 22:09:07 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: 302/605] 199.204.45.129 () {44 vars in 910 bytes} [Mon May 11 22:09:07 2026] GET /v2/images => generated 4893 bytes in 49 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: 307/614] 10.0.0.236 () {32 vars in 633 bytes} [Mon May 11 22:09:49 2026] GET /v2/images => generated 4893 bytes in 15 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: 310/619] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:10:07 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/620] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:10:07 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/621] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:10:14 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/622] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:10:14 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/623] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:10:14 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/624] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:10:14 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/625] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:10:14 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/626] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:10:14 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/627] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:10:14 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/628] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:10:14 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/629] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:10:14 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/630] 199.204.45.129 () {36 vars in 991 bytes} [Mon May 11 22:10:14 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/631] 199.204.45.129 () {36 vars in 931 bytes} [Mon May 11 22:10:14 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/632] 199.204.45.129 () {36 vars in 991 bytes} [Mon May 11 22:10:15 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/633] 199.204.45.129 () {36 vars in 931 bytes} [Mon May 11 22:10:15 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/634] 10.0.0.166 () {36 vars in 987 bytes} [Mon May 11 22:10:15 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/635] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:10:15 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/636] 10.0.0.166 () {36 vars in 987 bytes} [Mon May 11 22:10:15 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/637] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:10:15 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/638] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:10:15 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/641] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:10:20 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/642] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:10:20 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/643] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:10:21 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/644] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:10:21 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/651] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:10:55 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/652] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:10:55 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/661] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:11:31 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/662] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:11:31 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/667] 10.0.0.236 () {32 vars in 707 bytes} [Mon May 11 22:11:51 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/668] 10.0.0.236 () {32 vars in 707 bytes} [Mon May 11 22:11:51 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/669] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:11:52 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/670] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:11:52 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/671] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:11:52 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/672] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:11:52 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/673] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:11:52 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/674] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:11:52 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/675] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:11:52 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/676] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:11:52 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/677] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:11:52 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/678] 10.0.0.166 () {36 vars in 987 bytes} [Mon May 11 22:11:53 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/679] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:11:53 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/680] 10.0.0.166 () {36 vars in 987 bytes} [Mon May 11 22:11:53 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/681] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:11:53 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/682] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:11:53 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/687] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:12:07 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/688] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:12:07 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/695] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:12:46 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/696] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:12:46 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/699] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:12:55 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/700] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:12:55 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/703] 10.0.0.236 () {34 vars in 655 bytes} [Mon May 11 22:13:02 2026] POST /v2/images => generated 649 bytes in 194 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-05-11 22:13:03.063 7 WARNING glance.api.v2.images [None req-6f7f695b-7674-4eaa-b67d-1b14aa986006 00f1746c1bf1446481f197ad70957541 ef43c109ebc040d9b9a6702664861953 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//1e84d530-7d08-4950-a714-15d2d1084672 [pid: 7|app: 0|req: 352/704] 10.0.0.236 () {32 vars in 710 bytes} [Mon May 11 22:13:03 2026] DELETE /v2/images/1e84d530-7d08-4950-a714-15d2d1084672 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/705] 10.0.0.236 () {32 vars in 707 bytes} [Mon May 11 22:13:03 2026] GET /v2/images/1e84d530-7d08-4950-a714-15d2d1084672 => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/706] 10.0.0.236 () {32 vars in 633 bytes} [Mon May 11 22:13:03 2026] GET /v2/images => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/707] 10.0.0.236 () {34 vars in 655 bytes} [Mon May 11 22:13:03 2026] POST /v2/images => generated 702 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/708] 10.0.0.236 () {32 vars in 717 bytes} [Mon May 11 22:13:03 2026] GET /v2/images/35193e8f-aa09-4a1f-8c4e-207baf3114bd/file => generated 0 bytes in 14 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-11 22:13:03.254 8 INFO glance.api.v2.image_data [None req-94f22ad8-e8ce-4ff6-b110-e4e71b5cabc4 00f1746c1bf1446481f197ad70957541 ef43c109ebc040d9b9a6702664861953 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-11 22:13:03.293 8 WARNING glance_store._drivers.rbd [None req-94f22ad8-e8ce-4ff6-b110-e4e71b5cabc4 00f1746c1bf1446481f197ad70957541 ef43c109ebc040d9b9a6702664861953 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-05-11 22:13:04.133 8 INFO glance.location [None req-94f22ad8-e8ce-4ff6-b110-e4e71b5cabc4 00f1746c1bf1446481f197ad70957541 ef43c109ebc040d9b9a6702664861953 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 355/709] 10.0.0.236 () {32 vars in 727 bytes} [Mon May 11 22:13:03 2026] PUT /v2/images/35193e8f-aa09-4a1f-8c4e-207baf3114bd/file => generated 0 bytes in 926 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/710] 10.0.0.236 () {32 vars in 707 bytes} [Mon May 11 22:13:04 2026] GET /v2/images/35193e8f-aa09-4a1f-8c4e-207baf3114bd => generated 1103 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/711] 10.0.0.236 () {32 vars in 717 bytes} [Mon May 11 22:13:04 2026] GET /v2/images/35193e8f-aa09-4a1f-8c4e-207baf3114bd/file => generated 1024 bytes in 147 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/712] 10.0.0.236 () {34 vars in 655 bytes} [Mon May 11 22:13:04 2026] POST /v2/images => generated 648 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/713] 10.0.0.236 () {32 vars in 726 bytes} [Mon May 11 22:13:04 2026] PATCH /v2/images/cfe69d89-ac53-4789-96a3-c91df2ba994c => generated 653 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/714] 10.0.0.236 () {32 vars in 707 bytes} [Mon May 11 22:13:04 2026] GET /v2/images/cfe69d89-ac53-4789-96a3-c91df2ba994c => generated 653 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-11 22:13:04.501 8 WARNING glance.api.v2.images [None req-bb12ade7-cd2e-4669-8a44-1964787b7b28 00f1746c1bf1446481f197ad70957541 ef43c109ebc040d9b9a6702664861953 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//cfe69d89-ac53-4789-96a3-c91df2ba994c [pid: 8|app: 0|req: 358/715] 10.0.0.236 () {32 vars in 710 bytes} [Mon May 11 22:13:04 2026] DELETE /v2/images/cfe69d89-ac53-4789-96a3-c91df2ba994c => generated 0 bytes in 76 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/716] 10.0.0.236 () {32 vars in 707 bytes} [Mon May 11 22:13:04 2026] GET /v2/images/cfe69d89-ac53-4789-96a3-c91df2ba994c => generated 139 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-11 22:13:04.576 8 WARNING glance.api.v2.images [None req-927883f2-1979-423d-b849-907739d8df69 00f1746c1bf1446481f197ad70957541 ef43c109ebc040d9b9a6702664861953 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//35193e8f-aa09-4a1f-8c4e-207baf3114bd [pid: 8|app: 0|req: 359/717] 10.0.0.236 () {32 vars in 710 bytes} [Mon May 11 22:13:04 2026] DELETE /v2/images/35193e8f-aa09-4a1f-8c4e-207baf3114bd => generated 0 bytes in 781 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/718] 10.0.0.236 () {32 vars in 707 bytes} [Mon May 11 22:13:05 2026] GET /v2/images/35193e8f-aa09-4a1f-8c4e-207baf3114bd => generated 139 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-11 22:13:05.374 8 WARNING glance.api.v2.images [None req-1b58f81f-1ecf-4de2-bee3-5079deba5389 00f1746c1bf1446481f197ad70957541 ef43c109ebc040d9b9a6702664861953 - - default default] Failed to find image 1e84d530-7d08-4950-a714-15d2d1084672 to delete: glance.common.exception.ImageNotFound: No image found with ID 1e84d530-7d08-4950-a714-15d2d1084672 [pid: 8|app: 0|req: 360/719] 10.0.0.236 () {32 vars in 710 bytes} [Mon May 11 22:13:05 2026] DELETE /v2/images/1e84d530-7d08-4950-a714-15d2d1084672 => generated 147 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/720] 10.0.0.236 () {32 vars in 707 bytes} [Mon May 11 22:13:05 2026] GET /v2/images/1e84d530-7d08-4950-a714-15d2d1084672 => generated 139 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/723] 10.0.0.236 () {30 vars in 411 bytes} [Mon May 11 22:13:07 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: 362/724] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:13:12 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/725] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:13:12 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/734] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:13:55 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/735] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:13:55 2026] GET /v2/schemas/image => generated 4018 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/738] 199.204.45.129 () {32 vars in 826 bytes} [Mon May 11 22:13:57 2026] GET /v2/images?status=active&owner=551ff225a7b6403f911f1831d522c613&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/739] 199.204.45.129 () {32 vars in 653 bytes} [Mon May 11 22:13:57 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/740] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:13:57 2026] GET /v2/images/644ae192-a092-4ba8-842a-f44bd9d74715 => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/741] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:13:57 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/742] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:13:57 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/743] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:13:57 2026] GET /v2/images/644ae192-a092-4ba8-842a-f44bd9d74715 => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/744] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:13:57 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/745] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:13:57 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/746] 10.0.0.71 () {36 vars in 986 bytes} [Mon May 11 22:13:58 2026] GET /v2/images/644ae192-a092-4ba8-842a-f44bd9d74715 => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/747] 10.0.0.71 () {36 vars in 926 bytes} [Mon May 11 22:13:58 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/748] 10.0.0.166 () {36 vars in 987 bytes} [Mon May 11 22:13:58 2026] GET /v2/images/644ae192-a092-4ba8-842a-f44bd9d74715 => generated 1209 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/749] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:13:58 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/750] 10.0.0.166 () {36 vars in 987 bytes} [Mon May 11 22:13:58 2026] GET /v2/images/644ae192-a092-4ba8-842a-f44bd9d74715 => generated 1209 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/751] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:13:58 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/752] 10.0.0.166 () {36 vars in 927 bytes} [Mon May 11 22:13:58 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/753] 10.0.0.170 () {36 vars in 987 bytes} [Mon May 11 22:14:03 2026] GET /v2/images/0b79cc74-1177-40d5-9192-3b3a7051ab36 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/754] 10.0.0.170 () {36 vars in 927 bytes} [Mon May 11 22:14:03 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/797] 10.0.0.236 () {32 vars in 633 bytes} [Mon May 11 22:17:30 2026] GET /v2/images => generated 4893 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)