+ 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 May 20 12:23:21 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: glance-api-cd8d768c6-g6jkw 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 0x7fdd27973668 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-20 12:23:23.393 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-05-20 12:23:23.470 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-20 12:23:24.312 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-20 12:23:24.313 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-20 12:23:24.314 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-05-20 12:23:24.372 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-20 12:23:24.373 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-20 12:23:24.373 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-05-20 12:23:26.419 8 WARNING glance.api.v2.images [None req-1f715b0a-f549-410f-a869-3da67765ba38 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-20 12:23:26.574 7 WARNING glance.api.v2.images [None req-3abbe808-8a40-4107-b179-ea7839866877 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-20 12:23:26.875 8 WARNING keystonemiddleware._common.config [None req-1f715b0a-f549-410f-a869-3da67765ba38 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-20 12:23:26.884 8 WARNING oslo_config.cfg [None req-1f715b0a-f549-410f-a869-3da67765ba38 - - - - - -] 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 0x7fdd27973668 pid: 8 (default app) 2026-05-20 12:23:26.966 7 WARNING keystonemiddleware._common.config [None req-3abbe808-8a40-4107-b179-ea7839866877 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-20 12:23:26.974 7 WARNING oslo_config.cfg [None req-3abbe808-8a40-4107-b179-ea7839866877 - - - - - -] 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 0x7fdd27973668 pid: 7 (default app) [pid: 8|app: 0|req: 5/6] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:23:40 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-20 12:23:40.924 7 WARNING oslo_policy.policy [None req-87e8a061-2681-4c7a-89c2-3e5947f45861 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:23:40.924 7 WARNING oslo_policy.policy [None req-87e8a061-2681-4c7a-89c2-3e5947f45861 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:23:40.941 7 WARNING oslo_policy.policy [None req-87e8a061-2681-4c7a-89c2-3e5947f45861 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:23:40.941 7 WARNING oslo_policy.policy [None req-87e8a061-2681-4c7a-89c2-3e5947f45861 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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: 2/7] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:23:40 2026] GET /v2/images => generated 69 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:23:56 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/13] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:23:56 2026] GET /v2/images => generated 69 bytes in 57 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-20 12:23:56.891 8 WARNING oslo_policy.policy [None req-b2082bfa-ae08-47ff-b10a-69664a605232 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:23:56.892 8 WARNING oslo_policy.policy [None req-b2082bfa-ae08-47ff-b10a-69664a605232 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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: 9/14] 199.204.45.205 () {44 vars in 910 bytes} [Wed May 20 12:23:56 2026] GET /v2/images/cirros => generated 151 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 199.204.45.205 () {44 vars in 932 bytes} [Wed May 20 12:23:56 2026] GET /v2/images?name=cirros => generated 81 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 12:23:57.026 8 WARNING oslo_policy.policy [None req-b37bd66c-2634-4124-b036-6f30f4c7463d 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:23:57.027 8 WARNING oslo_policy.policy [None req-b37bd66c-2634-4124-b036-6f30f4c7463d 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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: 10/16] 199.204.45.205 () {44 vars in 938 bytes} [Wed May 20 12:23:57 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 12:23:57.112 7 WARNING oslo_config.cfg [None req-0ec6f7ef-2e36-48a4-bdf4-68767fe2ac92 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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: 7/17] 199.204.45.205 () {48 vars in 950 bytes} [Wed May 20 12:23:57 2026] POST /v2/images => generated 760 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-20 12:23:57.136 8 WARNING oslo_policy.policy [None req-412d2f0d-79da-40a1-8edd-c5373b4e0515 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:23:57.136 8 WARNING oslo_policy.policy [None req-412d2f0d-79da-40a1-8edd-c5373b4e0515 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:23:57.137 8 INFO glance.api.v2.image_data [None req-412d2f0d-79da-40a1-8edd-c5373b4e0515 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-20 12:24:00.428 8 WARNING glance.location [None req-412d2f0d-79da-40a1-8edd-c5373b4e0515 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 11/18] 199.204.45.205 () {48 vars in 1044 bytes} [Wed May 20 12:23:57 2026] PUT /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139/file => generated 0 bytes in 3338 msecs (HTTP/1.1 204) 4 headers in 171 bytes (7838 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.204.45.205 () {44 vars in 970 bytes} [Wed May 20 12:24:00 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 12:24:00.572 8 WARNING oslo_config.cfg [None req-7e46e554-bd3f-4d88-af43-beefd262ef84 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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: 12/20] 199.204.45.205 () {48 vars in 1050 bytes} [Wed May 20 12:24:00 2026] PATCH /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/21] 199.204.45.205 () {44 vars in 970 bytes} [Wed May 20 12:24:00 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/278] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:45:21 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: 138/279] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:45:21 2026] GET /v2/images => generated 1381 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/284] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:45:40 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: 141/285] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:45:40 2026] GET /v2/images => generated 1381 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/286] 199.204.45.205 () {44 vars in 936 bytes} [Wed May 20 12:45:40 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/287] 199.204.45.205 () {44 vars in 958 bytes} [Wed May 20 12:45:40 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/288] 199.204.45.205 () {44 vars in 938 bytes} [Wed May 20 12:45:40 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: 143/289] 199.204.45.205 () {48 vars in 950 bytes} [Wed May 20 12:45:40 2026] POST /v2/images => generated 796 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-20 12:45:40.414 8 INFO glance.api.v2.image_data [None req-79ca55f4-fb2e-4959-af9b-e7889f3dc5d5 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-20 12:46:12.723 8 WARNING glance.location [None req-79ca55f4-fb2e-4959-af9b-e7889f3dc5d5 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 147/296] 199.204.45.205 () {48 vars in 1045 bytes} [Wed May 20 12:45:40 2026] PUT /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b/file => generated 0 bytes in 32363 msecs (HTTP/1.1 204) 4 headers in 171 bytes (64246 switches on core 0) [pid: 7|app: 0|req: 150/297] 199.204.45.205 () {44 vars in 970 bytes} [Wed May 20 12:46:12 2026] GET /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b => generated 1209 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/298] 199.204.45.205 () {48 vars in 1050 bytes} [Wed May 20 12:46:12 2026] PATCH /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b => generated 1395 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/299] 199.204.45.205 () {44 vars in 970 bytes} [Wed May 20 12:46:12 2026] GET /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b => generated 1395 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/300] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:46:14 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: 152/301] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:46:14 2026] GET /v2/images => generated 2778 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/396] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:53:58 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: 200/397] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:53:58 2026] GET /v2/images => generated 2778 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:54:08 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: 202/401] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:54:08 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: 8|app: 0|req: 200/402] 199.204.45.205 () {44 vars in 946 bytes} [Wed May 20 12:54:08 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: 203/403] 199.204.45.205 () {44 vars in 968 bytes} [Wed May 20 12:54:08 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/404] 199.204.45.205 () {44 vars in 938 bytes} [Wed May 20 12:54:08 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/405] 199.204.45.205 () {48 vars in 950 bytes} [Wed May 20 12:54:08 2026] POST /v2/images => generated 799 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-20 12:54:08.341 8 INFO glance.api.v2.image_data [None req-0972c52b-1426-41d6-904c-8b289fa8934a 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-20 12:54:44.600 8 INFO glance.location [None req-0972c52b-1426-41d6-904c-8b289fa8934a 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 202/412] 199.204.45.205 () {48 vars in 1044 bytes} [Wed May 20 12:54:08 2026] PUT /v2/images/40dc6535-6e04-4bfe-93b2-9cdf7e6d92ab/file => generated 0 bytes in 36308 msecs (HTTP/1.1 204) 4 headers in 171 bytes (25762 switches on core 0) [pid: 7|app: 0|req: 211/413] 199.204.45.205 () {44 vars in 970 bytes} [Wed May 20 12:54:44 2026] GET /v2/images/40dc6535-6e04-4bfe-93b2-9cdf7e6d92ab => generated 1211 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/414] 199.204.45.205 () {48 vars in 1050 bytes} [Wed May 20 12:54:44 2026] PATCH /v2/images/40dc6535-6e04-4bfe-93b2-9cdf7e6d92ab => generated 1410 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/415] 199.204.45.205 () {44 vars in 970 bytes} [Wed May 20 12:54:44 2026] GET /v2/images/40dc6535-6e04-4bfe-93b2-9cdf7e6d92ab => generated 1410 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/442] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:56:46 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: 226/443] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:56:46 2026] GET /v2/images => generated 4190 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/448] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 12:57: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: 220/449] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 12:57:13 2026] GET /v2/images => generated 4190 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/450] 199.204.45.205 () {44 vars in 938 bytes} [Wed May 20 12:57:13 2026] GET /v2/images/manila-service-image => generated 165 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/451] 199.204.45.205 () {44 vars in 960 bytes} [Wed May 20 12:57:13 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/452] 199.204.45.205 () {44 vars in 938 bytes} [Wed May 20 12:57:13 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: 8|app: 0|req: 222/453] 199.204.45.205 () {48 vars in 950 bytes} [Wed May 20 12:57:13 2026] POST /v2/images => generated 791 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-20 12:57:13.946 7 WARNING oslo_policy.policy [None req-9199ccd3-cb71-4a1b-b1b7-07a455c76649 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:57:13.946 7 WARNING oslo_policy.policy [None req-9199ccd3-cb71-4a1b-b1b7-07a455c76649 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - 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-20 12:57:13.948 7 INFO glance.api.v2.image_data [None req-9199ccd3-cb71-4a1b-b1b7-07a455c76649 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-20 12:57:31.306 7 INFO glance.location [None req-9199ccd3-cb71-4a1b-b1b7-07a455c76649 1fa2846721774705aa2f8524d9f9e58a 7acea67fa31e42bdb50a74ef02716b30 - - default default] Image format matched and virtual size computed: 2976251904 [pid: 7|app: 0|req: 232/458] 199.204.45.205 () {48 vars in 1045 bytes} [Wed May 20 12:57:13 2026] PUT /v2/images/245aa6b4-ce8f-40e8-a4d8-b3b4bf23fdc7/file => generated 0 bytes in 17412 msecs (HTTP/1.1 204) 4 headers in 171 bytes (28119 switches on core 0) [pid: 8|app: 0|req: 227/459] 199.204.45.205 () {44 vars in 970 bytes} [Wed May 20 12:57:31 2026] GET /v2/images/245aa6b4-ce8f-40e8-a4d8-b3b4bf23fdc7 => generated 1204 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/460] 199.204.45.205 () {48 vars in 1050 bytes} [Wed May 20 12:57:31 2026] PATCH /v2/images/245aa6b4-ce8f-40e8-a4d8-b3b4bf23fdc7 => generated 1382 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/461] 199.204.45.205 () {44 vars in 970 bytes} [Wed May 20 12:57:31 2026] GET /v2/images/245aa6b4-ce8f-40e8-a4d8-b3b4bf23fdc7 => generated 1382 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/626] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 13:11:08 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: 311/627] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 13:11:08 2026] GET /v2/images => generated 5574 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/656] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 13:13:33 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: 326/657] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 13:13:33 2026] GET /v2/images => generated 5574 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/658] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 13:13:35 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/659] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 13:13:35 2026] GET /v2/images => generated 5574 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/672] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 13:14:27 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: 339/673] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 13:14:27 2026] GET /v2/images => generated 5574 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/674] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 13:14:35 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: 340/675] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 13:14:35 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: 343/690] 199.204.45.205 () {42 vars in 687 bytes} [Wed May 20 13:15:40 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: 348/691] 199.204.45.205 () {44 vars in 909 bytes} [Wed May 20 13:15:40 2026] GET /v2/images => generated 5574 bytes in 69 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: 353/700] 10.0.0.42 () {32 vars in 631 bytes} [Wed May 20 13:16:24 2026] GET /v2/images => generated 5574 bytes in 18 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: 351/707] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:16:48 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/708] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:16:48 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/709] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:16:49 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/710] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:16:49 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: 354/713] 199.204.45.205 () {36 vars in 990 bytes} [Wed May 20 13:16:56 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/714] 199.204.45.205 () {36 vars in 930 bytes} [Wed May 20 13:16:56 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: 355/715] 199.204.45.205 () {36 vars in 990 bytes} [Wed May 20 13:16:57 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/716] 199.204.45.205 () {36 vars in 930 bytes} [Wed May 20 13:16:57 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: 356/717] 10.0.0.42 () {34 vars in 653 bytes} [Wed May 20 13:16:58 2026] POST /v2/images => generated 649 bytes in 259 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-05-20 13:16:58.958 7 WARNING glance.api.v2.images [None req-236f4231-e5c5-4e7b-9ee3-326b8d6f2eda 972e44e8fbb146aa91fd3b572e1b82db 49d36d77458348c591940385e3e99aa9 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//d256f5c7-1ff4-43f1-9b7e-80dfdf4316b1 [pid: 7|app: 0|req: 362/718] 10.0.0.42 () {32 vars in 708 bytes} [Wed May 20 13:16:58 2026] DELETE /v2/images/d256f5c7-1ff4-43f1-9b7e-80dfdf4316b1 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/719] 10.0.0.42 () {32 vars in 705 bytes} [Wed May 20 13:16:59 2026] GET /v2/images/d256f5c7-1ff4-43f1-9b7e-80dfdf4316b1 => generated 139 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/720] 10.0.0.42 () {32 vars in 631 bytes} [Wed May 20 13:16:59 2026] GET /v2/images => generated 1381 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/721] 10.0.0.42 () {34 vars in 653 bytes} [Wed May 20 13:16:59 2026] POST /v2/images => generated 703 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/722] 10.0.0.42 () {32 vars in 715 bytes} [Wed May 20 13:16:59 2026] GET /v2/images/077b7e94-c321-49e2-9055-695d6fee94e2/file => generated 0 bytes in 9 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 13:16:59.161 8 INFO glance.api.v2.image_data [None req-6aac73e9-19e0-4655-a414-806e869c5854 972e44e8fbb146aa91fd3b572e1b82db 49d36d77458348c591940385e3e99aa9 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-20 13:16:59.212 8 WARNING glance_store._drivers.rbd [None req-6aac73e9-19e0-4655-a414-806e869c5854 972e44e8fbb146aa91fd3b572e1b82db 49d36d77458348c591940385e3e99aa9 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-05-20 13:17:00.158 8 INFO glance.location [None req-6aac73e9-19e0-4655-a414-806e869c5854 972e44e8fbb146aa91fd3b572e1b82db 49d36d77458348c591940385e3e99aa9 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 359/723] 10.0.0.42 () {32 vars in 725 bytes} [Wed May 20 13:16:59 2026] PUT /v2/images/077b7e94-c321-49e2-9055-695d6fee94e2/file => generated 0 bytes in 1042 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/724] 10.0.0.42 () {32 vars in 705 bytes} [Wed May 20 13:17:00 2026] GET /v2/images/077b7e94-c321-49e2-9055-695d6fee94e2 => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/725] 10.0.0.42 () {32 vars in 715 bytes} [Wed May 20 13:17:00 2026] GET /v2/images/077b7e94-c321-49e2-9055-695d6fee94e2/file => generated 1024 bytes in 107 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/726] 10.0.0.42 () {34 vars in 653 bytes} [Wed May 20 13:17:00 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: 8|app: 0|req: 361/727] 10.0.0.42 () {32 vars in 724 bytes} [Wed May 20 13:17:00 2026] PATCH /v2/images/af121e47-86a8-4d1a-b98f-904e54a5ce98 => generated 653 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/728] 10.0.0.42 () {32 vars in 705 bytes} [Wed May 20 13:17:00 2026] GET /v2/images/af121e47-86a8-4d1a-b98f-904e54a5ce98 => generated 653 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 13:17:00.477 8 WARNING glance.api.v2.images [None req-9597e452-7ddc-40ba-8695-9804e867563c 972e44e8fbb146aa91fd3b572e1b82db 49d36d77458348c591940385e3e99aa9 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//af121e47-86a8-4d1a-b98f-904e54a5ce98 [pid: 8|app: 0|req: 362/729] 10.0.0.42 () {32 vars in 708 bytes} [Wed May 20 13:17:00 2026] DELETE /v2/images/af121e47-86a8-4d1a-b98f-904e54a5ce98 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/730] 10.0.0.42 () {32 vars in 705 bytes} [Wed May 20 13:17:00 2026] GET /v2/images/af121e47-86a8-4d1a-b98f-904e54a5ce98 => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 13:17:00.561 8 WARNING glance.api.v2.images [None req-929112a2-95a7-437c-a7c7-3d9bb9cfd53f 972e44e8fbb146aa91fd3b572e1b82db 49d36d77458348c591940385e3e99aa9 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//077b7e94-c321-49e2-9055-695d6fee94e2 [pid: 8|app: 0|req: 363/731] 10.0.0.42 () {32 vars in 708 bytes} [Wed May 20 13:17:00 2026] DELETE /v2/images/077b7e94-c321-49e2-9055-695d6fee94e2 => generated 0 bytes in 903 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/732] 10.0.0.42 () {32 vars in 705 bytes} [Wed May 20 13:17:01 2026] GET /v2/images/077b7e94-c321-49e2-9055-695d6fee94e2 => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 13:17:01.484 8 WARNING glance.api.v2.images [None req-79eb2fc1-7acd-45a5-9ff3-789228bfe910 972e44e8fbb146aa91fd3b572e1b82db 49d36d77458348c591940385e3e99aa9 - - default default] Failed to find image d256f5c7-1ff4-43f1-9b7e-80dfdf4316b1 to delete: glance.common.exception.ImageNotFound: No image found with ID d256f5c7-1ff4-43f1-9b7e-80dfdf4316b1 [pid: 8|app: 0|req: 364/733] 10.0.0.42 () {32 vars in 708 bytes} [Wed May 20 13:17:01 2026] DELETE /v2/images/d256f5c7-1ff4-43f1-9b7e-80dfdf4316b1 => generated 147 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/734] 10.0.0.42 () {32 vars in 705 bytes} [Wed May 20 13:17:01 2026] GET /v2/images/d256f5c7-1ff4-43f1-9b7e-80dfdf4316b1 => 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: 365/735] 10.0.0.42 () {30 vars in 409 bytes} [Wed May 20 13:17:04 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/740] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:17:21 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 368/741] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:17:21 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: 371/746] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:17:39 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 376/747] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:17:39 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: 373/750] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:17:55 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/751] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:17:55 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: 374/752] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:17:55 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/753] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:17:55 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 375/754] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:17:55 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: 380/755] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:17: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: 8|app: 0|req: 376/758] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:17:55 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/759] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:17: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: 8|app: 0|req: 377/760] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:17:55 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: 384/761] 10.0.0.234 () {36 vars in 910 bytes} [Wed May 20 13:17:56 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: 378/762] 10.0.0.234 () {36 vars in 1006 bytes} [Wed May 20 13:17:56 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139/locations => generated 127 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/763] 10.0.0.234 () {36 vars in 986 bytes} [Wed May 20 13:17:56 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 379/764] 10.0.0.234 () {36 vars in 926 bytes} [Wed May 20 13:17:56 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/765] 10.0.0.234 () {36 vars in 926 bytes} [Wed May 20 13:17:56 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: 391/774] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:18:37 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 384/775] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:18:37 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: 392/776] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:18:43 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 385/777] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:18:43 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: 397/786] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:19:24 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/787] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:19:24 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/796] 10.0.0.42 () {32 vars in 705 bytes} [Wed May 20 13:20:04 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/797] 10.0.0.42 () {32 vars in 705 bytes} [Wed May 20 13:20:04 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/798] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:20:04 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/799] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:20:04 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/800] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:20:04 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: 404/801] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:20:04 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 398/802] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:20:04 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: 405/803] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:20:04 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/804] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:20:04 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/805] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:20:05 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/806] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:20: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: 7|app: 0|req: 407/807] 10.0.0.234 () {36 vars in 910 bytes} [Wed May 20 13:20:05 2026] GET /versions => generated 1312 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/808] 10.0.0.234 () {36 vars in 1006 bytes} [Wed May 20 13:20:05 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139/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: 408/809] 10.0.0.234 () {36 vars in 986 bytes} [Wed May 20 13:20:05 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 402/810] 10.0.0.234 () {36 vars in 926 bytes} [Wed May 20 13:20:05 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: 409/811] 10.0.0.234 () {36 vars in 926 bytes} [Wed May 20 13:20:05 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: 407/820] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:20:38 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/821] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:20:38 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/830] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:21:21 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => 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: 412/831] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:21:21 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: 425/856] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:23:21 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/857] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:23:21 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: 428/862] 10.0.0.126 () {36 vars in 986 bytes} [Wed May 20 13:23:38 2026] GET /v2/images/aa2f18fa-9436-41d1-bc44-15b88ecc0139 => generated 1312 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/863] 10.0.0.126 () {36 vars in 926 bytes} [Wed May 20 13:23: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: 439/870] 199.204.45.205 () {32 vars in 825 bytes} [Wed May 20 13:24:15 2026] GET /v2/images?status=active&owner=7acea67fa31e42bdb50a74ef02716b30&limit=2&tag=amphora&sort=created_at:desc => generated 1560 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/871] 199.204.45.205 () {32 vars in 652 bytes} [Wed May 20 13:24:15 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: 441/874] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:24:15 2026] GET /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b => generated 1395 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/875] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:24:15 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: 442/876] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:24:15 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/877] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:24:15 2026] GET /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b => 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: 443/878] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:24:16 2026] GET /v2/schemas/image => generated 4018 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/879] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:24: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: 444/880] 10.0.0.79 () {36 vars in 985 bytes} [Wed May 20 13:24:16 2026] GET /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b => generated 1395 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/881] 10.0.0.79 () {36 vars in 925 bytes} [Wed May 20 13:24:16 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/882] 10.0.0.234 () {36 vars in 910 bytes} [Wed May 20 13:24:16 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: 438/883] 10.0.0.234 () {36 vars in 1006 bytes} [Wed May 20 13:24:16 2026] GET /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b/locations => generated 127 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/884] 10.0.0.234 () {36 vars in 986 bytes} [Wed May 20 13:24:16 2026] GET /v2/images/1832fb3b-af15-4978-9b8c-cb688a272a0b => generated 1395 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/885] 10.0.0.234 () {36 vars in 926 bytes} [Wed May 20 13:24:16 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: 447/886] 10.0.0.234 () {36 vars in 926 bytes} [Wed May 20 13:24:16 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/929] 10.0.0.42 () {32 vars in 631 bytes} [Wed May 20 13:27:50 2026] GET /v2/images => generated 5574 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)