+ COMMAND=start + start + exec uwsgi --ini /etc/glance/glance-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/glance/glance-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu May 7 13:40:11 2026] *** compiled with version: 13.3.0 on 06 May 2026 22:37:06 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: glance-api-6ff5dd4974-pp84l 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 0x7fb472774668 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-07 13:40:13.664 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-05-07 13:40:13.740 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-07 13:40:14.585 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-07 13:40:14.586 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-07 13:40:14.586 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-05-07 13:40:14.635 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-07 13:40:14.636 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-07 13:40:14.636 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-05-07 13:40:16.785 7 WARNING glance.api.v2.images [None req-b1c30cc3-7cc9-4522-ab46-838665b4f48d - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-07 13:40:16.792 8 WARNING glance.api.v2.images [None req-94370621-4b83-447d-8403-a96ba681d75a - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-07 13:40:17.150 7 WARNING keystonemiddleware._common.config [None req-b1c30cc3-7cc9-4522-ab46-838665b4f48d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 13:40:17.157 7 WARNING oslo_config.cfg [None req-b1c30cc3-7cc9-4522-ab46-838665b4f48d - - - - - -] 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 0x7fb472774668 pid: 7 (default app) 2026-05-07 13:40:17.174 8 WARNING keystonemiddleware._common.config [None req-94370621-4b83-447d-8403-a96ba681d75a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 13:40:17.182 8 WARNING oslo_config.cfg [None req-94370621-4b83-447d-8403-a96ba681d75a - - - - - -] 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 0x7fb472774668 pid: 8 (default app) [pid: 7|app: 0|req: 5/5] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 13:40:19 2026] GET / => generated 1301 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-07 13:40:19.896 8 WARNING oslo_policy.policy [None req-ade290ca-8b15-4ba6-a941-1d193aceeb3c 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 13:40:19.896 8 WARNING oslo_policy.policy [None req-ade290ca-8b15-4ba6-a941-1d193aceeb3c 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 13:40:19.914 8 WARNING oslo_policy.policy [None req-ade290ca-8b15-4ba6-a941-1d193aceeb3c 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 13:40:19.914 8 WARNING oslo_policy.policy [None req-ade290ca-8b15-4ba6-a941-1d193aceeb3c 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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/6] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 13:40:19 2026] GET /v2/images => generated 69 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/7] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 13:40:24 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/8] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 13:40:24 2026] GET /v2/images => generated 69 bytes in 36 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-07 13:40:24.356 7 WARNING oslo_policy.policy [None req-79577ad0-fb7b-4b33-8b05-8a0a4b44e748 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 13:40:24.356 7 WARNING oslo_policy.policy [None req-79577ad0-fb7b-4b33-8b05-8a0a4b44e748 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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/9] 199.19.213.85 () {44 vars in 908 bytes} [Thu May 7 13:40:24 2026] GET /v2/images/cirros => generated 151 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/10] 199.19.213.85 () {44 vars in 930 bytes} [Thu May 7 13:40:24 2026] GET /v2/images?name=cirros => generated 81 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 13:40:24.504 7 WARNING oslo_policy.policy [None req-dcf6cf5e-98d8-41c1-907c-f902d9952005 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 13:40:24.504 7 WARNING oslo_policy.policy [None req-dcf6cf5e-98d8-41c1-907c-f902d9952005 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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: 8/11] 199.19.213.85 () {44 vars in 936 bytes} [Thu May 7 13:40:24 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 13:40:24.589 8 WARNING oslo_config.cfg [None req-ecffa8db-baa7-4ef7-9fc9-94a9ce5581d2 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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/12] 199.19.213.85 () {48 vars in 948 bytes} [Thu May 7 13:40:24 2026] POST /v2/images => generated 760 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-05-07 13:40:24.607 7 WARNING oslo_policy.policy [None req-286a1d55-88eb-4949-a1b0-9b1317b32a82 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 13:40:24.608 7 WARNING oslo_policy.policy [None req-286a1d55-88eb-4949-a1b0-9b1317b32a82 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 13:40:24.610 7 INFO glance.api.v2.image_data [None req-286a1d55-88eb-4949-a1b0-9b1317b32a82 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-07 13:40:28.715 7 WARNING glance.location [None req-286a1d55-88eb-4949-a1b0-9b1317b32a82 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 9/15] 199.19.213.85 () {48 vars in 1042 bytes} [Thu May 7 13:40:24 2026] PUT /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5/file => generated 0 bytes in 4156 msecs (HTTP/1.1 204) 4 headers in 171 bytes (6291 switches on core 0) [pid: 8|app: 0|req: 7/16] 199.19.213.85 () {44 vars in 968 bytes} [Thu May 7 13:40:28 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 13:40:28.796 7 WARNING oslo_config.cfg [None req-33ef3ab1-2db0-4559-b96c-62bd3c3355d3 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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: 10/17] 199.19.213.85 () {44 vars in 968 bytes} [Thu May 7 13:40:28 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 134/270] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:01:33 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/271] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:01:33 2026] GET /v2/images => generated 1240 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/290] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:03:03 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/291] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:03:03 2026] GET /v2/images => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/292] 199.19.213.85 () {44 vars in 934 bytes} [Thu May 7 14:03:04 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: 7|app: 0|req: 148/293] 199.19.213.85 () {44 vars in 956 bytes} [Thu May 7 14:03:04 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/294] 199.19.213.85 () {44 vars in 936 bytes} [Thu May 7 14:03:04 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/295] 199.19.213.85 () {48 vars in 948 bytes} [Thu May 7 14:03:04 2026] POST /v2/images => generated 796 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-05-07 14:03:04.199 8 WARNING oslo_policy.policy [None req-9e35e05a-5658-4e72-bc2c-d8707c7d757b 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 14:03:04.200 8 WARNING oslo_policy.policy [None req-9e35e05a-5658-4e72-bc2c-d8707c7d757b 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - 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-07 14:03:04.201 8 INFO glance.api.v2.image_data [None req-9e35e05a-5658-4e72-bc2c-d8707c7d757b 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-07 14:03:28.602 8 WARNING glance.location [None req-9e35e05a-5658-4e72-bc2c-d8707c7d757b 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 147/302] 199.19.213.85 () {48 vars in 1043 bytes} [Thu May 7 14:03:04 2026] PUT /v2/images/d1405251-5720-48b6-aef6-016e4e9b5fa3/file => generated 0 bytes in 24451 msecs (HTTP/1.1 204) 4 headers in 171 bytes (64584 switches on core 0) [pid: 7|app: 0|req: 156/303] 199.19.213.85 () {44 vars in 968 bytes} [Thu May 7 14:03:28 2026] GET /v2/images/d1405251-5720-48b6-aef6-016e4e9b5fa3 => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/304] 199.19.213.85 () {44 vars in 968 bytes} [Thu May 7 14:03:28 2026] GET /v2/images/d1405251-5720-48b6-aef6-016e4e9b5fa3 => generated 1209 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/305] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:03:30 2026] GET / => generated 1301 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/306] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:03:30 2026] GET /v2/images => generated 2451 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/385] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:09:58 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/386] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:09:58 2026] GET /v2/images => generated 2451 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/389] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:10:12 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/390] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:10:12 2026] GET /v2/images => generated 2451 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/391] 199.19.213.85 () {44 vars in 944 bytes} [Thu May 7 14:10:12 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: 192/392] 199.19.213.85 () {44 vars in 966 bytes} [Thu May 7 14:10:12 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: 201/393] 199.19.213.85 () {44 vars in 936 bytes} [Thu May 7 14:10:12 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: 193/394] 199.19.213.85 () {48 vars in 948 bytes} [Thu May 7 14:10:12 2026] POST /v2/images => generated 799 bytes in 262 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-05-07 14:10:12.440 7 INFO glance.api.v2.image_data [None req-09b3ba9a-11ad-4a8e-885f-a3302eb25342 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-07 14:10:27.497 7 INFO glance.location [None req-09b3ba9a-11ad-4a8e-885f-a3302eb25342 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 202/399] 199.19.213.85 () {48 vars in 1042 bytes} [Thu May 7 14:10:12 2026] PUT /v2/images/343df3ba-27e8-4d33-8015-8343bbaf6d37/file => generated 0 bytes in 15107 msecs (HTTP/1.1 204) 4 headers in 171 bytes (27196 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.19.213.85 () {44 vars in 968 bytes} [Thu May 7 14:10:27 2026] GET /v2/images/343df3ba-27e8-4d33-8015-8343bbaf6d37 => 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: 203/401] 199.19.213.85 () {48 vars in 1047 bytes} [Thu May 7 14:10:27 2026] PATCH /v2/images/343df3ba-27e8-4d33-8015-8343bbaf6d37 => generated 1234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/402] 199.19.213.85 () {44 vars in 968 bytes} [Thu May 7 14:10:27 2026] GET /v2/images/343df3ba-27e8-4d33-8015-8343bbaf6d37 => generated 1234 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:11:04 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/410] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:11:04 2026] GET /v2/images => generated 3687 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:11:25 2026] GET / => generated 1301 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:11:25 2026] GET /v2/images => generated 3687 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 199.19.213.85 () {44 vars in 936 bytes} [Thu May 7 14:11:25 2026] GET /v2/images/manila-service-image => generated 165 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/418] 199.19.213.85 () {44 vars in 958 bytes} [Thu May 7 14:11:25 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 199.19.213.85 () {44 vars in 936 bytes} [Thu May 7 14:11:25 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: 208/420] 199.19.213.85 () {48 vars in 948 bytes} [Thu May 7 14:11:25 2026] POST /v2/images => generated 791 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-05-07 14:11:25.845 7 INFO glance.api.v2.image_data [None req-a69c6f77-b46a-49aa-90cc-77dde3da105f 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-07 14:11:38.423 7 INFO glance.location [None req-a69c6f77-b46a-49aa-90cc-77dde3da105f 6b5c046783194b688df11b3d8991608e 3ff63fe230854c03b9c833cb729b4a57 - - default default] Image format matched and virtual size computed: 2831220736 [pid: 7|app: 0|req: 213/425] 199.19.213.85 () {48 vars in 1043 bytes} [Thu May 7 14:11:25 2026] PUT /v2/images/c3e3aa78-5be3-425d-8fc8-45cc096c0574/file => generated 0 bytes in 12630 msecs (HTTP/1.1 204) 4 headers in 171 bytes (31603 switches on core 0) [pid: 8|app: 0|req: 213/426] 199.19.213.85 () {44 vars in 968 bytes} [Thu May 7 14:11:38 2026] GET /v2/images/c3e3aa78-5be3-425d-8fc8-45cc096c0574 => generated 1204 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/427] 199.19.213.85 () {44 vars in 968 bytes} [Thu May 7 14:11:38 2026] GET /v2/images/c3e3aa78-5be3-425d-8fc8-45cc096c0574 => generated 1204 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/574] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:23:46 2026] GET / => generated 1301 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.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:23:46 2026] GET /v2/images => generated 4893 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/602] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:26:02 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/603] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:26:02 2026] GET /v2/images => generated 4893 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/604] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:26:03 2026] GET / => generated 1301 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.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:26:03 2026] GET /v2/images => generated 4893 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/616] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:26:53 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/617] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:26:53 2026] GET /v2/images => generated 4893 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/620] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:27:00 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/621] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:27:00 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: 7|app: 0|req: 318/634] 199.19.213.85 () {42 vars in 685 bytes} [Thu May 7 14:28:00 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/635] 199.19.213.85 () {44 vars in 907 bytes} [Thu May 7 14:28:00 2026] GET /v2/images => generated 4893 bytes in 65 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: 323/644] 10.0.0.106 () {32 vars in 633 bytes} [Thu May 7 14:28:42 2026] GET /v2/images => generated 4893 bytes in 23 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: 324/649] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:29:01 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/650] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:29:01 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: 325/651] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:29:04 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 327/652] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:29:04 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: 327/655] 199.19.213.85 () {36 vars in 990 bytes} [Thu May 7 14:29:09 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 329/656] 199.19.213.85 () {36 vars in 930 bytes} [Thu May 7 14:29:09 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: 328/657] 199.19.213.85 () {36 vars in 990 bytes} [Thu May 7 14:29:09 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 330/658] 199.19.213.85 () {36 vars in 930 bytes} [Thu May 7 14:29:09 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: 329/659] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:29:13 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/660] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:29:13 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: 330/661] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:29:14 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/662] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:29: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: 8|app: 0|req: 331/663] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:29: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: 333/664] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:29:14 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 332/665] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:29: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: 334/666] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:29: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: 8|app: 0|req: 333/667] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:29:15 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 335/668] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:29: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: 8|app: 0|req: 334/669] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:29:15 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: 336/670] 10.0.0.3 () {36 vars in 909 bytes} [Thu May 7 14:29:15 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/671] 10.0.0.3 () {36 vars in 1005 bytes} [Thu May 7 14:29:15 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5/locations => generated 127 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/672] 10.0.0.3 () {36 vars in 985 bytes} [Thu May 7 14:29:16 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 336/673] 10.0.0.3 () {36 vars in 925 bytes} [Thu May 7 14:29:16 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: 338/674] 10.0.0.3 () {36 vars in 925 bytes} [Thu May 7 14:29:16 2026] GET /v2/schemas/image => generated 4018 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/681] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:29:40 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 340/682] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:29:40 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: 343/683] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:29:45 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 341/684] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:29:45 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: 347/695] 10.0.0.106 () {34 vars in 655 bytes} [Thu May 7 14:30:31 2026] POST /v2/images => generated 648 bytes in 198 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-05-07 14:30:31.721 7 WARNING glance.api.v2.images [None req-21b31208-1600-453d-8087-139786b48582 db177a777f4245d6810b59cf02a051b8 78256ca83a3b4cb2bfe7bd5cd48ddf09 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//6bff1e0e-17c0-4d87-8f3e-33a90892bb21 [pid: 7|app: 0|req: 349/696] 10.0.0.106 () {32 vars in 710 bytes} [Thu May 7 14:30:31 2026] DELETE /v2/images/6bff1e0e-17c0-4d87-8f3e-33a90892bb21 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/697] 10.0.0.106 () {32 vars in 707 bytes} [Thu May 7 14:30:31 2026] GET /v2/images/6bff1e0e-17c0-4d87-8f3e-33a90892bb21 => generated 139 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/698] 10.0.0.106 () {32 vars in 633 bytes} [Thu May 7 14:30:31 2026] GET /v2/images => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/699] 10.0.0.106 () {34 vars in 655 bytes} [Thu May 7 14:30:31 2026] POST /v2/images => generated 703 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/700] 10.0.0.106 () {32 vars in 717 bytes} [Thu May 7 14:30:31 2026] GET /v2/images/30007da0-d7e1-4d47-a389-6d2410e5eefc/file => generated 0 bytes in 14 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:31.890 8 INFO glance.api.v2.image_data [None req-90b69251-099e-456e-956d-5242edd38bda db177a777f4245d6810b59cf02a051b8 78256ca83a3b4cb2bfe7bd5cd48ddf09 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-07 14:30:31.931 8 WARNING glance_store._drivers.rbd [None req-90b69251-099e-456e-956d-5242edd38bda db177a777f4245d6810b59cf02a051b8 78256ca83a3b4cb2bfe7bd5cd48ddf09 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-05-07 14:30:32.861 8 INFO glance.location [None req-90b69251-099e-456e-956d-5242edd38bda db177a777f4245d6810b59cf02a051b8 78256ca83a3b4cb2bfe7bd5cd48ddf09 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 350/701] 10.0.0.106 () {32 vars in 727 bytes} [Thu May 7 14:30:31 2026] PUT /v2/images/30007da0-d7e1-4d47-a389-6d2410e5eefc/file => generated 0 bytes in 1012 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/702] 10.0.0.106 () {32 vars in 707 bytes} [Thu May 7 14:30:32 2026] GET /v2/images/30007da0-d7e1-4d47-a389-6d2410e5eefc => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/703] 10.0.0.106 () {32 vars in 717 bytes} [Thu May 7 14:30:32 2026] GET /v2/images/30007da0-d7e1-4d47-a389-6d2410e5eefc/file => generated 1024 bytes in 117 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/704] 10.0.0.106 () {34 vars in 655 bytes} [Thu May 7 14:30:33 2026] POST /v2/images => generated 649 bytes in 41 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/705] 10.0.0.106 () {32 vars in 726 bytes} [Thu May 7 14:30:33 2026] PATCH /v2/images/efb63f82-bd5f-4621-8ccd-626a876d37cb => generated 652 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/706] 10.0.0.106 () {32 vars in 707 bytes} [Thu May 7 14:30:33 2026] GET /v2/images/efb63f82-bd5f-4621-8ccd-626a876d37cb => generated 652 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:33.162 8 WARNING glance.api.v2.images [None req-500559b6-585b-4937-83c8-ab1d9b34a8f0 db177a777f4245d6810b59cf02a051b8 78256ca83a3b4cb2bfe7bd5cd48ddf09 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//efb63f82-bd5f-4621-8ccd-626a876d37cb [pid: 8|app: 0|req: 353/707] 10.0.0.106 () {32 vars in 710 bytes} [Thu May 7 14:30:33 2026] DELETE /v2/images/efb63f82-bd5f-4621-8ccd-626a876d37cb => generated 0 bytes in 40 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/708] 10.0.0.106 () {32 vars in 707 bytes} [Thu May 7 14:30:33 2026] GET /v2/images/efb63f82-bd5f-4621-8ccd-626a876d37cb => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:33.223 8 WARNING glance.api.v2.images [None req-20ce0523-fd23-47d3-ad8a-d43cd7f3c148 db177a777f4245d6810b59cf02a051b8 78256ca83a3b4cb2bfe7bd5cd48ddf09 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//30007da0-d7e1-4d47-a389-6d2410e5eefc [pid: 8|app: 0|req: 354/709] 10.0.0.106 () {32 vars in 710 bytes} [Thu May 7 14:30:33 2026] DELETE /v2/images/30007da0-d7e1-4d47-a389-6d2410e5eefc => generated 0 bytes in 911 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/710] 10.0.0.106 () {32 vars in 707 bytes} [Thu May 7 14:30:34 2026] GET /v2/images/30007da0-d7e1-4d47-a389-6d2410e5eefc => generated 139 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:34.175 8 WARNING glance.api.v2.images [None req-135f04bf-c016-4c27-9870-d4992a710075 db177a777f4245d6810b59cf02a051b8 78256ca83a3b4cb2bfe7bd5cd48ddf09 - - default default] Failed to find image 6bff1e0e-17c0-4d87-8f3e-33a90892bb21 to delete: glance.common.exception.ImageNotFound: No image found with ID 6bff1e0e-17c0-4d87-8f3e-33a90892bb21 [pid: 8|app: 0|req: 355/711] 10.0.0.106 () {32 vars in 710 bytes} [Thu May 7 14:30:34 2026] DELETE /v2/images/6bff1e0e-17c0-4d87-8f3e-33a90892bb21 => generated 147 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/712] 10.0.0.106 () {32 vars in 707 bytes} [Thu May 7 14:30:34 2026] GET /v2/images/6bff1e0e-17c0-4d87-8f3e-33a90892bb21 => generated 139 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/713] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:30:35 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/714] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:30:35 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: 360/721] 10.0.0.106 () {32 vars in 707 bytes} [Thu May 7 14:31:00 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 362/722] 10.0.0.106 () {32 vars in 707 bytes} [Thu May 7 14:31:00 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/723] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:31:01 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/724] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:31:01 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: 362/725] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:31:01 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: 364/726] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:31:01 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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/727] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:31:01 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: 365/728] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:31:01 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: 364/729] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:31:01 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/730] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:31:01 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: 365/731] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:31:01 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: 367/732] 10.0.0.3 () {36 vars in 909 bytes} [Thu May 7 14:31:02 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/733] 10.0.0.3 () {36 vars in 1005 bytes} [Thu May 7 14:31:02 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5/locations => generated 127 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/734] 10.0.0.3 () {36 vars in 985 bytes} [Thu May 7 14:31:02 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/735] 10.0.0.3 () {36 vars in 925 bytes} [Thu May 7 14:31:02 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: 369/736] 10.0.0.3 () {36 vars in 925 bytes} [Thu May 7 14:31:02 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: 370/741] 10.0.0.106 () {30 vars in 411 bytes} [Thu May 7 14:31:17 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/744] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:31:28 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 373/745] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:31:28 2026] GET /v2/schemas/image => generated 4018 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/746] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:31:31 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 374/747] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:31:31 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: 379/756] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:32:14 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 378/757] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:32: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: 8|app: 0|req: 380/760] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:32:20 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 381/761] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:32:20 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: 384/766] 10.0.0.164 () {36 vars in 987 bytes} [Thu May 7 14:32:38 2026] GET /v2/images/56d5a4bc-d5a7-4739-9881-d54612f3b1a5 => 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: 383/767] 10.0.0.164 () {36 vars in 927 bytes} [Thu May 7 14:32:38 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: 388/776] 199.19.213.85 () {32 vars in 825 bytes} [Thu May 7 14:33:19 2026] GET /v2/images?status=active&owner=3ff63fe230854c03b9c833cb729b4a57&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/777] 199.19.213.85 () {32 vars in 652 bytes} [Thu May 7 14:33: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: 8|app: 0|req: 389/778] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:33:19 2026] GET /v2/images/d1405251-5720-48b6-aef6-016e4e9b5fa3 => 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: 390/779] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:33: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: 390/780] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:33: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: 391/781] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:33:19 2026] GET /v2/images/d1405251-5720-48b6-aef6-016e4e9b5fa3 => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/782] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:33: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: 392/783] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:33: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: 8|app: 0|req: 392/784] 10.0.0.41 () {36 vars in 986 bytes} [Thu May 7 14:33:19 2026] GET /v2/images/d1405251-5720-48b6-aef6-016e4e9b5fa3 => generated 1209 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/785] 10.0.0.41 () {36 vars in 926 bytes} [Thu May 7 14:33:19 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: 393/786] 10.0.0.3 () {36 vars in 909 bytes} [Thu May 7 14:33:20 2026] GET /versions => generated 1301 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/787] 10.0.0.3 () {36 vars in 1005 bytes} [Thu May 7 14:33:20 2026] GET /v2/images/d1405251-5720-48b6-aef6-016e4e9b5fa3/locations => generated 127 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/788] 10.0.0.3 () {36 vars in 985 bytes} [Thu May 7 14:33:20 2026] GET /v2/images/d1405251-5720-48b6-aef6-016e4e9b5fa3 => generated 1209 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/789] 10.0.0.3 () {36 vars in 925 bytes} [Thu May 7 14:33:20 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: 395/790] 10.0.0.3 () {36 vars in 925 bytes} [Thu May 7 14:33:20 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: 416/831] 10.0.0.106 () {32 vars in 633 bytes} [Thu May 7 14:36:37 2026] GET /v2/images => generated 4893 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)