+ COMMAND=start + start + exec uwsgi --ini /etc/glance/glance-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/glance/glance-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Mar 11 02:01:19 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: glance-api-8f4477c64-thjhv 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 0x7f95ce38a668 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-03-11 02:01:21.572 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-03-11 02:01:21.584 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-03-11 02:01:22.422 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-03-11 02:01:22.423 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-03-11 02:01:22.424 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-03-11 02:01:22.446 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-03-11 02:01:22.447 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-03-11 02:01:22.448 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-03-11 02:01:24.417 7 WARNING glance.api.v2.images [None req-4ae21430-c218-434a-8267-ab2fa3a548da - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-03-11 02:01:24.467 8 WARNING glance.api.v2.images [None req-296b5625-a39c-4682-96b9-755dd23d387e - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-03-11 02:01:24.750 7 WARNING keystonemiddleware._common.config [None req-4ae21430-c218-434a-8267-ab2fa3a548da - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-11 02:01:24.757 7 WARNING oslo_config.cfg [None req-4ae21430-c218-434a-8267-ab2fa3a548da - - - - - -] 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 0x7f95ce38a668 pid: 7 (default app) 2026-03-11 02:01:24.791 8 WARNING keystonemiddleware._common.config [None req-296b5625-a39c-4682-96b9-755dd23d387e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-11 02:01:24.798 8 WARNING oslo_config.cfg [None req-296b5625-a39c-4682-96b9-755dd23d387e - - - - - -] 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 0x7f95ce38a668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:01:25 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-11 02:01:26.073 8 WARNING oslo_policy.policy [None req-bb6cef65-8179-4e2a-abe6-95c592818e2a e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:01:26.074 8 WARNING oslo_policy.policy [None req-bb6cef65-8179-4e2a-abe6-95c592818e2a e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:01:26.089 8 WARNING oslo_policy.policy [None req-bb6cef65-8179-4e2a-abe6-95c592818e2a e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:01:26.089 8 WARNING oslo_policy.policy [None req-bb6cef65-8179-4e2a-abe6-95c592818e2a e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:01:25 2026] GET /v2/images => generated 69 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/6] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:01:29 2026] GET / => generated 1301 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/7] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:01:29 2026] GET /v2/images => generated 69 bytes in 35 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-03-11 02:01:29.820 7 WARNING oslo_policy.policy [None req-971bcb0c-a110-4b32-93a8-a04b6ad3ba1d e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:01:29.821 7 WARNING oslo_policy.policy [None req-971bcb0c-a110-4b32-93a8-a04b6ad3ba1d e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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] 162.253.55.43 () {44 vars in 905 bytes} [Wed Mar 11 02:01:29 2026] GET /v2/images/cirros => generated 151 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 162.253.55.43 () {44 vars in 927 bytes} [Wed Mar 11 02:01:29 2026] GET /v2/images?name=cirros => generated 81 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-11 02:01:29.956 7 WARNING oslo_policy.policy [None req-c5a7d2a3-dc53-41e9-9dab-9244d0e13646 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:01:29.957 7 WARNING oslo_policy.policy [None req-c5a7d2a3-dc53-41e9-9dab-9244d0e13646 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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] 162.253.55.43 () {44 vars in 933 bytes} [Wed Mar 11 02:01:29 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-11 02:01:30.050 8 WARNING oslo_config.cfg [None req-cf626b83-16c5-43a5-be3d-05634c20d9d2 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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] 162.253.55.43 () {48 vars in 945 bytes} [Wed Mar 11 02:01:29 2026] POST /v2/images => generated 760 bytes in 71 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-03-11 02:01:30.075 7 WARNING oslo_policy.policy [None req-5388457c-2c82-400c-ad01-9581b1d79310 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:01:30.075 7 WARNING oslo_policy.policy [None req-5388457c-2c82-400c-ad01-9581b1d79310 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:01:30.077 7 INFO glance.api.v2.image_data [None req-5388457c-2c82-400c-ad01-9581b1d79310 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-03-11 02:01:34.840 7 WARNING glance.location [None req-5388457c-2c82-400c-ad01-9581b1d79310 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/14] 162.253.55.43 () {48 vars in 1039 bytes} [Wed Mar 11 02:01:30 2026] PUT /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8/file => generated 0 bytes in 4809 msecs (HTTP/1.1 204) 4 headers in 171 bytes (5038 switches on core 0) [pid: 8|app: 0|req: 7/15] 162.253.55.43 () {44 vars in 965 bytes} [Wed Mar 11 02:01:34 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-11 02:01:34.909 7 WARNING oslo_config.cfg [None req-c60b1613-6399-4c58-9103-0a1202605915 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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] 162.253.55.43 () {44 vars in 965 bytes} [Wed Mar 11 02:01:34 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/263] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:22:14 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/264] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:22:14 2026] GET /v2/images => generated 1240 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/271] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:22:35 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/272] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:22:35 2026] GET /v2/images => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/273] 162.253.55.43 () {44 vars in 931 bytes} [Wed Mar 11 02:22:35 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/274] 162.253.55.43 () {44 vars in 953 bytes} [Wed Mar 11 02:22:35 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/275] 162.253.55.43 () {44 vars in 933 bytes} [Wed Mar 11 02:22:35 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/276] 162.253.55.43 () {48 vars in 945 bytes} [Wed Mar 11 02:22:35 2026] POST /v2/images => generated 796 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-03-11 02:22:35.343 7 INFO glance.api.v2.image_data [None req-2f6ef33d-ebe8-4cdf-94eb-161b24759ab3 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-03-11 02:23:02.639 7 WARNING glance.location [None req-2f6ef33d-ebe8-4cdf-94eb-161b24759ab3 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 140/281] 162.253.55.43 () {48 vars in 1040 bytes} [Wed Mar 11 02:22:35 2026] PUT /v2/images/f4d94092-9b95-44e1-b95a-e70ba29d83fa/file => generated 0 bytes in 27343 msecs (HTTP/1.1 204) 4 headers in 171 bytes (70920 switches on core 0) [pid: 8|app: 0|req: 142/282] 162.253.55.43 () {44 vars in 965 bytes} [Wed Mar 11 02:23:02 2026] GET /v2/images/f4d94092-9b95-44e1-b95a-e70ba29d83fa => generated 1209 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/283] 162.253.55.43 () {44 vars in 965 bytes} [Wed Mar 11 02:23:02 2026] GET /v2/images/f4d94092-9b95-44e1-b95a-e70ba29d83fa => generated 1209 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/284] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:23:04 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/285] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:23:04 2026] GET /v2/images => generated 2451 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:30:02 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:30:02 2026] GET /v2/images => generated 2451 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:30:18 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:30:18 2026] GET /v2/images => generated 2451 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 162.253.55.43 () {44 vars in 941 bytes} [Wed Mar 11 02:30:18 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 162.253.55.43 () {44 vars in 963 bytes} [Wed Mar 11 02:30:18 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 162.253.55.43 () {44 vars in 933 bytes} [Wed Mar 11 02:30:18 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) [pid: 7|app: 0|req: 190/381] 162.253.55.43 () {48 vars in 945 bytes} [Wed Mar 11 02:30:18 2026] POST /v2/images => generated 799 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-03-11 02:30:19.003 8 WARNING oslo_policy.policy [None req-23b401c8-808e-4c15-a34e-210d661927ae e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:30:19.004 8 WARNING oslo_policy.policy [None req-23b401c8-808e-4c15-a34e-210d661927ae e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - 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-03-11 02:30:19.005 8 INFO glance.api.v2.image_data [None req-23b401c8-808e-4c15-a34e-210d661927ae e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-03-11 02:30:33.427 8 INFO glance.location [None req-23b401c8-808e-4c15-a34e-210d661927ae e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 192/384] 162.253.55.43 () {48 vars in 1039 bytes} [Wed Mar 11 02:30:18 2026] PUT /v2/images/522efb98-9761-480b-8195-9652620e37af/file => generated 0 bytes in 14477 msecs (HTTP/1.1 204) 4 headers in 171 bytes (27622 switches on core 0) [pid: 7|app: 0|req: 193/385] 162.253.55.43 () {44 vars in 965 bytes} [Wed Mar 11 02:30:33 2026] GET /v2/images/522efb98-9761-480b-8195-9652620e37af => generated 1211 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 162.253.55.43 () {48 vars in 1044 bytes} [Wed Mar 11 02:30:33 2026] PATCH /v2/images/522efb98-9761-480b-8195-9652620e37af => generated 1234 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 162.253.55.43 () {44 vars in 965 bytes} [Wed Mar 11 02:30:33 2026] GET /v2/images/522efb98-9761-480b-8195-9652620e37af => generated 1234 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:31:10 2026] GET / => generated 1301 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:31:10 2026] GET /v2/images => generated 3687 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:31:26 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:31:26 2026] GET /v2/images => generated 3687 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 162.253.55.43 () {44 vars in 933 bytes} [Wed Mar 11 02:31:26 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: 203/405] 162.253.55.43 () {44 vars in 955 bytes} [Wed Mar 11 02:31:26 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 162.253.55.43 () {44 vars in 933 bytes} [Wed Mar 11 02:31:26 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: 7|app: 0|req: 204/407] 162.253.55.43 () {48 vars in 945 bytes} [Wed Mar 11 02:31:26 2026] POST /v2/images => generated 791 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-03-11 02:31:26.772 8 INFO glance.api.v2.image_data [None req-e05e699b-8e66-47da-90c2-b60bb9c256e6 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-03-11 02:31:35.475 8 INFO glance.location [None req-e05e699b-8e66-47da-90c2-b60bb9c256e6 e0a695b98b2640129f7715b44a213772 9b7c43955e71464ebf0e244efc9b8c8e - - default default] Image format matched and virtual size computed: 3246063616 [pid: 8|app: 0|req: 204/410] 162.253.55.43 () {48 vars in 1039 bytes} [Wed Mar 11 02:31:26 2026] PUT /v2/images/78856d49-2915-4d2b-b7da-726183e239aa/file => generated 0 bytes in 8745 msecs (HTTP/1.1 204) 4 headers in 171 bytes (21944 switches on core 0) [pid: 7|app: 0|req: 207/411] 162.253.55.43 () {44 vars in 965 bytes} [Wed Mar 11 02:31:35 2026] GET /v2/images/78856d49-2915-4d2b-b7da-726183e239aa => generated 1203 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/412] 162.253.55.43 () {44 vars in 965 bytes} [Wed Mar 11 02:31:35 2026] GET /v2/images/78856d49-2915-4d2b-b7da-726183e239aa => generated 1203 bytes in 13 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: 231/459] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:35:28 2026] GET /v2/images => generated 4892 bytes in 248 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: 229/460] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:35:28 2026] GET /v2/images => generated 4892 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:36:28 2026] GET /v2/images => generated 4892 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:36:28 2026] GET /v2/images => generated 4892 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:37:28 2026] GET /v2/images => generated 4892 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/488] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:37:28 2026] GET /v2/images => generated 4892 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/501] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:38:28 2026] GET /v2/images => generated 4892 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/502] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:38:28 2026] GET /v2/images => generated 4892 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/515] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:39:28 2026] GET /v2/images => generated 4892 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/516] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:39:28 2026] GET /v2/images => generated 4892 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/529] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:40:28 2026] GET /v2/images => generated 4892 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/530] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:40:28 2026] GET /v2/images => generated 4892 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/543] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:41:28 2026] GET /v2/images => generated 4892 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/544] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:41:28 2026] GET /v2/images => generated 4892 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/557] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:42:28 2026] GET /v2/images => generated 4892 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/558] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:42:28 2026] GET /v2/images => generated 4892 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/569] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:43:19 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/570] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:43:19 2026] GET /v2/images => generated 4892 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/573] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:43:28 2026] GET /v2/images => generated 4892 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/574] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:43:28 2026] GET /v2/images => generated 4892 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/587] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:44:28 2026] GET /v2/images => generated 4892 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/588] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:44:28 2026] GET /v2/images => generated 4892 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/601] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:45:28 2026] GET /v2/images => generated 4892 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/602] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:45:28 2026] GET /v2/images => generated 4892 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/603] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:45:30 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/604] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:45:30 2026] GET /v2/images => generated 4892 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/605] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:45:31 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/606] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:45:31 2026] GET /v2/images => generated 4892 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/617] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:46:19 2026] GET / => generated 1301 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/618] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:46:19 2026] GET /v2/images => generated 4892 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/621] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:46:26 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/622] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:46:26 2026] GET /v2/images => generated 4892 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/623] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:46:28 2026] GET /v2/images => generated 4892 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/624] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:46:28 2026] GET /v2/images => generated 4892 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/635] 162.253.55.43 () {42 vars in 682 bytes} [Wed Mar 11 02:47:18 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/636] 162.253.55.43 () {44 vars in 904 bytes} [Wed Mar 11 02:47:18 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: 7|app: 0|req: 321/639] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:47:28 2026] GET /v2/images => generated 4892 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/640] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:47:28 2026] GET /v2/images => generated 4892 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/647] 10.0.0.35 () {32 vars in 631 bytes} [Wed Mar 11 02:48:04 2026] GET /v2/images => generated 4892 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/654] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:48:27 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/655] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:48:27 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: 327/656] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:48:28 2026] GET /v2/images => generated 4892 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/657] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:48:29 2026] GET /v2/images => generated 4892 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/658] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:48:33 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => 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: 331/659] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:48:33 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: 8|app: 0|req: 330/662] 162.253.55.43 () {36 vars in 989 bytes} [Wed Mar 11 02:48:35 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/663] 162.253.55.43 () {36 vars in 929 bytes} [Wed Mar 11 02:48:35 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/664] 162.253.55.43 () {36 vars in 989 bytes} [Wed Mar 11 02:48:36 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => 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: 334/665] 162.253.55.43 () {36 vars in 929 bytes} [Wed Mar 11 02:48:36 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: 332/666] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:48:36 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/667] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:48:36 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: 333/668] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:48:36 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/669] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:48:36 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => 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: 334/670] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:48:36 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: 337/671] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:48:36 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: 335/672] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:48:36 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/673] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:48:36 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: 336/674] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:48:36 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: 339/675] 10.0.0.226 () {36 vars in 910 bytes} [Wed Mar 11 02:48:37 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/676] 10.0.0.226 () {36 vars in 1006 bytes} [Wed Mar 11 02:48:37 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8/locations => generated 127 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/677] 10.0.0.226 () {36 vars in 986 bytes} [Wed Mar 11 02:48:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => 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: 338/678] 10.0.0.226 () {36 vars in 926 bytes} [Wed Mar 11 02:48:38 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: 341/679] 10.0.0.226 () {36 vars in 926 bytes} [Wed Mar 11 02:48:38 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: 342/686] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:49:13 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/687] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:49:13 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/692] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:49:28 2026] GET /v2/images => generated 4892 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/693] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:49:29 2026] GET /v2/images => generated 4892 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/694] 10.0.0.35 () {34 vars in 653 bytes} [Wed Mar 11 02:49:31 2026] POST /v2/images => generated 648 bytes in 207 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-03-11 02:49:32.182 8 WARNING glance.api.v2.images [None req-a26dd9af-b82e-4655-b5b0-a888eba63d27 c1169603c64b440d998e87137a8343e6 d56945c539e14381860ba3b7c4b9e065 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//85752d4d-96c1-4d5b-be89-46c66d2d2f7b [pid: 8|app: 0|req: 346/695] 10.0.0.35 () {32 vars in 708 bytes} [Wed Mar 11 02:49:32 2026] DELETE /v2/images/85752d4d-96c1-4d5b-be89-46c66d2d2f7b => generated 0 bytes in 62 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/696] 10.0.0.35 () {32 vars in 705 bytes} [Wed Mar 11 02:49:32 2026] GET /v2/images/85752d4d-96c1-4d5b-be89-46c66d2d2f7b => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/697] 10.0.0.35 () {32 vars in 631 bytes} [Wed Mar 11 02:49:32 2026] GET /v2/images => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/698] 10.0.0.35 () {34 vars in 653 bytes} [Wed Mar 11 02:49:32 2026] POST /v2/images => generated 703 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/699] 10.0.0.35 () {32 vars in 715 bytes} [Wed Mar 11 02:49:32 2026] GET /v2/images/ee738b20-e9fa-4ccf-9ad0-eb79c4bd9aa3/file => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-11 02:49:32.368 7 INFO glance.api.v2.image_data [None req-1afd60f2-e093-49cf-8640-e886112abce0 c1169603c64b440d998e87137a8343e6 d56945c539e14381860ba3b7c4b9e065 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-03-11 02:49:32.424 7 WARNING glance_store._drivers.rbd [None req-1afd60f2-e093-49cf-8640-e886112abce0 c1169603c64b440d998e87137a8343e6 d56945c539e14381860ba3b7c4b9e065 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-03-11 02:49:32.710 7 INFO glance.location [None req-1afd60f2-e093-49cf-8640-e886112abce0 c1169603c64b440d998e87137a8343e6 d56945c539e14381860ba3b7c4b9e065 - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 352/700] 10.0.0.35 () {32 vars in 725 bytes} [Wed Mar 11 02:49:32 2026] PUT /v2/images/ee738b20-e9fa-4ccf-9ad0-eb79c4bd9aa3/file => generated 0 bytes in 380 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/701] 10.0.0.35 () {32 vars in 705 bytes} [Wed Mar 11 02:49:32 2026] GET /v2/images/ee738b20-e9fa-4ccf-9ad0-eb79c4bd9aa3 => generated 1104 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/702] 10.0.0.35 () {32 vars in 715 bytes} [Wed Mar 11 02:49:32 2026] GET /v2/images/ee738b20-e9fa-4ccf-9ad0-eb79c4bd9aa3/file => generated 1024 bytes in 153 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/703] 10.0.0.35 () {34 vars in 653 bytes} [Wed Mar 11 02:49:32 2026] POST /v2/images => generated 648 bytes in 42 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/704] 10.0.0.35 () {32 vars in 724 bytes} [Wed Mar 11 02:49:33 2026] PATCH /v2/images/317c5bfd-67b7-4739-bc92-824922322140 => generated 653 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/705] 10.0.0.35 () {32 vars in 705 bytes} [Wed Mar 11 02:49:33 2026] GET /v2/images/317c5bfd-67b7-4739-bc92-824922322140 => generated 653 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-11 02:49:33.120 7 WARNING glance.api.v2.images [None req-dbaf8fdf-c81a-4e7d-88ff-19c8cefcc3ad c1169603c64b440d998e87137a8343e6 d56945c539e14381860ba3b7c4b9e065 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//317c5bfd-67b7-4739-bc92-824922322140 [pid: 7|app: 0|req: 355/706] 10.0.0.35 () {32 vars in 708 bytes} [Wed Mar 11 02:49:33 2026] DELETE /v2/images/317c5bfd-67b7-4739-bc92-824922322140 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/707] 10.0.0.35 () {32 vars in 705 bytes} [Wed Mar 11 02:49:33 2026] GET /v2/images/317c5bfd-67b7-4739-bc92-824922322140 => generated 139 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-11 02:49:33.200 7 WARNING glance.api.v2.images [None req-f6c519cc-b057-48d2-9af2-3dfee5584bc8 c1169603c64b440d998e87137a8343e6 d56945c539e14381860ba3b7c4b9e065 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//ee738b20-e9fa-4ccf-9ad0-eb79c4bd9aa3 [pid: 7|app: 0|req: 356/708] 10.0.0.35 () {32 vars in 708 bytes} [Wed Mar 11 02:49:33 2026] DELETE /v2/images/ee738b20-e9fa-4ccf-9ad0-eb79c4bd9aa3 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/709] 10.0.0.35 () {32 vars in 705 bytes} [Wed Mar 11 02:49:34 2026] GET /v2/images/ee738b20-e9fa-4ccf-9ad0-eb79c4bd9aa3 => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-11 02:49:34.112 7 WARNING glance.api.v2.images [None req-b616bf70-5e90-4130-b911-166901f00259 c1169603c64b440d998e87137a8343e6 d56945c539e14381860ba3b7c4b9e065 - - default default] Failed to find image 85752d4d-96c1-4d5b-be89-46c66d2d2f7b to delete: glance.common.exception.ImageNotFound: No image found with ID 85752d4d-96c1-4d5b-be89-46c66d2d2f7b [pid: 7|app: 0|req: 357/710] 10.0.0.35 () {32 vars in 708 bytes} [Wed Mar 11 02:49:34 2026] DELETE /v2/images/85752d4d-96c1-4d5b-be89-46c66d2d2f7b => generated 147 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/711] 10.0.0.35 () {32 vars in 705 bytes} [Wed Mar 11 02:49:34 2026] GET /v2/images/85752d4d-96c1-4d5b-be89-46c66d2d2f7b => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/714] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:49:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/715] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:49:38 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: 361/718] 10.0.0.35 () {30 vars in 409 bytes} [Wed Mar 11 02:49:47 2026] GET / => generated 1301 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/723] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:50:05 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/724] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:50:05 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: 361/725] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:50:13 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/726] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:50:13 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/731] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:50:28 2026] GET /v2/images => generated 4892 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/732] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:50:29 2026] GET /v2/images => generated 4892 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/735] 10.0.0.35 () {32 vars in 705 bytes} [Wed Mar 11 02:50:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => 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: 366/736] 10.0.0.35 () {32 vars in 705 bytes} [Wed Mar 11 02:50:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/737] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:50:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => 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: 367/738] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:50:38 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: 372/739] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:50:38 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: 368/740] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:50:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/741] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:50:38 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: 369/742] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:50:38 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: 374/743] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:50:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/744] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:50:38 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: 375/745] 10.0.0.226 () {36 vars in 910 bytes} [Wed Mar 11 02:50:38 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/746] 10.0.0.226 () {36 vars in 1006 bytes} [Wed Mar 11 02:50:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8/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: 376/747] 10.0.0.226 () {36 vars in 986 bytes} [Wed Mar 11 02:50:38 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/748] 10.0.0.226 () {36 vars in 926 bytes} [Wed Mar 11 02:50:38 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/749] 10.0.0.226 () {36 vars in 926 bytes} [Wed Mar 11 02:50:38 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: 379/752] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:50:53 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/753] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:50:53 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: 381/756] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:50:55 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/757] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:50:55 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: 385/764] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:51:28 2026] GET /v2/images => generated 4892 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/765] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:51:28 2026] GET /v2/images => generated 4892 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/768] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:51:35 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => 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: 387/769] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:51:35 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: 388/780] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:52:28 2026] GET /v2/images => generated 4892 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/781] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:52:28 2026] GET /v2/images => generated 4892 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/782] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:52:34 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/783] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:52:34 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: 397/788] 10.0.0.175 () {36 vars in 986 bytes} [Wed Mar 11 02:52:52 2026] GET /v2/images/17709cc7-c0ba-46fe-84a0-83c11703c7c8 => generated 1171 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/789] 10.0.0.175 () {36 vars in 926 bytes} [Wed Mar 11 02:52: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: 402/798] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:53:28 2026] GET /v2/images => generated 4892 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/799] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:53:28 2026] GET /v2/images => generated 4892 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/802] 162.253.55.43 () {32 vars in 824 bytes} [Wed Mar 11 02:53:40 2026] GET /v2/images?status=active&owner=9b7c43955e71464ebf0e244efc9b8c8e&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/803] 162.253.55.43 () {32 vars in 651 bytes} [Wed Mar 11 02:53:40 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: 405/804] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:53:41 2026] GET /v2/images/f4d94092-9b95-44e1-b95a-e70ba29d83fa => generated 1209 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/805] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:53: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: 7|app: 0|req: 406/806] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:53:41 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: 401/807] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:53:41 2026] GET /v2/images/f4d94092-9b95-44e1-b95a-e70ba29d83fa => 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: 407/808] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:53:41 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: 402/809] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:53:41 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: 408/810] 10.0.0.116 () {36 vars in 986 bytes} [Wed Mar 11 02:53:41 2026] GET /v2/images/f4d94092-9b95-44e1-b95a-e70ba29d83fa => 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: 403/811] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:53:41 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: 409/812] 10.0.0.116 () {36 vars in 926 bytes} [Wed Mar 11 02:53:41 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: 404/813] 10.0.0.226 () {36 vars in 910 bytes} [Wed Mar 11 02:53:41 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/814] 10.0.0.226 () {36 vars in 1006 bytes} [Wed Mar 11 02:53:41 2026] GET /v2/images/f4d94092-9b95-44e1-b95a-e70ba29d83fa/locations => generated 127 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/815] 10.0.0.226 () {36 vars in 986 bytes} [Wed Mar 11 02:53:41 2026] GET /v2/images/f4d94092-9b95-44e1-b95a-e70ba29d83fa => generated 1209 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/816] 10.0.0.226 () {36 vars in 926 bytes} [Wed Mar 11 02:53:41 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: 406/817] 10.0.0.226 () {36 vars in 926 bytes} [Wed Mar 11 02:53:41 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: 417/828] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:54:28 2026] GET /v2/images => generated 4892 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/829] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:54:28 2026] GET /v2/images => generated 4892 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/842] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:55:28 2026] GET /v2/images => generated 4892 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/843] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:55:28 2026] GET /v2/images => generated 4892 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/856] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:56:28 2026] GET /v2/images => generated 4892 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/857] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:56:28 2026] GET /v2/images => generated 4892 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/866] 10.0.0.35 () {32 vars in 631 bytes} [Wed Mar 11 02:57:12 2026] GET /v2/images => generated 4892 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/871] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:57:28 2026] GET /v2/images => generated 4892 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/872] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:57:28 2026] GET /v2/images => generated 4892 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/885] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:58:28 2026] GET /v2/images => generated 4892 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/886] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:58:28 2026] GET /v2/images => generated 4892 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/899] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:59:28 2026] GET /v2/images => generated 4892 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/900] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 02:59:28 2026] GET /v2/images => generated 4892 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/913] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 03:00:28 2026] GET /v2/images => generated 4892 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/914] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 03:00:28 2026] GET /v2/images => generated 4892 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/927] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 03:01:28 2026] GET /v2/images => generated 4892 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/928] 10.0.0.62 () {28 vars in 567 bytes} [Wed Mar 11 03:01:28 2026] GET /v2/images => generated 4892 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)