+ 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 [Fri Apr 17 11:21:24 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: glance-api-8f9bf4fd8-xm774 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 0x7fd69933b668 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-04-17 11:21:26.934 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-17 11:21:26.995 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-04-17 11:21:27.818 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-04-17 11:21:27.819 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-04-17 11:21:27.820 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-17 11:21:27.914 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-04-17 11:21:27.915 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-04-17 11:21:27.916 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-17 11:21:29.960 7 WARNING glance.api.v2.images [None req-dd975e82-5843-4255-bf77-d11754dee0c0 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-17 11:21:30.050 8 WARNING glance.api.v2.images [None req-792510d4-1c0f-432e-bdde-6f367f541850 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-17 11:21:30.321 7 WARNING keystonemiddleware._common.config [None req-dd975e82-5843-4255-bf77-d11754dee0c0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-17 11:21:30.329 7 WARNING oslo_config.cfg [None req-dd975e82-5843-4255-bf77-d11754dee0c0 - - - - - -] 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 0x7fd69933b668 pid: 7 (default app) 2026-04-17 11:21:30.398 8 WARNING keystonemiddleware._common.config [None req-792510d4-1c0f-432e-bdde-6f367f541850 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-17 11:21:30.409 8 WARNING oslo_config.cfg [None req-792510d4-1c0f-432e-bdde-6f367f541850 - - - - - -] 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 0x7fd69933b668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:21:32 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-04-17 11:21:33.117 8 WARNING oslo_policy.policy [None req-d1d271ed-8e40-410e-ba96-4862cbfddd5e 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:21:33.117 8 WARNING oslo_policy.policy [None req-d1d271ed-8e40-410e-ba96-4862cbfddd5e 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:21:33.134 8 WARNING oslo_policy.policy [None req-d1d271ed-8e40-410e-ba96-4862cbfddd5e 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:21:33.134 8 WARNING oslo_policy.policy [None req-d1d271ed-8e40-410e-ba96-4862cbfddd5e 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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/5] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:21:32 2026] GET /v2/images => generated 69 bytes in 615 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/6] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:21:37 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: 2/7] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:21:37 2026] GET /v2/images => generated 69 bytes in 48 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-04-17 11:21:37.843 7 WARNING oslo_policy.policy [None req-a8cb3f25-860a-47c1-bbc7-8e454fd43ec7 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:21:37.843 7 WARNING oslo_policy.policy [None req-a8cb3f25-860a-47c1-bbc7-8e454fd43ec7 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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/8] 199.204.45.233 () {44 vars in 911 bytes} [Fri Apr 17 11:21:37 2026] GET /v2/images/cirros => generated 151 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.233 () {44 vars in 933 bytes} [Fri Apr 17 11:21:37 2026] GET /v2/images?name=cirros => generated 81 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 11:21:37.988 7 WARNING oslo_policy.policy [None req-ade0b7e0-ac6f-44b3-ac71-834387f3824e 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:21:37.988 7 WARNING oslo_policy.policy [None req-ade0b7e0-ac6f-44b3-ac71-834387f3824e 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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: 7/10] 199.204.45.233 () {44 vars in 939 bytes} [Fri Apr 17 11:21:37 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 11:21:38.079 8 WARNING oslo_config.cfg [None req-a6984df2-aaa8-4d15-b09a-a8d0147adbe9 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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/11] 199.204.45.233 () {48 vars in 951 bytes} [Fri Apr 17 11:21:38 2026] POST /v2/images => generated 760 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-17 11:21:38.102 7 WARNING oslo_policy.policy [None req-72c5dca5-d454-4b0b-a48c-9133c1144ce3 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:21:38.102 7 WARNING oslo_policy.policy [None req-72c5dca5-d454-4b0b-a48c-9133c1144ce3 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:21:38.104 7 INFO glance.api.v2.image_data [None req-72c5dca5-d454-4b0b-a48c-9133c1144ce3 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-17 11:21:41.699 7 WARNING glance.location [None req-72c5dca5-d454-4b0b-a48c-9133c1144ce3 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/14] 199.204.45.233 () {48 vars in 1045 bytes} [Fri Apr 17 11:21:38 2026] PUT /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307/file => generated 0 bytes in 3648 msecs (HTTP/1.1 204) 4 headers in 171 bytes (4989 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.233 () {44 vars in 971 bytes} [Fri Apr 17 11:21:41 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 11:21:41.787 7 WARNING oslo_config.cfg [None req-637ee444-ee48-468f-9fa8-04e7d709bd93 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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: 9/16] 199.204.45.233 () {44 vars in 971 bytes} [Fri Apr 17 11:21:41 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 63/127] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:30:55 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/128] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:30:55 2026] GET /v2/images => generated 1240 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/131] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:31:06 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: 65/132] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:31:06 2026] GET /v2/images => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/133] 199.204.45.233 () {44 vars in 939 bytes} [Fri Apr 17 11:31:06 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: 66/134] 199.204.45.233 () {44 vars in 961 bytes} [Fri Apr 17 11:31:06 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: 69/135] 199.204.45.233 () {44 vars in 939 bytes} [Fri Apr 17 11:31:06 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/136] 199.204.45.233 () {48 vars in 951 bytes} [Fri Apr 17 11:31:06 2026] POST /v2/images => generated 791 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-17 11:31:06.285 7 INFO glance.api.v2.image_data [None req-abecfcb7-0b43-4b1c-86fa-8340fdc2b80c 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-17 11:31:18.065 7 INFO glance.location [None req-abecfcb7-0b43-4b1c-86fa-8340fdc2b80c 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - default default] Image format matched and virtual size computed: 3246063616 [pid: 7|app: 0|req: 70/139] 199.204.45.233 () {48 vars in 1045 bytes} [Fri Apr 17 11:31:06 2026] PUT /v2/images/ac118982-3665-4ad8-b52f-4d84d6fe8f4e/file => generated 0 bytes in 11827 msecs (HTTP/1.1 204) 4 headers in 171 bytes (18164 switches on core 0) [pid: 8|app: 0|req: 70/140] 199.204.45.233 () {44 vars in 971 bytes} [Fri Apr 17 11:31:18 2026] GET /v2/images/ac118982-3665-4ad8-b52f-4d84d6fe8f4e => generated 1203 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/141] 199.204.45.233 () {44 vars in 971 bytes} [Fri Apr 17 11:31:18 2026] GET /v2/images/ac118982-3665-4ad8-b52f-4d84d6fe8f4e => generated 1203 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/146] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:31: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: 74/147] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:31:37 2026] GET /v2/images => generated 2445 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/154] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:32:08 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: 77/155] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:32:08 2026] GET /v2/images => generated 2445 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/156] 199.204.45.233 () {44 vars in 937 bytes} [Fri Apr 17 11:32:08 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/157] 199.204.45.233 () {44 vars in 959 bytes} [Fri Apr 17 11:32:08 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/158] 199.204.45.233 () {44 vars in 939 bytes} [Fri Apr 17 11:32:08 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: 8|app: 0|req: 79/161] 199.204.45.233 () {48 vars in 951 bytes} [Fri Apr 17 11:32:08 2026] POST /v2/images => generated 796 bytes in 5008 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-17 11:32:13.847 7 INFO glance.api.v2.image_data [None req-91f24eae-26da-44e1-b71e-e8d250db55e5 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-17 11:33:03.394 7 WARNING glance.location [None req-91f24eae-26da-44e1-b71e-e8d250db55e5 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 83/172] 199.204.45.233 () {48 vars in 1046 bytes} [Fri Apr 17 11:32:13 2026] PUT /v2/images/906123ba-2f8d-4ff1-9b10-97893bab7c0d/file => generated 0 bytes in 49585 msecs (HTTP/1.1 204) 4 headers in 171 bytes (50878 switches on core 0) [pid: 8|app: 0|req: 90/173] 199.204.45.233 () {44 vars in 971 bytes} [Fri Apr 17 11:33:03 2026] GET /v2/images/906123ba-2f8d-4ff1-9b10-97893bab7c0d => generated 1209 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/174] 199.204.45.233 () {44 vars in 971 bytes} [Fri Apr 17 11:33:03 2026] GET /v2/images/906123ba-2f8d-4ff1-9b10-97893bab7c0d => 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: 91/175] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:33:05 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: 85/176] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:33:05 2026] GET /v2/images => generated 3656 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/271] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:40:54 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: 133/272] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:40:54 2026] GET /v2/images => generated 3656 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/281] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:41:30 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: 138/282] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:41:30 2026] GET /v2/images => generated 3656 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/283] 199.204.45.233 () {44 vars in 947 bytes} [Fri Apr 17 11:41:30 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/284] 199.204.45.233 () {44 vars in 969 bytes} [Fri Apr 17 11:41:30 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/285] 199.204.45.233 () {44 vars in 939 bytes} [Fri Apr 17 11:41:30 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/286] 199.204.45.233 () {48 vars in 951 bytes} [Fri Apr 17 11:41:30 2026] POST /v2/images => generated 799 bytes in 4931 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-17 11:41:35.471 8 WARNING oslo_policy.policy [None req-ff3a7010-ff62-4d8a-b46d-2509b4341660 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:41:35.472 8 WARNING oslo_policy.policy [None req-ff3a7010-ff62-4d8a-b46d-2509b4341660 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - 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-04-17 11:41:35.473 8 INFO glance.api.v2.image_data [None req-ff3a7010-ff62-4d8a-b46d-2509b4341660 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-17 11:44:52.689 8 INFO glance.location [None req-ff3a7010-ff62-4d8a-b46d-2509b4341660 3b578fe4f493487fb115454ed842ee94 328268eb9a064e3ba5df212a80feb745 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 147/327] 199.204.45.233 () {48 vars in 1045 bytes} [Fri Apr 17 11:41:35 2026] PUT /v2/images/a876c336-1f34-4ca8-a3c2-a31aca53c7d5/file => generated 0 bytes in 197281 msecs (HTTP/1.1 204) 4 headers in 171 bytes (9277 switches on core 0) [pid: 7|app: 0|req: 181/328] 199.204.45.233 () {44 vars in 971 bytes} [Fri Apr 17 11:44:52 2026] GET /v2/images/a876c336-1f34-4ca8-a3c2-a31aca53c7d5 => 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: 148/329] 199.204.45.233 () {48 vars in 1050 bytes} [Fri Apr 17 11:44:52 2026] PATCH /v2/images/a876c336-1f34-4ca8-a3c2-a31aca53c7d5 => generated 1234 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/330] 199.204.45.233 () {44 vars in 971 bytes} [Fri Apr 17 11:44:52 2026] GET /v2/images/a876c336-1f34-4ca8-a3c2-a31aca53c7d5 => generated 1234 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/337] 199.204.45.233 () {42 vars in 688 bytes} [Fri Apr 17 11:45:26 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: 152/338] 199.204.45.233 () {44 vars in 910 bytes} [Fri Apr 17 11:45:26 2026] GET /v2/images => generated 4892 bytes in 56 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: 158/349] 10.0.0.154 () {32 vars in 632 bytes} [Fri Apr 17 11:46:11 2026] GET /v2/images => generated 4892 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/354] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:46:33 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 28 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: 194/355] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:46:33 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: 162/356] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:46:34 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 195/357] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:46:34 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: 164/360] 199.204.45.233 () {36 vars in 990 bytes} [Fri Apr 17 11:46:41 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/361] 199.204.45.233 () {36 vars in 930 bytes} [Fri Apr 17 11:46:41 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: 165/362] 199.204.45.233 () {36 vars in 990 bytes} [Fri Apr 17 11:46:42 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/363] 199.204.45.233 () {36 vars in 930 bytes} [Fri Apr 17 11:46:42 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: 8|app: 0|req: 166/364] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:46:47 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/365] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:46:47 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: 167/366] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:46:47 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: 200/367] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:46:47 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/368] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:46:47 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: 201/369] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:46:47 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: 169/370] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:46:47 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 202/371] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:46:47 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: 170/372] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:46:47 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: 203/373] 10.0.0.162 () {36 vars in 910 bytes} [Fri Apr 17 11:46:48 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/374] 10.0.0.162 () {36 vars in 1006 bytes} [Fri Apr 17 11:46:48 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307/locations => generated 127 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/375] 10.0.0.162 () {36 vars in 986 bytes} [Fri Apr 17 11:46:49 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 172/376] 10.0.0.162 () {36 vars in 926 bytes} [Fri Apr 17 11:46:49 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: 7|app: 0|req: 205/377] 10.0.0.162 () {36 vars in 926 bytes} [Fri Apr 17 11:46:49 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: 211/388] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:47:34 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/389] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:47:34 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: 8|app: 0|req: 180/392] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:47:46 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 213/393] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:47:46 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: 182/396] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:47:58 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/397] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:47: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: 217/400] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:48:08 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/401] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:48:08 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: 8|app: 0|req: 188/408] 10.0.0.154 () {34 vars in 654 bytes} [Fri Apr 17 11:48:34 2026] POST /v2/images => generated 648 bytes in 373 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-17 11:48:34.924 7 WARNING glance.api.v2.images [None req-32d28cb0-e820-41f2-ba3c-87419a7d84d2 45788e2901d949878ded53d073160082 4ddcdec315cb4a8bb502c6eca33feb56 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//13006759-ae0c-43c2-b7b2-7fd3eb1992e5 [pid: 7|app: 0|req: 221/409] 10.0.0.154 () {32 vars in 709 bytes} [Fri Apr 17 11:48:34 2026] DELETE /v2/images/13006759-ae0c-43c2-b7b2-7fd3eb1992e5 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/410] 10.0.0.154 () {32 vars in 706 bytes} [Fri Apr 17 11:48:34 2026] GET /v2/images/13006759-ae0c-43c2-b7b2-7fd3eb1992e5 => generated 139 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/411] 10.0.0.154 () {32 vars in 632 bytes} [Fri Apr 17 11:48:34 2026] GET /v2/images => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/412] 10.0.0.154 () {34 vars in 654 bytes} [Fri Apr 17 11:48:35 2026] POST /v2/images => generated 703 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/413] 10.0.0.154 () {32 vars in 716 bytes} [Fri Apr 17 11:48:35 2026] GET /v2/images/cf59d61d-6134-4951-a3ed-7ef25ea017d4/file => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 11:48:35.111 8 INFO glance.api.v2.image_data [None req-04f04a33-4a48-459a-800c-4ea62141d52c 45788e2901d949878ded53d073160082 4ddcdec315cb4a8bb502c6eca33feb56 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-17 11:48:35.162 8 WARNING glance_store._drivers.rbd [None req-04f04a33-4a48-459a-800c-4ea62141d52c 45788e2901d949878ded53d073160082 4ddcdec315cb4a8bb502c6eca33feb56 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-04-17 11:48:36.141 8 INFO glance.location [None req-04f04a33-4a48-459a-800c-4ea62141d52c 45788e2901d949878ded53d073160082 4ddcdec315cb4a8bb502c6eca33feb56 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 191/414] 10.0.0.154 () {32 vars in 726 bytes} [Fri Apr 17 11:48:35 2026] PUT /v2/images/cf59d61d-6134-4951-a3ed-7ef25ea017d4/file => generated 0 bytes in 1076 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/415] 10.0.0.154 () {32 vars in 706 bytes} [Fri Apr 17 11:48:36 2026] GET /v2/images/cf59d61d-6134-4951-a3ed-7ef25ea017d4 => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/416] 10.0.0.154 () {32 vars in 716 bytes} [Fri Apr 17 11:48:36 2026] GET /v2/images/cf59d61d-6134-4951-a3ed-7ef25ea017d4/file => generated 1024 bytes in 148 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/417] 10.0.0.154 () {34 vars in 654 bytes} [Fri Apr 17 11:48:36 2026] POST /v2/images => generated 648 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/418] 10.0.0.154 () {32 vars in 725 bytes} [Fri Apr 17 11:48:36 2026] PATCH /v2/images/68e3653d-6013-460c-a925-ec25a4191a0c => generated 653 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/419] 10.0.0.154 () {32 vars in 706 bytes} [Fri Apr 17 11:48:36 2026] GET /v2/images/68e3653d-6013-460c-a925-ec25a4191a0c => generated 653 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 11:48:36.559 8 WARNING glance.api.v2.images [None req-ece032da-91a0-40d2-b596-937475caa8f3 45788e2901d949878ded53d073160082 4ddcdec315cb4a8bb502c6eca33feb56 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//68e3653d-6013-460c-a925-ec25a4191a0c [pid: 8|app: 0|req: 194/420] 10.0.0.154 () {32 vars in 709 bytes} [Fri Apr 17 11:48:36 2026] DELETE /v2/images/68e3653d-6013-460c-a925-ec25a4191a0c => generated 0 bytes in 67 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/421] 10.0.0.154 () {32 vars in 706 bytes} [Fri Apr 17 11:48:36 2026] GET /v2/images/68e3653d-6013-460c-a925-ec25a4191a0c => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 11:48:36.633 8 WARNING glance.api.v2.images [None req-5abe6fe7-5e5b-427d-b467-41dfeb5a2f41 45788e2901d949878ded53d073160082 4ddcdec315cb4a8bb502c6eca33feb56 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//cf59d61d-6134-4951-a3ed-7ef25ea017d4 [pid: 8|app: 0|req: 195/422] 10.0.0.154 () {32 vars in 709 bytes} [Fri Apr 17 11:48:36 2026] DELETE /v2/images/cf59d61d-6134-4951-a3ed-7ef25ea017d4 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/423] 10.0.0.154 () {32 vars in 706 bytes} [Fri Apr 17 11:48:37 2026] GET /v2/images/cf59d61d-6134-4951-a3ed-7ef25ea017d4 => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 11:48:37.542 8 WARNING glance.api.v2.images [None req-2f3b5ac8-2bd1-4d98-a1c3-bfec66c960bb 45788e2901d949878ded53d073160082 4ddcdec315cb4a8bb502c6eca33feb56 - - default default] Failed to find image 13006759-ae0c-43c2-b7b2-7fd3eb1992e5 to delete: glance.common.exception.ImageNotFound: No image found with ID 13006759-ae0c-43c2-b7b2-7fd3eb1992e5 [pid: 8|app: 0|req: 196/424] 10.0.0.154 () {32 vars in 709 bytes} [Fri Apr 17 11:48:37 2026] DELETE /v2/images/13006759-ae0c-43c2-b7b2-7fd3eb1992e5 => generated 147 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/425] 10.0.0.154 () {32 vars in 706 bytes} [Fri Apr 17 11:48:37 2026] GET /v2/images/13006759-ae0c-43c2-b7b2-7fd3eb1992e5 => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/428] 10.0.0.154 () {30 vars in 410 bytes} [Fri Apr 17 11:48:47 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: 232/431] 10.0.0.154 () {32 vars in 706 bytes} [Fri Apr 17 11:48:58 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/432] 10.0.0.154 () {32 vars in 706 bytes} [Fri Apr 17 11:48:58 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/433] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:48:59 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/434] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:48:59 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: 234/435] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:48:59 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: 202/436] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:48:59 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 235/437] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:48:59 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: 203/438] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:48:59 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: 236/439] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:48:59 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 204/440] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:48:59 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: 237/441] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:48:59 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: 205/442] 10.0.0.162 () {36 vars in 910 bytes} [Fri Apr 17 11:48:59 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/443] 10.0.0.162 () {36 vars in 1006 bytes} [Fri Apr 17 11:48:59 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307/locations => generated 127 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/444] 10.0.0.162 () {36 vars in 986 bytes} [Fri Apr 17 11:48:59 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/445] 10.0.0.162 () {36 vars in 926 bytes} [Fri Apr 17 11:48:59 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: 8|app: 0|req: 207/446] 10.0.0.162 () {36 vars in 926 bytes} [Fri Apr 17 11:48:59 2026] GET /v2/schemas/image => generated 4018 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/451] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:49:11 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 210/452] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:49:11 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: 247/461] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:49:56 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 215/462] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:49:56 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: 218/467] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:50:19 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/468] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:50:19 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: 221/473] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:50:37 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/474] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:50:37 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: 8|app: 0|req: 225/481] 10.0.0.118 () {36 vars in 986 bytes} [Fri Apr 17 11:51:05 2026] GET /v2/images/6955c62d-75e5-49f1-995b-c7c7cc7ea307 => 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: 257/482] 10.0.0.118 () {36 vars in 926 bytes} [Fri Apr 17 11:51:05 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: 227/485] 199.204.45.233 () {32 vars in 825 bytes} [Fri Apr 17 11:51:18 2026] GET /v2/images?status=active&owner=328268eb9a064e3ba5df212a80feb745&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/486] 199.204.45.233 () {32 vars in 652 bytes} [Fri Apr 17 11:51:18 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: 8|app: 0|req: 228/487] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:51:19 2026] GET /v2/images/906123ba-2f8d-4ff1-9b10-97893bab7c0d => generated 1209 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/488] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:51:19 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: 8|app: 0|req: 229/489] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:51:19 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/490] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:51:19 2026] GET /v2/images/906123ba-2f8d-4ff1-9b10-97893bab7c0d => 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: 230/491] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:51:19 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: 262/492] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:51:19 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: 8|app: 0|req: 231/493] 10.0.0.227 () {36 vars in 986 bytes} [Fri Apr 17 11:51:19 2026] GET /v2/images/906123ba-2f8d-4ff1-9b10-97893bab7c0d => 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: 263/494] 10.0.0.227 () {36 vars in 926 bytes} [Fri Apr 17 11:51:19 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: 232/495] 10.0.0.162 () {36 vars in 910 bytes} [Fri Apr 17 11:51:19 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/496] 10.0.0.162 () {36 vars in 1006 bytes} [Fri Apr 17 11:51:19 2026] GET /v2/images/906123ba-2f8d-4ff1-9b10-97893bab7c0d/locations => generated 127 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/497] 10.0.0.162 () {36 vars in 986 bytes} [Fri Apr 17 11:51:19 2026] GET /v2/images/906123ba-2f8d-4ff1-9b10-97893bab7c0d => 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: 265/498] 10.0.0.162 () {36 vars in 926 bytes} [Fri Apr 17 11:51:19 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: 234/499] 10.0.0.162 () {36 vars in 926 bytes} [Fri Apr 17 11:51:19 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: 288/544] 10.0.0.154 () {32 vars in 632 bytes} [Fri Apr 17 11:54:54 2026] GET /v2/images => generated 4892 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)