+ COMMAND=start + start + exec uwsgi --ini /etc/glance/glance-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/glance/glance-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon May 25 01:07:32 2026] *** compiled with version: 13.3.0 on 22 May 2026 05:17:01 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: glance-api-55648f9cf-277hc machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9292 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f49db733668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-25 01:07:34.030 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-05-25 01:07:34.050 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-05-25 01:07:34.912 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-05-25 01:07:34.914 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-05-25 01:07:34.914 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-05-25 01:07:34.950 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-05-25 01:07:34.951 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-05-25 01:07:34.951 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-05-25 01:07:37.028 7 WARNING glance.api.v2.images [None req-525d6211-8e10-43e8-8e51-0d6719d3d365 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-25 01:07:37.203 8 WARNING glance.api.v2.images [None req-62014705-eec1-4603-bb00-26fa29678975 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-25 01:07:37.379 7 WARNING keystonemiddleware._common.config [None req-525d6211-8e10-43e8-8e51-0d6719d3d365 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-25 01:07:37.387 7 WARNING oslo_config.cfg [None req-525d6211-8e10-43e8-8e51-0d6719d3d365 - - - - - -] 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 0x7f49db733668 pid: 7 (default app) 2026-05-25 01:07:37.633 8 WARNING keystonemiddleware._common.config [None req-62014705-eec1-4603-bb00-26fa29678975 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-25 01:07:37.641 8 WARNING oslo_config.cfg [None req-62014705-eec1-4603-bb00-26fa29678975 - - - - - -] 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 0x7f49db733668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:07:38 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 01:07:39.428 8 WARNING oslo_policy.policy [None req-452a27db-ae70-4dee-9db1-41f0fd48260c 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:07:39.428 8 WARNING oslo_policy.policy [None req-452a27db-ae70-4dee-9db1-41f0fd48260c 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:07:39.444 8 WARNING oslo_policy.policy [None req-452a27db-ae70-4dee-9db1-41f0fd48260c 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:07:39.444 8 WARNING oslo_policy.policy [None req-452a27db-ae70-4dee-9db1-41f0fd48260c 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 1/5] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:07:38 2026] GET /v2/images => generated 69 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/6] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:07:43 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/7] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:07:43 2026] GET /v2/images => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 01:07:43.131 7 WARNING oslo_policy.policy [None req-0c2da263-598d-4134-bf0e-a7b08382b949 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:07:43.131 7 WARNING oslo_policy.policy [None req-0c2da263-598d-4134-bf0e-a7b08382b949 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 6/8] 199.204.45.162 () {44 vars in 911 bytes} [Mon May 25 01:07:43 2026] GET /v2/images/cirros => generated 151 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.162 () {44 vars in 933 bytes} [Mon May 25 01:07:43 2026] GET /v2/images?name=cirros => generated 81 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 01:07:43.264 7 WARNING oslo_policy.policy [None req-d2210a39-a6cd-43c9-be4f-cda38cc06c19 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:07:43.264 7 WARNING oslo_policy.policy [None req-d2210a39-a6cd-43c9-be4f-cda38cc06c19 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 7/10] 199.204.45.162 () {44 vars in 939 bytes} [Mon May 25 01:07:43 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 01:07:43.343 8 WARNING oslo_config.cfg [None req-26b1f4d6-5ba9-4997-8dc8-5b996dcfc4ac 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 4/11] 199.204.45.162 () {48 vars in 951 bytes} [Mon May 25 01:07:43 2026] POST /v2/images => generated 760 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-25 01:07:43.365 7 WARNING oslo_policy.policy [None req-3f76c2ce-0373-4cce-a563-2e14049036fe 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:07:43.365 7 WARNING oslo_policy.policy [None req-3f76c2ce-0373-4cce-a563-2e14049036fe 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:07:43.367 7 INFO glance.api.v2.image_data [None req-3f76c2ce-0373-4cce-a563-2e14049036fe 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-25 01:07:47.481 7 WARNING glance.location [None req-3f76c2ce-0373-4cce-a563-2e14049036fe 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/14] 199.204.45.162 () {48 vars in 1045 bytes} [Mon May 25 01:07:43 2026] PUT /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e/file => generated 0 bytes in 4160 msecs (HTTP/1.1 204) 4 headers in 171 bytes (5404 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.162 () {44 vars in 971 bytes} [Mon May 25 01:07:47 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 01:07:47.627 7 WARNING oslo_config.cfg [None req-1dfe39ce-06d5-4992-9202-431ce2955930 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 7|app: 0|req: 9/16] 199.204.45.162 () {48 vars in 1051 bytes} [Mon May 25 01:07:47 2026] PATCH /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/17] 199.204.45.162 () {44 vars in 971 bytes} [Mon May 25 01:07:47 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/266] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:28:28 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/267] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:28:28 2026] GET /v2/images => generated 1381 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/270] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:28:46 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: 135/271] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:28:46 2026] GET /v2/images => generated 1381 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/272] 199.204.45.162 () {44 vars in 937 bytes} [Mon May 25 01:28:46 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/273] 199.204.45.162 () {44 vars in 959 bytes} [Mon May 25 01:28:46 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/274] 199.204.45.162 () {44 vars in 939 bytes} [Mon May 25 01:28:46 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/275] 199.204.45.162 () {48 vars in 951 bytes} [Mon May 25 01:28:46 2026] POST /v2/images => generated 796 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-25 01:28:46.423 7 INFO glance.api.v2.image_data [None req-68f40cac-b1c9-4e98-8edd-2e45acb85e0d 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-25 01:29:12.737 7 WARNING glance.location [None req-68f40cac-b1c9-4e98-8edd-2e45acb85e0d 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 139/282] 199.204.45.162 () {48 vars in 1046 bytes} [Mon May 25 01:28:46 2026] PUT /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359/file => generated 0 bytes in 26358 msecs (HTTP/1.1 204) 4 headers in 171 bytes (66336 switches on core 0) [pid: 8|app: 0|req: 144/283] 199.204.45.162 () {44 vars in 971 bytes} [Mon May 25 01:29:12 2026] GET /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/284] 199.204.45.162 () {48 vars in 1051 bytes} [Mon May 25 01:29:12 2026] PATCH /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359 => generated 1395 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/285] 199.204.45.162 () {44 vars in 971 bytes} [Mon May 25 01:29:12 2026] GET /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359 => generated 1395 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/286] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:29: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: 146/287] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:29:14 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: 8|app: 0|req: 188/370] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:36:01 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/371] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:36:01 2026] GET /v2/images => generated 2778 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/374] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:36:13 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: 190/375] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:36:13 2026] GET /v2/images => generated 2778 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/376] 199.204.45.162 () {44 vars in 947 bytes} [Mon May 25 01:36:13 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/377] 199.204.45.162 () {44 vars in 969 bytes} [Mon May 25 01:36:13 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: 187/378] 199.204.45.162 () {44 vars in 939 bytes} [Mon May 25 01:36:13 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: 192/379] 199.204.45.162 () {48 vars in 951 bytes} [Mon May 25 01:36:13 2026] POST /v2/images => generated 799 bytes in 38 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-25 01:36:13.764 7 INFO glance.api.v2.image_data [None req-ab56e25b-0dfb-4f75-8398-0c821982e41a 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-25 01:36:33.858 7 INFO glance.location [None req-ab56e25b-0dfb-4f75-8398-0c821982e41a 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 188/384] 199.204.45.162 () {48 vars in 1045 bytes} [Mon May 25 01:36:13 2026] PUT /v2/images/95c5cf61-442d-4868-91dd-83e6afee7008/file => generated 0 bytes in 20143 msecs (HTTP/1.1 204) 4 headers in 171 bytes (25793 switches on core 0) [pid: 8|app: 0|req: 197/385] 199.204.45.162 () {44 vars in 971 bytes} [Mon May 25 01:36:33 2026] GET /v2/images/95c5cf61-442d-4868-91dd-83e6afee7008 => generated 1211 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/386] 199.204.45.162 () {48 vars in 1051 bytes} [Mon May 25 01:36:33 2026] PATCH /v2/images/95c5cf61-442d-4868-91dd-83e6afee7008 => generated 1410 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/387] 199.204.45.162 () {44 vars in 971 bytes} [Mon May 25 01:36:34 2026] GET /v2/images/95c5cf61-442d-4868-91dd-83e6afee7008 => generated 1410 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/396] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:37:11 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: 203/397] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:37:11 2026] GET /v2/images => generated 4190 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/402] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:37:29 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: 197/403] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:37:29 2026] GET /v2/images => generated 4190 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/404] 199.204.45.162 () {44 vars in 939 bytes} [Mon May 25 01:37:30 2026] GET /v2/images/manila-service-image => generated 165 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/405] 199.204.45.162 () {44 vars in 961 bytes} [Mon May 25 01:37:30 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/406] 199.204.45.162 () {44 vars in 939 bytes} [Mon May 25 01:37:30 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) [pid: 7|app: 0|req: 199/407] 199.204.45.162 () {48 vars in 951 bytes} [Mon May 25 01:37:30 2026] POST /v2/images => generated 791 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-25 01:37:30.175 8 WARNING oslo_policy.policy [None req-69bb9c95-8b9c-43e8-8213-4b12c50e3c9e 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:37:30.175 8 WARNING oslo_policy.policy [None req-69bb9c95-8b9c-43e8-8213-4b12c50e3c9e 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-25 01:37:30.176 8 INFO glance.api.v2.image_data [None req-69bb9c95-8b9c-43e8-8213-4b12c50e3c9e 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-25 01:37:43.935 8 INFO glance.location [None req-69bb9c95-8b9c-43e8-8213-4b12c50e3c9e 64ec77263b354abf81e717698381e17c 21161f8ccd244dafb56465a854be96b9 - - default default] Image format matched and virtual size computed: 2976251904 [pid: 8|app: 0|req: 209/410] 199.204.45.162 () {48 vars in 1046 bytes} [Mon May 25 01:37:30 2026] PUT /v2/images/1f06f80e-c8e2-4f72-a5c4-5b927ed7995a/file => generated 0 bytes in 13809 msecs (HTTP/1.1 204) 4 headers in 171 bytes (33864 switches on core 0) [pid: 7|app: 0|req: 202/411] 199.204.45.162 () {44 vars in 971 bytes} [Mon May 25 01:37:43 2026] GET /v2/images/1f06f80e-c8e2-4f72-a5c4-5b927ed7995a => generated 1204 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/412] 199.204.45.162 () {48 vars in 1051 bytes} [Mon May 25 01:37:44 2026] PATCH /v2/images/1f06f80e-c8e2-4f72-a5c4-5b927ed7995a => generated 1382 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/413] 199.204.45.162 () {44 vars in 971 bytes} [Mon May 25 01:37:44 2026] GET /v2/images/1f06f80e-c8e2-4f72-a5c4-5b927ed7995a => generated 1382 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/570] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:50:44 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: 289/571] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:50:44 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: 8|app: 0|req: 305/602] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:53:06 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: 298/603] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:53:06 2026] GET /v2/images => generated 5574 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/604] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:53:08 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: 299/605] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:53:08 2026] GET /v2/images => generated 5574 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/616] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:54:00 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: 305/617] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:54:00 2026] GET /v2/images => generated 5574 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/620] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:54:08 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: 307/621] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:54:08 2026] GET /v2/images => generated 5574 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/634] 199.204.45.162 () {42 vars in 688 bytes} [Mon May 25 01:55:12 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: 314/635] 199.204.45.162 () {44 vars in 910 bytes} [Mon May 25 01:55:12 2026] GET /v2/images => generated 5574 bytes in 52 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: 326/644] 10.0.0.7 () {32 vars in 630 bytes} [Mon May 25 01:55:56 2026] GET /v2/images => generated 5574 bytes in 21 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: 322/651] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 01:56:19 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/652] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 01:56:19 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/653] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 01:56:22 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 331/654] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 01:56:22 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: 325/657] 199.204.45.162 () {36 vars in 990 bytes} [Mon May 25 01:56:28 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/658] 199.204.45.162 () {36 vars in 930 bytes} [Mon May 25 01:56:28 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: 326/659] 199.204.45.162 () {36 vars in 990 bytes} [Mon May 25 01:56:29 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/660] 199.204.45.162 () {36 vars in 930 bytes} [Mon May 25 01:56:29 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/663] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 01:56:46 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 328/664] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 01:56:46 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/673] 10.0.0.7 () {30 vars in 408 bytes} [Mon May 25 01:57:20 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: 333/674] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 01:57:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/675] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:57:26 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: 334/676] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:57:26 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: 343/677] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 01:57:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/678] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:57: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: 344/679] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:57: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: 7|app: 0|req: 336/680] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 01:57:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/681] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:57:26 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: 337/682] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:57:26 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: 339/685] 10.0.0.182 () {36 vars in 910 bytes} [Mon May 25 01:57:27 2026] GET /versions => generated 1312 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/686] 10.0.0.182 () {36 vars in 1006 bytes} [Mon May 25 01:57:27 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e/locations => generated 127 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/687] 10.0.0.182 () {36 vars in 986 bytes} [Mon May 25 01:57:27 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/688] 10.0.0.182 () {36 vars in 926 bytes} [Mon May 25 01:57:27 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: 341/689] 10.0.0.182 () {36 vars in 926 bytes} [Mon May 25 01:57:27 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/690] 10.0.0.7 () {34 vars in 652 bytes} [Mon May 25 01:57:28 2026] POST /v2/images => generated 649 bytes in 154 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-05-25 01:57:28.485 7 WARNING glance.api.v2.images [None req-7e6bd82f-4b7b-4d6c-8f14-ea7e6f7d47fe 4f4cca698c634733a2d346b1aeba5bd2 08b424a106374df7baa2d2056257bd21 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//42af850c-4ae5-417e-8063-2ba005fc1dcf [pid: 7|app: 0|req: 342/691] 10.0.0.7 () {32 vars in 707 bytes} [Mon May 25 01:57:28 2026] DELETE /v2/images/42af850c-4ae5-417e-8063-2ba005fc1dcf => generated 0 bytes in 71 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/692] 10.0.0.7 () {32 vars in 704 bytes} [Mon May 25 01:57:28 2026] GET /v2/images/42af850c-4ae5-417e-8063-2ba005fc1dcf => 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: 343/693] 10.0.0.7 () {32 vars in 630 bytes} [Mon May 25 01:57:28 2026] GET /v2/images => generated 1381 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/694] 10.0.0.7 () {34 vars in 652 bytes} [Mon May 25 01:57:28 2026] POST /v2/images => generated 702 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/695] 10.0.0.7 () {32 vars in 714 bytes} [Mon May 25 01:57:28 2026] GET /v2/images/a7b6ee05-70bb-4f39-93e8-b45c88e40043/file => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 01:57:28.712 8 INFO glance.api.v2.image_data [None req-c87b8eb2-abae-47cd-9419-486802b8edb7 4f4cca698c634733a2d346b1aeba5bd2 08b424a106374df7baa2d2056257bd21 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-25 01:57:28.755 8 WARNING glance_store._drivers.rbd [None req-c87b8eb2-abae-47cd-9419-486802b8edb7 4f4cca698c634733a2d346b1aeba5bd2 08b424a106374df7baa2d2056257bd21 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-05-25 01:57:29.536 8 INFO glance.location [None req-c87b8eb2-abae-47cd-9419-486802b8edb7 4f4cca698c634733a2d346b1aeba5bd2 08b424a106374df7baa2d2056257bd21 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 352/696] 10.0.0.7 () {32 vars in 724 bytes} [Mon May 25 01:57:28 2026] PUT /v2/images/a7b6ee05-70bb-4f39-93e8-b45c88e40043/file => generated 0 bytes in 868 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/697] 10.0.0.7 () {32 vars in 704 bytes} [Mon May 25 01:57:29 2026] GET /v2/images/a7b6ee05-70bb-4f39-93e8-b45c88e40043 => generated 1103 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/698] 10.0.0.7 () {32 vars in 714 bytes} [Mon May 25 01:57:29 2026] GET /v2/images/a7b6ee05-70bb-4f39-93e8-b45c88e40043/file => generated 1024 bytes in 108 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/699] 10.0.0.7 () {34 vars in 652 bytes} [Mon May 25 01:57:29 2026] POST /v2/images => generated 648 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/700] 10.0.0.7 () {32 vars in 723 bytes} [Mon May 25 01:57:29 2026] PATCH /v2/images/e790ebee-c2a5-4e88-9c10-51139386734e => generated 653 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/701] 10.0.0.7 () {32 vars in 704 bytes} [Mon May 25 01:57:29 2026] GET /v2/images/e790ebee-c2a5-4e88-9c10-51139386734e => generated 653 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 01:57:29.867 8 WARNING glance.api.v2.images [None req-0ff6ce1a-51e1-46ae-bf60-cf51bdcadee2 4f4cca698c634733a2d346b1aeba5bd2 08b424a106374df7baa2d2056257bd21 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//e790ebee-c2a5-4e88-9c10-51139386734e [pid: 8|app: 0|req: 355/702] 10.0.0.7 () {32 vars in 707 bytes} [Mon May 25 01:57:29 2026] DELETE /v2/images/e790ebee-c2a5-4e88-9c10-51139386734e => 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: 348/703] 10.0.0.7 () {32 vars in 704 bytes} [Mon May 25 01:57:29 2026] GET /v2/images/e790ebee-c2a5-4e88-9c10-51139386734e => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 01:57:29.934 8 WARNING glance.api.v2.images [None req-91244144-28cf-4428-a12c-30805c3ec51a 4f4cca698c634733a2d346b1aeba5bd2 08b424a106374df7baa2d2056257bd21 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//a7b6ee05-70bb-4f39-93e8-b45c88e40043 [pid: 8|app: 0|req: 356/704] 10.0.0.7 () {32 vars in 707 bytes} [Mon May 25 01:57:29 2026] DELETE /v2/images/a7b6ee05-70bb-4f39-93e8-b45c88e40043 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/705] 10.0.0.7 () {32 vars in 704 bytes} [Mon May 25 01:57:30 2026] GET /v2/images/a7b6ee05-70bb-4f39-93e8-b45c88e40043 => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 01:57:30.809 8 WARNING glance.api.v2.images [None req-50130990-ebb1-4ed1-a2a4-9a26ca0bcb17 4f4cca698c634733a2d346b1aeba5bd2 08b424a106374df7baa2d2056257bd21 - - default default] Failed to find image 42af850c-4ae5-417e-8063-2ba005fc1dcf to delete: glance.common.exception.ImageNotFound: No image found with ID 42af850c-4ae5-417e-8063-2ba005fc1dcf [pid: 8|app: 0|req: 357/706] 10.0.0.7 () {32 vars in 707 bytes} [Mon May 25 01:57:30 2026] DELETE /v2/images/42af850c-4ae5-417e-8063-2ba005fc1dcf => generated 147 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/707] 10.0.0.7 () {32 vars in 704 bytes} [Mon May 25 01:57:30 2026] GET /v2/images/42af850c-4ae5-417e-8063-2ba005fc1dcf => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/716] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 01:58:14 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 362/717] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 01:58:14 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/718] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 01:58:15 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 363/719] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 01:58:15 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: 358/722] 10.0.0.7 () {32 vars in 704 bytes} [Mon May 25 01:58:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 365/723] 10.0.0.7 () {32 vars in 704 bytes} [Mon May 25 01:58:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/724] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 01:58:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/725] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:58: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: 7|app: 0|req: 360/726] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:58:26 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: 367/727] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 01:58:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 361/728] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:58:26 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: 368/729] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:58:26 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: 362/730] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 01:58:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/731] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 01:58:26 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: 363/732] 10.0.0.182 () {36 vars in 910 bytes} [Mon May 25 01:58:26 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: 370/733] 10.0.0.182 () {36 vars in 1006 bytes} [Mon May 25 01:58:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e/locations => generated 127 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/734] 10.0.0.182 () {36 vars in 986 bytes} [Mon May 25 01:58:26 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 371/735] 10.0.0.182 () {36 vars in 926 bytes} [Mon May 25 01:58:26 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: 365/736] 10.0.0.182 () {36 vars in 926 bytes} [Mon May 25 01:58: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: 7|app: 0|req: 369/743] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 01:58:51 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 375/744] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 01:58: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: 370/745] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 01:58:52 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 376/746] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 01:58: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: 378/749] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 01:59:04 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/750] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 01:59:04 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: 383/771] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 02:00:46 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => generated 1312 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/772] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 02:00:46 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/781] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 02:01:23 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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/782] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 02:01:23 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: 397/787] 10.0.0.253 () {36 vars in 986 bytes} [Mon May 25 02:01:41 2026] GET /v2/images/e67ef4ef-43f3-446e-bb5d-ce07e603ea9e => 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: 391/788] 10.0.0.253 () {36 vars in 926 bytes} [Mon May 25 02:01:41 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/795] 199.204.45.162 () {32 vars in 825 bytes} [Mon May 25 02:02:16 2026] GET /v2/images?status=active&owner=21161f8ccd244dafb56465a854be96b9&limit=2&tag=amphora&sort=created_at:desc => generated 1560 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/796] 199.204.45.162 () {32 vars in 652 bytes} [Mon May 25 02:02:16 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/799] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 02:02:17 2026] GET /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359 => generated 1395 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/800] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 02:02:17 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: 398/801] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 02:02:17 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: 404/802] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 02:02:17 2026] GET /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359 => 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: 399/803] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 02:02: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: 8|app: 0|req: 405/804] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 02:02:17 2026] GET /v2/schemas/image => generated 4018 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/805] 10.0.0.18 () {36 vars in 985 bytes} [Mon May 25 02:02:17 2026] GET /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359 => generated 1395 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/806] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 02:02: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: 401/807] 10.0.0.18 () {36 vars in 925 bytes} [Mon May 25 02:02:17 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: 407/808] 10.0.0.182 () {36 vars in 910 bytes} [Mon May 25 02:02:17 2026] GET /versions => generated 1312 bytes in 0 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/809] 10.0.0.182 () {36 vars in 1006 bytes} [Mon May 25 02:02:17 2026] GET /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359/locations => generated 127 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/810] 10.0.0.182 () {36 vars in 986 bytes} [Mon May 25 02:02:17 2026] GET /v2/images/698112a6-d03f-4377-b00d-1e3d6a2db359 => generated 1395 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/811] 10.0.0.182 () {36 vars in 926 bytes} [Mon May 25 02:02:17 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: 409/812] 10.0.0.182 () {36 vars in 926 bytes} [Mon May 25 02:02:17 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: 425/855] 10.0.0.7 () {32 vars in 630 bytes} [Mon May 25 02:05:50 2026] GET /v2/images => generated 5574 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)