+ 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 [Wed Jun 10 15:19:46 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: glance-api-747fff5944-qzsg2 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 0x7f6183559668 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-06-10 15:19:49.021 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-06-10 15:19:49.175 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-06-10 15:19:49.961 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-06-10 15:19:49.963 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-06-10 15:19:49.963 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-06-10 15:19:50.057 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-06-10 15:19:50.058 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-06-10 15:19:50.059 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-06-10 15:19:52.116 7 WARNING glance.api.v2.images [None req-4b5092eb-9051-4bd4-9516-c820deb6ecae - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-10 15:19:52.268 8 WARNING glance.api.v2.images [None req-b03e5af1-8286-4537-aac6-241747293b7b - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-10 15:19:52.461 7 WARNING keystonemiddleware._common.config [None req-4b5092eb-9051-4bd4-9516-c820deb6ecae - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 15:19:52.469 7 WARNING oslo_config.cfg [None req-4b5092eb-9051-4bd4-9516-c820deb6ecae - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x7f6183559668 pid: 7 (default app) 2026-06-10 15:19:52.631 8 WARNING keystonemiddleware._common.config [None req-b03e5af1-8286-4537-aac6-241747293b7b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-10 15:19:52.639 8 WARNING oslo_config.cfg [None req-b03e5af1-8286-4537-aac6-241747293b7b - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x7f6183559668 pid: 8 (default app) [pid: 7|app: 0|req: 5/5] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:19:54 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-06-10 15:19:54.853 8 WARNING oslo_policy.policy [None req-0aaa0624-cfe1-44af-ae35-526f5eeb23e3 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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-06-10 15:19:54.854 8 WARNING oslo_policy.policy [None req-0aaa0624-cfe1-44af-ae35-526f5eeb23e3 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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-06-10 15:19:54.869 8 WARNING oslo_policy.policy [None req-0aaa0624-cfe1-44af-ae35-526f5eeb23e3 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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-06-10 15:19:54.869 8 WARNING oslo_policy.policy [None req-0aaa0624-cfe1-44af-ae35-526f5eeb23e3 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:19:54 2026] GET /v2/images => generated 69 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/7] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:19:58 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.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:19:58 2026] GET /v2/images => generated 69 bytes in 42 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-06-10 15:19:58.772 7 WARNING oslo_policy.policy [None req-1c761a0e-470c-4e04-87bd-8594aaf6a999 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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-06-10 15:19:58.772 7 WARNING oslo_policy.policy [None req-1c761a0e-470c-4e04-87bd-8594aaf6a999 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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.204.45.35 () {44 vars in 908 bytes} [Wed Jun 10 15:19:58 2026] GET /v2/images/cirros => generated 151 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/10] 199.204.45.35 () {44 vars in 930 bytes} [Wed Jun 10 15:19:58 2026] GET /v2/images?name=cirros => generated 81 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 15:19:58.919 7 WARNING oslo_policy.policy [None req-4fb56d58-2fb9-4718-be4d-d3ab3affc364 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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-06-10 15:19:58.919 7 WARNING oslo_policy.policy [None req-4fb56d58-2fb9-4718-be4d-d3ab3affc364 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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.204.45.35 () {44 vars in 936 bytes} [Wed Jun 10 15:19:58 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-10 15:19:59.001 8 WARNING oslo_config.cfg [None req-0e955647-18af-4a4e-aa60-aebd54720158 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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.204.45.35 () {48 vars in 948 bytes} [Wed Jun 10 15:19:58 2026] POST /v2/images => generated 760 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-06-10 15:19:59.024 7 WARNING oslo_policy.policy [None req-f732b899-46f0-4c4b-819e-ecd6641b2fb1 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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-06-10 15:19:59.025 7 WARNING oslo_policy.policy [None req-f732b899-46f0-4c4b-819e-ecd6641b2fb1 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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-06-10 15:19:59.026 7 INFO glance.api.v2.image_data [None req-f732b899-46f0-4c4b-819e-ecd6641b2fb1 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-10 15:20:02.356 7 WARNING glance.location [None req-f732b899-46f0-4c4b-819e-ecd6641b2fb1 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 9/15] 199.204.45.35 () {48 vars in 1042 bytes} [Wed Jun 10 15:19:59 2026] PUT /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883/file => generated 0 bytes in 3391 msecs (HTTP/1.1 204) 4 headers in 171 bytes (6787 switches on core 0) [pid: 8|app: 0|req: 7/16] 199.204.45.35 () {44 vars in 968 bytes} [Wed Jun 10 15:20:02 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-10 15:20:02.535 7 WARNING oslo_config.cfg [None req-bfa77d5d-44f2-405b-bf1a-171d6ca71480 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - 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.204.45.35 () {48 vars in 1048 bytes} [Wed Jun 10 15:20:02 2026] PATCH /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.35 () {44 vars in 968 bytes} [Wed Jun 10 15:20:02 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/279] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:41:44 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: 139/280] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:41:44 2026] GET /v2/images => generated 1381 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/285] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:42:04 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: 142/286] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:42:04 2026] GET /v2/images => generated 1381 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/287] 199.204.45.35 () {44 vars in 934 bytes} [Wed Jun 10 15:42: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: 8|app: 0|req: 143/288] 199.204.45.35 () {44 vars in 956 bytes} [Wed Jun 10 15:42:04 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/289] 199.204.45.35 () {44 vars in 936 bytes} [Wed Jun 10 15:42:04 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/290] 199.204.45.35 () {48 vars in 948 bytes} [Wed Jun 10 15:42:04 2026] POST /v2/images => generated 796 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-06-10 15:42:04.443 7 INFO glance.api.v2.image_data [None req-4a9d1466-1041-486c-b863-e302883b3d24 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-10 15:42:31.451 7 WARNING glance.location [None req-4a9d1466-1041-486c-b863-e302883b3d24 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 147/295] 199.204.45.35 () {48 vars in 1043 bytes} [Wed Jun 10 15:42:04 2026] PUT /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be/file => generated 0 bytes in 27059 msecs (HTTP/1.1 204) 4 headers in 171 bytes (75602 switches on core 0) [pid: 8|app: 0|req: 149/296] 199.204.45.35 () {44 vars in 968 bytes} [Wed Jun 10 15:42:31 2026] GET /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be => generated 1209 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/299] 199.204.45.35 () {48 vars in 1048 bytes} [Wed Jun 10 15:42:31 2026] PATCH /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be => generated 1395 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/300] 199.204.45.35 () {44 vars in 968 bytes} [Wed Jun 10 15:42:31 2026] GET /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be => generated 1395 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/301] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:42: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: 150/302] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:42:33 2026] GET /v2/images => generated 2778 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:49:51 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: 197/392] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:49:51 2026] GET /v2/images => generated 2778 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/395] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:50: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: 199/396] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:50:02 2026] GET /v2/images => generated 2778 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.35 () {44 vars in 944 bytes} [Wed Jun 10 15:50:02 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.35 () {44 vars in 966 bytes} [Wed Jun 10 15:50:02 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.35 () {44 vars in 936 bytes} [Wed Jun 10 15:50:02 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.35 () {48 vars in 948 bytes} [Wed Jun 10 15:50:02 2026] POST /v2/images => generated 799 bytes in 42 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-06-10 15:50:03.016 7 INFO glance.api.v2.image_data [None req-f4f2eb2a-f85a-4aa8-b9fc-8c8cf712c07a d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-10 15:50:22.720 7 INFO glance.location [None req-f4f2eb2a-f85a-4aa8-b9fc-8c8cf712c07a d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 200/405] 199.204.45.35 () {48 vars in 1042 bytes} [Wed Jun 10 15:50:03 2026] PUT /v2/images/d3182040-2b8d-4e2a-9d41-d36feccf9314/file => generated 0 bytes in 19753 msecs (HTTP/1.1 204) 4 headers in 171 bytes (21405 switches on core 0) [pid: 8|app: 0|req: 206/406] 199.204.45.35 () {44 vars in 968 bytes} [Wed Jun 10 15:50:22 2026] GET /v2/images/d3182040-2b8d-4e2a-9d41-d36feccf9314 => generated 1211 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/407] 199.204.45.35 () {48 vars in 1048 bytes} [Wed Jun 10 15:50:22 2026] PATCH /v2/images/d3182040-2b8d-4e2a-9d41-d36feccf9314 => generated 1410 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/408] 199.204.45.35 () {44 vars in 968 bytes} [Wed Jun 10 15:50:22 2026] GET /v2/images/d3182040-2b8d-4e2a-9d41-d36feccf9314 => generated 1410 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/415] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:51:01 2026] GET / => generated 1301 bytes in 5 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/416] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:51:01 2026] GET /v2/images => generated 4190 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/423] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 15:51:24 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: 215/424] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 15:51:24 2026] GET /v2/images => generated 4190 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/425] 199.204.45.35 () {44 vars in 936 bytes} [Wed Jun 10 15:51:24 2026] GET /v2/images/manila-service-image => generated 165 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/426] 199.204.45.35 () {44 vars in 958 bytes} [Wed Jun 10 15:51:24 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: 211/427] 199.204.45.35 () {44 vars in 936 bytes} [Wed Jun 10 15:51:24 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/428] 199.204.45.35 () {48 vars in 948 bytes} [Wed Jun 10 15:51:24 2026] POST /v2/images => generated 791 bytes in 42 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-06-10 15:51:25.009 7 INFO glance.api.v2.image_data [None req-36b98e4e-23e0-42a4-a812-332a801e5c41 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-10 15:51:39.662 7 INFO glance.location [None req-36b98e4e-23e0-42a4-a812-332a801e5c41 d236057d59344609871bf39790c005e6 f9f13f921f804aad8167a94b410898c3 - - default default] Image format matched and virtual size computed: 2976251904 [pid: 7|app: 0|req: 212/431] 199.204.45.35 () {48 vars in 1043 bytes} [Wed Jun 10 15:51:24 2026] PUT /v2/images/e5be5750-62ed-46c9-8e18-ba96054f9e32/file => generated 0 bytes in 14700 msecs (HTTP/1.1 204) 4 headers in 171 bytes (30780 switches on core 0) [pid: 8|app: 0|req: 220/432] 199.204.45.35 () {44 vars in 968 bytes} [Wed Jun 10 15:51:39 2026] GET /v2/images/e5be5750-62ed-46c9-8e18-ba96054f9e32 => generated 1204 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/433] 199.204.45.35 () {48 vars in 1048 bytes} [Wed Jun 10 15:51:39 2026] PATCH /v2/images/e5be5750-62ed-46c9-8e18-ba96054f9e32 => generated 1382 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/434] 199.204.45.35 () {44 vars in 968 bytes} [Wed Jun 10 15:51:39 2026] GET /v2/images/e5be5750-62ed-46c9-8e18-ba96054f9e32 => generated 1382 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/599] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 16:05:15 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: 296/600] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 16:05:15 2026] GET /v2/images => generated 5574 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/629] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 16:07:34 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: 319/630] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 16:07:34 2026] GET /v2/images => generated 5574 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/631] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 16:07:36 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: 320/632] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 16:07:36 2026] GET /v2/images => generated 5574 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/643] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 16:08:27 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: 326/644] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 16:08:27 2026] GET /v2/images => generated 5574 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/647] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 16:08:36 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: 328/648] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 16:08:36 2026] GET /v2/images => generated 5574 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/661] 199.204.45.35 () {42 vars in 685 bytes} [Wed Jun 10 16:09:37 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: 335/662] 199.204.45.35 () {44 vars in 907 bytes} [Wed Jun 10 16:09:37 2026] GET /v2/images => generated 5574 bytes in 46 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: 340/671] 10.0.0.218 () {32 vars in 633 bytes} [Wed Jun 10 16:10:19 2026] GET /v2/images => generated 5574 bytes in 19 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: 334/676] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:10:37 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/677] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:10:37 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: 336/680] 199.204.45.35 () {36 vars in 990 bytes} [Wed Jun 10 16:10:45 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/681] 199.204.45.35 () {36 vars in 930 bytes} [Wed Jun 10 16:10:45 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: 337/682] 199.204.45.35 () {36 vars in 990 bytes} [Wed Jun 10 16:10:45 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/683] 199.204.45.35 () {36 vars in 930 bytes} [Wed Jun 10 16:10: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: 7|app: 0|req: 338/684] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:10:50 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/685] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:10:50 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: 339/686] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:10:51 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/687] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:10:51 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: 353/696] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:11:26 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/697] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:11:26 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: 354/698] 10.0.0.218 () {30 vars in 411 bytes} [Wed Jun 10 16:11:31 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: 350/709] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:12:16 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/710] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:12:16 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: 351/711] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:12: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: 8|app: 0|req: 361/712] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:12:16 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/713] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:12: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: 8|app: 0|req: 362/714] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:12:16 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: 353/715] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:12:16 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/716] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:12:16 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: 354/717] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:12: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: 8|app: 0|req: 364/718] 10.0.0.242 () {36 vars in 911 bytes} [Wed Jun 10 16:12:17 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/719] 10.0.0.242 () {36 vars in 1007 bytes} [Wed Jun 10 16:12:17 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883/locations => generated 127 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/720] 10.0.0.242 () {36 vars in 987 bytes} [Wed Jun 10 16:12:17 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/721] 10.0.0.242 () {36 vars in 927 bytes} [Wed Jun 10 16:12:17 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/722] 10.0.0.242 () {36 vars in 927 bytes} [Wed Jun 10 16:12:17 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: 358/725] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:12:27 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/726] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:12:27 2026] GET /v2/schemas/image => generated 4018 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/733] 10.0.0.218 () {34 vars in 655 bytes} [Wed Jun 10 16:12:51 2026] POST /v2/images => generated 649 bytes in 241 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-06-10 16:12:52.124 8 WARNING glance.api.v2.images [None req-57d83cc8-19ca-4b70-a1a6-aa63f08b3f8e 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//109dc639-a34d-42a0-a057-e68a9a9fc148 [pid: 8|app: 0|req: 372/734] 10.0.0.218 () {32 vars in 710 bytes} [Wed Jun 10 16:12:52 2026] DELETE /v2/images/109dc639-a34d-42a0-a057-e68a9a9fc148 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/735] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 16:12:52 2026] GET /v2/images/109dc639-a34d-42a0-a057-e68a9a9fc148 => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/736] 10.0.0.218 () {32 vars in 633 bytes} [Wed Jun 10 16:12:52 2026] GET /v2/images => generated 1381 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/737] 10.0.0.218 () {34 vars in 655 bytes} [Wed Jun 10 16:12:52 2026] POST /v2/images => generated 703 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-06-10 16:12:52.299 8 WARNING oslo_policy.policy [None req-fb67ae6f-fd60-479d-82e2-5173265fcdcd 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - 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-06-10 16:12:52.299 8 WARNING oslo_policy.policy [None req-fb67ae6f-fd60-479d-82e2-5173265fcdcd 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - 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: 374/738] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 16:12:52 2026] GET /v2/images/bdfb85aa-82d3-4d8e-8357-e403aeeaae96/file => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-10 16:12:52.320 7 INFO glance.api.v2.image_data [None req-4cadd1c7-270d-48ff-9115-899ad35d1993 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-10 16:12:52.363 7 WARNING glance_store._drivers.rbd [None req-4cadd1c7-270d-48ff-9115-899ad35d1993 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-06-10 16:12:53.227 7 INFO glance.location [None req-4cadd1c7-270d-48ff-9115-899ad35d1993 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 365/739] 10.0.0.218 () {32 vars in 727 bytes} [Wed Jun 10 16:12:52 2026] PUT /v2/images/bdfb85aa-82d3-4d8e-8357-e403aeeaae96/file => generated 0 bytes in 966 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/740] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 16:12:53 2026] GET /v2/images/bdfb85aa-82d3-4d8e-8357-e403aeeaae96 => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/741] 10.0.0.218 () {32 vars in 717 bytes} [Wed Jun 10 16:12:53 2026] GET /v2/images/bdfb85aa-82d3-4d8e-8357-e403aeeaae96/file => generated 1024 bytes in 169 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/742] 10.0.0.218 () {34 vars in 655 bytes} [Wed Jun 10 16:12:53 2026] POST /v2/images => generated 648 bytes in 41 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/743] 10.0.0.218 () {32 vars in 726 bytes} [Wed Jun 10 16:12:53 2026] PATCH /v2/images/2f459161-8188-42df-b32f-1b84171e8c0d => generated 652 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/744] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 16:12:53 2026] GET /v2/images/2f459161-8188-42df-b32f-1b84171e8c0d => generated 652 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-10 16:12:53.643 7 WARNING glance.api.v2.images [None req-1edf7b41-75a6-47fd-83dd-110d1cc32625 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//2f459161-8188-42df-b32f-1b84171e8c0d [pid: 7|app: 0|req: 368/745] 10.0.0.218 () {32 vars in 710 bytes} [Wed Jun 10 16:12:53 2026] DELETE /v2/images/2f459161-8188-42df-b32f-1b84171e8c0d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/746] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 16:12:53 2026] GET /v2/images/2f459161-8188-42df-b32f-1b84171e8c0d => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 16:12:53.724 7 WARNING glance.api.v2.images [None req-5ffa704c-6598-496b-afd6-611d89438bc5 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//bdfb85aa-82d3-4d8e-8357-e403aeeaae96 [pid: 8|app: 0|req: 379/747] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:12:54 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/748] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:12:54 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: 369/749] 10.0.0.218 () {32 vars in 710 bytes} [Wed Jun 10 16:12:53 2026] DELETE /v2/images/bdfb85aa-82d3-4d8e-8357-e403aeeaae96 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/750] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 16:12:54 2026] GET /v2/images/bdfb85aa-82d3-4d8e-8357-e403aeeaae96 => generated 139 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-10 16:12:54.562 7 WARNING glance.api.v2.images [None req-553b8b0c-49b9-4af4-9d95-dbd1a369e3b5 8ab351da221f43608aa9bab725f14f75 fc9ed7dc312b4d76960d93987466310c - - default default] Failed to find image 109dc639-a34d-42a0-a057-e68a9a9fc148 to delete: glance.common.exception.ImageNotFound: No image found with ID 109dc639-a34d-42a0-a057-e68a9a9fc148 [pid: 7|app: 0|req: 370/751] 10.0.0.218 () {32 vars in 710 bytes} [Wed Jun 10 16:12:54 2026] DELETE /v2/images/109dc639-a34d-42a0-a057-e68a9a9fc148 => generated 147 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/752] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 16:12:54 2026] GET /v2/images/109dc639-a34d-42a0-a057-e68a9a9fc148 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/759] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:13:27 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/760] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:13:27 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: 377/765] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:13:45 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/766] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:13:45 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: 378/767] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 16:13:49 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/768] 10.0.0.218 () {32 vars in 707 bytes} [Wed Jun 10 16:13:49 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/769] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:13:49 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/770] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:13:49 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: 380/771] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:13:49 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: 392/772] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:13:49 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/773] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:13:49 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/774] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:13: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: 382/775] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:13:49 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/776] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:13:49 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: 383/777] 10.0.0.242 () {36 vars in 911 bytes} [Wed Jun 10 16:13:50 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: 395/778] 10.0.0.242 () {36 vars in 1007 bytes} [Wed Jun 10 16:13:50 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883/locations => generated 127 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/779] 10.0.0.242 () {36 vars in 987 bytes} [Wed Jun 10 16:13:50 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/780] 10.0.0.242 () {36 vars in 927 bytes} [Wed Jun 10 16:13:50 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: 385/781] 10.0.0.242 () {36 vars in 927 bytes} [Wed Jun 10 16:13:50 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: 399/786] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:14:02 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/787] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:14: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: 400/788] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:14:04 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/789] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:14:04 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: 405/798] 10.0.0.207 () {36 vars in 987 bytes} [Wed Jun 10 16:14:48 2026] GET /v2/images/4c452725-9c43-42f8-8e8b-d68083ab2883 => generated 1312 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/799] 10.0.0.207 () {36 vars in 927 bytes} [Wed Jun 10 16:14:48 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: 406/800] 199.204.45.35 () {32 vars in 825 bytes} [Wed Jun 10 16:14:51 2026] GET /v2/images?status=active&owner=f9f13f921f804aad8167a94b410898c3&limit=2&tag=amphora&sort=created_at:desc => generated 1560 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/801] 199.204.45.35 () {32 vars in 652 bytes} [Wed Jun 10 16:14:51 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: 408/804] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be => generated 1395 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/805] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/806] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/807] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be => generated 1395 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/808] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/809] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/810] 10.0.0.139 () {36 vars in 987 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be => generated 1395 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/811] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/812] 10.0.0.139 () {36 vars in 927 bytes} [Wed Jun 10 16:14:52 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: 401/813] 10.0.0.242 () {36 vars in 911 bytes} [Wed Jun 10 16:14:52 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: 413/814] 10.0.0.242 () {36 vars in 1007 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be/locations => generated 127 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/815] 10.0.0.242 () {36 vars in 987 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/images/e94f9a60-e6f7-4094-ad25-58153e8e05be => generated 1395 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/816] 10.0.0.242 () {36 vars in 927 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/817] 10.0.0.242 () {36 vars in 927 bytes} [Wed Jun 10 16:14:52 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/866] 10.0.0.218 () {32 vars in 633 bytes} [Wed Jun 10 16:18:52 2026] GET /v2/images => generated 5574 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)