+ 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 [Tue Apr 14 06:40:26 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: glance-api-ffbdb9df8-9646f 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 0x7f5ac80db668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-14 06:40:28.405 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-14 06:40:28.538 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-04-14 06:40:29.413 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-14 06:40:29.414 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-14 06:40:29.415 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-14 06:40:29.493 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-14 06:40:29.494 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-14 06:40:29.494 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-14 06:40:31.668 8 WARNING glance.api.v2.images [None req-cd374922-2cc4-4896-9181-0ace4214f177 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-14 06:40:31.913 7 WARNING glance.api.v2.images [None req-005af6f2-473d-452b-b8ed-65e0dd52fbec - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-14 06:40:32.015 8 WARNING keystonemiddleware._common.config [None req-cd374922-2cc4-4896-9181-0ace4214f177 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 06:40:32.023 8 WARNING oslo_config.cfg [None req-cd374922-2cc4-4896-9181-0ace4214f177 - - - - - -] 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 0x7f5ac80db668 pid: 8 (default app) 2026-04-14 06:40:32.303 7 WARNING keystonemiddleware._common.config [None req-005af6f2-473d-452b-b8ed-65e0dd52fbec - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 06:40:32.312 7 WARNING oslo_config.cfg [None req-005af6f2-473d-452b-b8ed-65e0dd52fbec - - - - - -] 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 0x7f5ac80db668 pid: 7 (default app) [pid: 8|app: 0|req: 4/4] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 06:40:33 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:40:34.150 7 WARNING oslo_policy.policy [None req-1ef0e922-b699-46fd-9a02-1079b20aea2c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 06:40:34.150 7 WARNING oslo_policy.policy [None req-1ef0e922-b699-46fd-9a02-1079b20aea2c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 06:40:34.168 7 WARNING oslo_policy.policy [None req-1ef0e922-b699-46fd-9a02-1079b20aea2c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 06:40:34.168 7 WARNING oslo_policy.policy [None req-1ef0e922-b699-46fd-9a02-1079b20aea2c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 1/5] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 06:40:33 2026] GET /v2/images => generated 69 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/6] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 06:40:37 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2/7] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 06:40:37 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-04-14 06:40:37.632 8 WARNING oslo_policy.policy [None req-ce5ac9b0-1881-40ab-92ce-e937f4822b39 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 06:40:37.632 8 WARNING oslo_policy.policy [None req-ce5ac9b0-1881-40ab-92ce-e937f4822b39 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - 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: 6/8] 199.204.45.248 () {44 vars in 911 bytes} [Tue Apr 14 06:40:37 2026] GET /v2/images/cirros => generated 151 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/9] 199.204.45.248 () {44 vars in 933 bytes} [Tue Apr 14 06:40:37 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-04-14 06:40:37.810 8 WARNING oslo_policy.policy [None req-d911cd0a-6c23-4227-b891-d7116607893a fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 06:40:37.811 8 WARNING oslo_policy.policy [None req-d911cd0a-6c23-4227-b891-d7116607893a fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 7/10] 199.204.45.248 () {44 vars in 939 bytes} [Tue Apr 14 06:40:37 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:40:37.895 7 WARNING oslo_config.cfg [None req-8b2595f1-9a0e-4860-9fd5-6dd3cfe0a6ba fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 7|app: 0|req: 4/11] 199.204.45.248 () {48 vars in 951 bytes} [Tue Apr 14 06:40:37 2026] POST /v2/images => generated 760 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-14 06:40:37.918 8 WARNING oslo_policy.policy [None req-0b243eb1-7f24-4e74-96db-e6f2fbecca56 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 06:40:37.918 8 WARNING oslo_policy.policy [None req-0b243eb1-7f24-4e74-96db-e6f2fbecca56 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 06:40:37.920 8 INFO glance.api.v2.image_data [None req-0b243eb1-7f24-4e74-96db-e6f2fbecca56 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-14 06:40:41.634 8 WARNING glance.location [None req-0b243eb1-7f24-4e74-96db-e6f2fbecca56 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 8/14] 199.204.45.248 () {48 vars in 1045 bytes} [Tue Apr 14 06:40:37 2026] PUT /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a/file => generated 0 bytes in 3769 msecs (HTTP/1.1 204) 4 headers in 171 bytes (5991 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.204.45.248 () {44 vars in 971 bytes} [Tue Apr 14 06:40:41 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 06:40:41.728 8 WARNING oslo_config.cfg [None req-38f70838-abed-46a1-81ff-b9f00b06c464 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - 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: 9/16] 199.204.45.248 () {44 vars in 971 bytes} [Tue Apr 14 06:40:41 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 137/275] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:02:18 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/276] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:02:18 2026] GET /v2/images => generated 1240 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/281] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:02:35 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/282] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:02:35 2026] GET /v2/images => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/283] 199.204.45.248 () {44 vars in 937 bytes} [Tue Apr 14 07:02:35 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/284] 199.204.45.248 () {44 vars in 959 bytes} [Tue Apr 14 07:02:35 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/285] 199.204.45.248 () {44 vars in 939 bytes} [Tue Apr 14 07:02:35 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/286] 199.204.45.248 () {48 vars in 951 bytes} [Tue Apr 14 07:02:35 2026] POST /v2/images => generated 796 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-14 07:02:35.545 7 WARNING oslo_policy.policy [None req-55795458-e231-417d-b3ea-7cd41b36bfc8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 07:02:35.545 7 WARNING oslo_policy.policy [None req-55795458-e231-417d-b3ea-7cd41b36bfc8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-14 07:02:35.546 7 INFO glance.api.v2.image_data [None req-55795458-e231-417d-b3ea-7cd41b36bfc8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-14 07:03:01.459 7 WARNING glance.location [None req-55795458-e231-417d-b3ea-7cd41b36bfc8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 143/293] 199.204.45.248 () {48 vars in 1046 bytes} [Tue Apr 14 07:02:35 2026] PUT /v2/images/e672160c-e0ac-4147-8c50-f233640c54f8/file => generated 0 bytes in 25972 msecs (HTTP/1.1 204) 4 headers in 171 bytes (66303 switches on core 0) [pid: 8|app: 0|req: 151/294] 199.204.45.248 () {44 vars in 971 bytes} [Tue Apr 14 07:03:01 2026] GET /v2/images/e672160c-e0ac-4147-8c50-f233640c54f8 => 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: 144/295] 199.204.45.248 () {44 vars in 971 bytes} [Tue Apr 14 07:03:01 2026] GET /v2/images/e672160c-e0ac-4147-8c50-f233640c54f8 => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/296] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:03:02 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/297] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:03:02 2026] GET /v2/images => generated 2451 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/382] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:10:09 2026] GET / => generated 1312 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/383] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:10:09 2026] GET /v2/images => generated 2451 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/386] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:10:17 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/387] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:10:17 2026] GET /v2/images => generated 2451 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/388] 199.204.45.248 () {44 vars in 947 bytes} [Tue Apr 14 07:10:17 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/389] 199.204.45.248 () {44 vars in 969 bytes} [Tue Apr 14 07:10:17 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: 192/390] 199.204.45.248 () {44 vars in 939 bytes} [Tue Apr 14 07:10:17 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/391] 199.204.45.248 () {48 vars in 951 bytes} [Tue Apr 14 07:10:17 2026] POST /v2/images => generated 799 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-14 07:10:17.358 7 INFO glance.api.v2.image_data [None req-b27d1a1b-d0ba-440b-8b79-39e0c2d45e93 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-14 07:10:31.857 7 INFO glance.location [None req-b27d1a1b-d0ba-440b-8b79-39e0c2d45e93 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 193/396] 199.204.45.248 () {48 vars in 1045 bytes} [Tue Apr 14 07:10:17 2026] PUT /v2/images/e571769d-81eb-4f6e-8b72-522c16257f4a/file => generated 0 bytes in 14553 msecs (HTTP/1.1 204) 4 headers in 171 bytes (23830 switches on core 0) [pid: 8|app: 0|req: 204/397] 199.204.45.248 () {44 vars in 971 bytes} [Tue Apr 14 07:10:31 2026] GET /v2/images/e571769d-81eb-4f6e-8b72-522c16257f4a => generated 1211 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/398] 199.204.45.248 () {48 vars in 1050 bytes} [Tue Apr 14 07:10:31 2026] PATCH /v2/images/e571769d-81eb-4f6e-8b72-522c16257f4a => generated 1234 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/399] 199.204.45.248 () {44 vars in 971 bytes} [Tue Apr 14 07:10:32 2026] GET /v2/images/e571769d-81eb-4f6e-8b72-522c16257f4a => generated 1234 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/408] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:11:14 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/409] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:11:14 2026] GET /v2/images => generated 3687 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/412] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:11:28 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/413] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:11:28 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: 202/414] 199.204.45.248 () {44 vars in 939 bytes} [Tue Apr 14 07:11:28 2026] GET /v2/images/manila-service-image => generated 165 bytes in 6 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/415] 199.204.45.248 () {44 vars in 961 bytes} [Tue Apr 14 07:11:28 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/416] 199.204.45.248 () {44 vars in 939 bytes} [Tue Apr 14 07:11:28 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/417] 199.204.45.248 () {48 vars in 951 bytes} [Tue Apr 14 07:11:28 2026] POST /v2/images => generated 791 bytes in 42 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-14 07:11:28.663 7 INFO glance.api.v2.image_data [None req-6ce39009-08d1-467d-acda-ffd4b25528e3 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-14 07:11:37.728 7 INFO glance.location [None req-6ce39009-08d1-467d-acda-ffd4b25528e3 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Image format matched and virtual size computed: 3246063616 [pid: 7|app: 0|req: 204/420] 199.204.45.248 () {48 vars in 1045 bytes} [Tue Apr 14 07:11:28 2026] PUT /v2/images/41d5242a-e261-4dc0-9060-4b66712257ab/file => generated 0 bytes in 9105 msecs (HTTP/1.1 204) 4 headers in 171 bytes (22559 switches on core 0) [pid: 8|app: 0|req: 217/421] 199.204.45.248 () {44 vars in 971 bytes} [Tue Apr 14 07:11:37 2026] GET /v2/images/41d5242a-e261-4dc0-9060-4b66712257ab => generated 1203 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/422] 199.204.45.248 () {44 vars in 971 bytes} [Tue Apr 14 07:11:37 2026] GET /v2/images/41d5242a-e261-4dc0-9060-4b66712257ab => generated 1203 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/569] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:23:49 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/570] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:23:49 2026] GET /v2/images => generated 4892 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/599] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:26:05 2026] GET / => generated 1312 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/600] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:26:05 2026] GET /v2/images => generated 4892 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/601] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:26:07 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/602] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:26:07 2026] GET /v2/images => generated 4892 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/613] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:26:56 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/614] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:26:56 2026] GET /v2/images => generated 4892 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/617] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:27:03 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/618] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:27:03 2026] GET /v2/images => generated 4892 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/631] 199.204.45.248 () {42 vars in 688 bytes} [Tue Apr 14 07:28:04 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/632] 199.204.45.248 () {44 vars in 910 bytes} [Tue Apr 14 07:28:04 2026] GET /v2/images => generated 4892 bytes in 48 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: 315/641] 10.0.0.98 () {32 vars in 631 bytes} [Tue Apr 14 07:28:47 2026] GET /v2/images => generated 4892 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: 329/646] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:29:06 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/647] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:29:06 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: 330/648] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:29:06 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/649] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:29:06 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: 331/650] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:29:07 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: 320/651] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:29:07 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 332/652] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:29:07 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: 321/653] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:29:07 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: 333/654] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:29:07 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/655] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:29:07 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/656] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:29:07 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: 323/657] 10.0.0.91 () {36 vars in 909 bytes} [Tue Apr 14 07:29:07 2026] GET /versions => generated 1312 bytes in 0 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/658] 10.0.0.91 () {36 vars in 1005 bytes} [Tue Apr 14 07:29:07 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a/locations => generated 127 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/659] 10.0.0.91 () {36 vars in 985 bytes} [Tue Apr 14 07:29:08 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/660] 10.0.0.91 () {36 vars in 925 bytes} [Tue Apr 14 07:29:08 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: 325/661] 10.0.0.91 () {36 vars in 925 bytes} [Tue Apr 14 07:29:08 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: 327/664] 199.204.45.248 () {36 vars in 990 bytes} [Tue Apr 14 07:29:15 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 338/665] 199.204.45.248 () {36 vars in 930 bytes} [Tue Apr 14 07:29:15 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/666] 199.204.45.248 () {36 vars in 990 bytes} [Tue Apr 14 07:29:16 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/667] 199.204.45.248 () {36 vars in 930 bytes} [Tue Apr 14 07:29: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: 329/668] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:29:17 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/669] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:29:17 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/672] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:29:23 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/673] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:29:23 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: 334/678] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:29:50 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/679] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:29:50 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: 347/682] 10.0.0.98 () {34 vars in 653 bytes} [Tue Apr 14 07:29:56 2026] POST /v2/images => generated 649 bytes in 284 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-14 07:29:56.496 7 WARNING glance.api.v2.images [None req-8083f8f3-d979-4267-9b74-97951afe7f8c c4b138b3bb5e4482bcd81b2eb2491b3d 8fc810bfaa664a63ba68b4bdf027313b - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//2e119ee1-d140-4d75-ab31-f228384af71c [pid: 7|app: 0|req: 336/683] 10.0.0.98 () {32 vars in 708 bytes} [Tue Apr 14 07:29:56 2026] DELETE /v2/images/2e119ee1-d140-4d75-ab31-f228384af71c => generated 0 bytes in 56 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/684] 10.0.0.98 () {32 vars in 705 bytes} [Tue Apr 14 07:29:56 2026] GET /v2/images/2e119ee1-d140-4d75-ab31-f228384af71c => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/685] 10.0.0.98 () {32 vars in 631 bytes} [Tue Apr 14 07:29:56 2026] GET /v2/images => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/686] 10.0.0.98 () {34 vars in 653 bytes} [Tue Apr 14 07:29:56 2026] POST /v2/images => generated 702 bytes in 42 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/687] 10.0.0.98 () {32 vars in 715 bytes} [Tue Apr 14 07:29:56 2026] GET /v2/images/7b8f6744-1d1d-46bd-afac-d091a3054cf5/file => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:56.689 8 INFO glance.api.v2.image_data [None req-76f218d2-6307-45aa-ab9e-401f3699631b c4b138b3bb5e4482bcd81b2eb2491b3d 8fc810bfaa664a63ba68b4bdf027313b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-14 07:29:56.728 8 WARNING glance_store._drivers.rbd [None req-76f218d2-6307-45aa-ab9e-401f3699631b c4b138b3bb5e4482bcd81b2eb2491b3d 8fc810bfaa664a63ba68b4bdf027313b - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-04-14 07:29:57.238 8 INFO glance.location [None req-76f218d2-6307-45aa-ab9e-401f3699631b c4b138b3bb5e4482bcd81b2eb2491b3d 8fc810bfaa664a63ba68b4bdf027313b - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 350/688] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:29:56 2026] PUT /v2/images/7b8f6744-1d1d-46bd-afac-d091a3054cf5/file => generated 0 bytes in 596 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/689] 10.0.0.98 () {32 vars in 705 bytes} [Tue Apr 14 07:29:57 2026] GET /v2/images/7b8f6744-1d1d-46bd-afac-d091a3054cf5 => generated 1103 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/690] 10.0.0.98 () {32 vars in 715 bytes} [Tue Apr 14 07:29:57 2026] GET /v2/images/7b8f6744-1d1d-46bd-afac-d091a3054cf5/file => generated 1024 bytes in 103 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/691] 10.0.0.98 () {34 vars in 653 bytes} [Tue Apr 14 07:29:57 2026] POST /v2/images => generated 649 bytes in 39 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/692] 10.0.0.98 () {32 vars in 724 bytes} [Tue Apr 14 07:29:57 2026] PATCH /v2/images/c60165db-7ade-446c-b008-bb0ec4374669 => generated 653 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/693] 10.0.0.98 () {32 vars in 705 bytes} [Tue Apr 14 07:29:57 2026] GET /v2/images/c60165db-7ade-446c-b008-bb0ec4374669 => generated 653 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:57.563 8 WARNING glance.api.v2.images [None req-6854fdd0-c3bb-499b-a317-2379163c4b49 c4b138b3bb5e4482bcd81b2eb2491b3d 8fc810bfaa664a63ba68b4bdf027313b - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//c60165db-7ade-446c-b008-bb0ec4374669 [pid: 8|app: 0|req: 353/694] 10.0.0.98 () {32 vars in 708 bytes} [Tue Apr 14 07:29:57 2026] DELETE /v2/images/c60165db-7ade-446c-b008-bb0ec4374669 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/695] 10.0.0.98 () {32 vars in 705 bytes} [Tue Apr 14 07:29:57 2026] GET /v2/images/c60165db-7ade-446c-b008-bb0ec4374669 => generated 139 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:29:57.629 8 WARNING glance.api.v2.images [None req-48325d30-7df5-4047-a158-7d11c87db1f9 c4b138b3bb5e4482bcd81b2eb2491b3d 8fc810bfaa664a63ba68b4bdf027313b - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//7b8f6744-1d1d-46bd-afac-d091a3054cf5 [pid: 8|app: 0|req: 354/696] 10.0.0.98 () {32 vars in 708 bytes} [Tue Apr 14 07:29:57 2026] DELETE /v2/images/7b8f6744-1d1d-46bd-afac-d091a3054cf5 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/697] 10.0.0.98 () {32 vars in 705 bytes} [Tue Apr 14 07:29:58 2026] GET /v2/images/7b8f6744-1d1d-46bd-afac-d091a3054cf5 => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:29:58.468 8 WARNING glance.api.v2.images [None req-a67f2edd-3057-4f3b-83bd-a2742f269717 c4b138b3bb5e4482bcd81b2eb2491b3d 8fc810bfaa664a63ba68b4bdf027313b - - default default] Failed to find image 2e119ee1-d140-4d75-ab31-f228384af71c to delete: glance.common.exception.ImageNotFound: No image found with ID 2e119ee1-d140-4d75-ab31-f228384af71c [pid: 8|app: 0|req: 355/698] 10.0.0.98 () {32 vars in 708 bytes} [Tue Apr 14 07:29:58 2026] DELETE /v2/images/2e119ee1-d140-4d75-ab31-f228384af71c => generated 147 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/699] 10.0.0.98 () {32 vars in 705 bytes} [Tue Apr 14 07:29:58 2026] GET /v2/images/2e119ee1-d140-4d75-ab31-f228384af71c => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/706] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:30:27 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/707] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:30:27 2026] GET /v2/schemas/image => generated 4018 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/718] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:31:17 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 365/719] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:31:17 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: 356/722] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:31:26 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 367/723] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:31:26 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: 371/730] 10.0.0.98 () {32 vars in 705 bytes} [Tue Apr 14 07:31:51 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 360/731] 10.0.0.98 () {32 vars in 705 bytes} [Tue Apr 14 07:31:51 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/732] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:31:51 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/733] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:31:51 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: 373/734] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:31: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: 7|app: 0|req: 362/735] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:31:51 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 374/736] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:31:51 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: 363/737] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:31:51 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: 375/738] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:31:51 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 364/739] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:31:51 2026] GET /v2/schemas/image => generated 4018 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/740] 10.0.0.91 () {36 vars in 909 bytes} [Tue Apr 14 07:31:52 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/741] 10.0.0.91 () {36 vars in 1005 bytes} [Tue Apr 14 07:31:52 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a/locations => generated 127 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/742] 10.0.0.91 () {36 vars in 985 bytes} [Tue Apr 14 07:31:52 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/743] 10.0.0.91 () {36 vars in 925 bytes} [Tue Apr 14 07:31:52 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: 378/744] 10.0.0.91 () {36 vars in 925 bytes} [Tue Apr 14 07:31:52 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/747] 10.0.0.98 () {30 vars in 409 bytes} [Tue Apr 14 07:32:05 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/756] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:32:43 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/757] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:32:43 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: 385/758] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:32:47 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => 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: 374/759] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:32:47 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/762] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:33:00 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/763] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:33:00 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: 380/770] 10.0.0.166 () {36 vars in 986 bytes} [Tue Apr 14 07:33:26 2026] GET /v2/images/1cd285f3-8865-44a8-a0cb-25ece540b31a => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/771] 10.0.0.166 () {36 vars in 926 bytes} [Tue Apr 14 07:33:26 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: 394/776] 199.204.45.248 () {32 vars in 825 bytes} [Tue Apr 14 07:33:46 2026] GET /v2/images?status=active&owner=69266cc1365c478fb891c0462a1b823b&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/777] 199.204.45.248 () {32 vars in 652 bytes} [Tue Apr 14 07:33:47 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/778] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:33:47 2026] GET /v2/images/e672160c-e0ac-4147-8c50-f233640c54f8 => generated 1209 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/779] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:33:47 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/780] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:33:47 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/781] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:33:47 2026] GET /v2/images/e672160c-e0ac-4147-8c50-f233640c54f8 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/782] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:33:47 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/783] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:33:47 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/784] 10.0.0.104 () {36 vars in 986 bytes} [Tue Apr 14 07:33:47 2026] GET /v2/images/e672160c-e0ac-4147-8c50-f233640c54f8 => generated 1209 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/785] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:33:48 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/786] 10.0.0.104 () {36 vars in 926 bytes} [Tue Apr 14 07:33:48 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: 388/787] 10.0.0.91 () {36 vars in 909 bytes} [Tue Apr 14 07:33:48 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/788] 10.0.0.91 () {36 vars in 1005 bytes} [Tue Apr 14 07:33:48 2026] GET /v2/images/e672160c-e0ac-4147-8c50-f233640c54f8/locations => generated 127 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/789] 10.0.0.91 () {36 vars in 985 bytes} [Tue Apr 14 07:33:48 2026] GET /v2/images/e672160c-e0ac-4147-8c50-f233640c54f8 => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/790] 10.0.0.91 () {36 vars in 925 bytes} [Tue Apr 14 07:33:48 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: 390/791] 10.0.0.91 () {36 vars in 925 bytes} [Tue Apr 14 07:33:48 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: 423/834] 10.0.0.98 () {32 vars in 631 bytes} [Tue Apr 14 07:37:15 2026] GET /v2/images => generated 4892 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)