+ 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 [Thu Apr 9 01:25:31 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: glance-api-5589fc7477-nbtwb 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 0x7f8399918668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-09 01:25:33.916 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-09 01:25:33.962 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-04-09 01:25:34.764 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-09 01:25:34.765 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-09 01:25:34.765 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-09 01:25:34.825 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-09 01:25:34.826 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-09 01:25:34.826 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-09 01:25:36.773 8 WARNING glance.api.v2.images [None req-390884cb-ab6c-441c-86bd-6448a89eddfa - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-09 01:25:36.871 7 WARNING glance.api.v2.images [None req-bf929645-b6bc-4ee1-bfc6-4f43c504918a - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-09 01:25:37.119 8 WARNING keystonemiddleware._common.config [None req-390884cb-ab6c-441c-86bd-6448a89eddfa - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-09 01:25:37.126 8 WARNING oslo_config.cfg [None req-390884cb-ab6c-441c-86bd-6448a89eddfa - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x7f8399918668 pid: 8 (default app) 2026-04-09 01:25:37.283 7 WARNING keystonemiddleware._common.config [None req-bf929645-b6bc-4ee1-bfc6-4f43c504918a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-09 01:25:37.292 7 WARNING oslo_config.cfg [None req-bf929645-b6bc-4ee1-bfc6-4f43c504918a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x7f8399918668 pid: 7 (default app) [pid: 8|app: 0|req: 5/5] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:25:38 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 01:25:39.214 7 WARNING oslo_policy.policy [None req-6b176095-501b-469f-98ea-c4335905465a 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:25:39.214 7 WARNING oslo_policy.policy [None req-6b176095-501b-469f-98ea-c4335905465a 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:25:39.228 7 WARNING oslo_policy.policy [None req-6b176095-501b-469f-98ea-c4335905465a 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:25:39.228 7 WARNING oslo_policy.policy [None req-6b176095-501b-469f-98ea-c4335905465a 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 1/6] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:25:38 2026] GET /v2/images => generated 69 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/7] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:25:42 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2/8] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:25:42 2026] GET /v2/images => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 01:25:42.820 8 WARNING oslo_policy.policy [None req-2f8e9c8e-a867-4e41-bfcb-30554e480bf7 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:25:42.820 8 WARNING oslo_policy.policy [None req-2f8e9c8e-a867-4e41-bfcb-30554e480bf7 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 7/9] 199.204.45.242 () {44 vars in 912 bytes} [Thu Apr 9 01:25:42 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: 3/10] 199.204.45.242 () {44 vars in 934 bytes} [Thu Apr 9 01:25:42 2026] GET /v2/images?name=cirros => generated 81 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:25:42.956 8 WARNING oslo_policy.policy [None req-777ff99c-5975-4c96-9e17-1f74aad9b715 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:25:42.956 8 WARNING oslo_policy.policy [None req-777ff99c-5975-4c96-9e17-1f74aad9b715 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - 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: 8/11] 199.204.45.242 () {44 vars in 940 bytes} [Thu Apr 9 01:25:42 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:25:43.032 7 WARNING oslo_config.cfg [None req-eae6b448-e623-4cbf-b84f-89cb70241d2e 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 7|app: 0|req: 4/12] 199.204.45.242 () {48 vars in 952 bytes} [Thu Apr 9 01:25:42 2026] POST /v2/images => generated 760 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-09 01:25:43.054 8 WARNING oslo_policy.policy [None req-dfd827d5-3e42-4848-a297-f6d689b608fa 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:25:43.054 8 WARNING oslo_policy.policy [None req-dfd827d5-3e42-4848-a297-f6d689b608fa 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:25:43.056 8 INFO glance.api.v2.image_data [None req-dfd827d5-3e42-4848-a297-f6d689b608fa 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-09 01:25:46.633 8 WARNING glance.location [None req-dfd827d5-3e42-4848-a297-f6d689b608fa 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 9/13] 199.204.45.242 () {48 vars in 1046 bytes} [Thu Apr 9 01:25:43 2026] PUT /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed/file => generated 0 bytes in 3619 msecs (HTTP/1.1 204) 4 headers in 171 bytes (8075 switches on core 0) [pid: 7|app: 0|req: 5/14] 199.204.45.242 () {44 vars in 972 bytes} [Thu Apr 9 01:25:46 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 01:25:46.702 8 WARNING oslo_config.cfg [None req-56a51615-a316-4240-8c0b-4a68f9a76b8b 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - 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: 10/15] 199.204.45.242 () {44 vars in 972 bytes} [Thu Apr 9 01:25:46 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 135/264] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:46:20 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/265] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:46:20 2026] GET /v2/images => generated 1240 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/270] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:46:38 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: 133/271] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:46:38 2026] GET /v2/images => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/272] 199.204.45.242 () {44 vars in 938 bytes} [Thu Apr 9 01:46:38 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/273] 199.204.45.242 () {44 vars in 960 bytes} [Thu Apr 9 01:46:38 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/274] 199.204.45.242 () {44 vars in 940 bytes} [Thu Apr 9 01:46:38 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/275] 199.204.45.242 () {48 vars in 952 bytes} [Thu Apr 9 01:46:38 2026] POST /v2/images => generated 796 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-09 01:46:38.205 8 INFO glance.api.v2.image_data [None req-5e6aac4f-65c7-4ada-962f-1395d6eb4074 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-09 01:47:13.282 8 WARNING glance.location [None req-5e6aac4f-65c7-4ada-962f-1395d6eb4074 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 141/282] 199.204.45.242 () {48 vars in 1047 bytes} [Thu Apr 9 01:46:38 2026] PUT /v2/images/fd47c87b-09d8-472d-99ca-b5fdf6d73f21/file => generated 0 bytes in 35135 msecs (HTTP/1.1 204) 4 headers in 171 bytes (67289 switches on core 0) [pid: 7|app: 0|req: 142/283] 199.204.45.242 () {44 vars in 972 bytes} [Thu Apr 9 01:47:13 2026] GET /v2/images/fd47c87b-09d8-472d-99ca-b5fdf6d73f21 => generated 1209 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/284] 199.204.45.242 () {44 vars in 972 bytes} [Thu Apr 9 01:47:13 2026] GET /v2/images/fd47c87b-09d8-472d-99ca-b5fdf6d73f21 => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/285] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:47:14 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/286] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:47:14 2026] GET /v2/images => generated 2451 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:54:07 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:54:07 2026] GET /v2/images => generated 2451 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/377] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:54:31 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: 189/378] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:54:31 2026] GET /v2/images => generated 2451 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 199.204.45.242 () {44 vars in 948 bytes} [Thu Apr 9 01:54:31 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 199.204.45.242 () {44 vars in 970 bytes} [Thu Apr 9 01:54:31 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 199.204.45.242 () {44 vars in 940 bytes} [Thu Apr 9 01:54:31 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.242 () {48 vars in 952 bytes} [Thu Apr 9 01:54:31 2026] POST /v2/images => generated 799 bytes in 2332 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-09 01:54:34.211 7 WARNING oslo_policy.policy [None req-2a5704b8-6f49-4de7-8e64-d1b7ac46acb4 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:54:34.211 7 WARNING oslo_policy.policy [None req-2a5704b8-6f49-4de7-8e64-d1b7ac46acb4 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-09 01:54:34.213 7 INFO glance.api.v2.image_data [None req-2a5704b8-6f49-4de7-8e64-d1b7ac46acb4 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-09 01:56:01.626 7 INFO glance.location [None req-2a5704b8-6f49-4de7-8e64-d1b7ac46acb4 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 192/401] 199.204.45.242 () {48 vars in 1046 bytes} [Thu Apr 9 01:54:34 2026] PUT /v2/images/9cb40c26-4d7c-45b1-85c0-3e980eecf46d/file => generated 0 bytes in 87467 msecs (HTTP/1.1 204) 4 headers in 171 bytes (15886 switches on core 0) [pid: 8|app: 0|req: 210/402] 199.204.45.242 () {44 vars in 972 bytes} [Thu Apr 9 01:56:01 2026] GET /v2/images/9cb40c26-4d7c-45b1-85c0-3e980eecf46d => generated 1211 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/403] 199.204.45.242 () {48 vars in 1051 bytes} [Thu Apr 9 01:56:01 2026] PATCH /v2/images/9cb40c26-4d7c-45b1-85c0-3e980eecf46d => generated 1234 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/404] 199.204.45.242 () {44 vars in 972 bytes} [Thu Apr 9 01:56:01 2026] GET /v2/images/9cb40c26-4d7c-45b1-85c0-3e980eecf46d => generated 1234 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/413] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:56:38 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: 216/414] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:56:38 2026] GET /v2/images => generated 3687 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/417] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 01:56:49 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/418] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 01:56:49 2026] GET /v2/images => generated 3687 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/419] 199.204.45.242 () {44 vars in 940 bytes} [Thu Apr 9 01:56:49 2026] GET /v2/images/manila-service-image => generated 165 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/420] 199.204.45.242 () {44 vars in 962 bytes} [Thu Apr 9 01:56:49 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/421] 199.204.45.242 () {44 vars in 940 bytes} [Thu Apr 9 01:56:49 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/422] 199.204.45.242 () {48 vars in 952 bytes} [Thu Apr 9 01:56:49 2026] POST /v2/images => generated 791 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-09 01:56:49.998 7 INFO glance.api.v2.image_data [None req-3117ad7f-af1f-4acf-84c9-8fd8a0f9270b 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-09 01:57:02.576 7 INFO glance.location [None req-3117ad7f-af1f-4acf-84c9-8fd8a0f9270b 777d9dd3a8ac4de4a0f00920812f5e0c 37f4a0c8bd4e47e583de819df2c2cf30 - - default default] Image format matched and virtual size computed: 3246063616 [pid: 7|app: 0|req: 203/425] 199.204.45.242 () {48 vars in 1046 bytes} [Thu Apr 9 01:56:49 2026] PUT /v2/images/bf4397fe-6748-4267-9d77-0cc8c32d2af4/file => generated 0 bytes in 12616 msecs (HTTP/1.1 204) 4 headers in 171 bytes (17246 switches on core 0) [pid: 8|app: 0|req: 223/426] 199.204.45.242 () {44 vars in 972 bytes} [Thu Apr 9 01:57:02 2026] GET /v2/images/bf4397fe-6748-4267-9d77-0cc8c32d2af4 => generated 1203 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/427] 199.204.45.242 () {44 vars in 972 bytes} [Thu Apr 9 01:57:02 2026] GET /v2/images/bf4397fe-6748-4267-9d77-0cc8c32d2af4 => generated 1203 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/576] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 02:09:21 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: 298/577] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 02:09:21 2026] GET /v2/images => generated 4892 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/606] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 02:11:37 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/607] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 02:11:37 2026] GET /v2/images => generated 4892 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/608] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 02:11:38 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/609] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 02:11:38 2026] GET /v2/images => generated 4892 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/620] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 02:12:26 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/621] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 02:12:26 2026] GET /v2/images => generated 4892 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/622] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 02:12:34 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: 302/623] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 02:12:34 2026] GET /v2/images => generated 4892 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/636] 199.204.45.242 () {42 vars in 689 bytes} [Thu Apr 9 02:13:36 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/637] 199.204.45.242 () {44 vars in 911 bytes} [Thu Apr 9 02:13:36 2026] GET /v2/images => generated 4892 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: glance. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 334/648] 10.0.0.195 () {32 vars in 633 bytes} [Thu Apr 9 02:14:17 2026] GET /v2/images => generated 4892 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: 7|app: 0|req: 317/653] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:14:40 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/654] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:14:40 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: 318/655] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:14:40 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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/656] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:14:40 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: 320/659] 199.204.45.242 () {36 vars in 991 bytes} [Thu Apr 9 02:14:47 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/660] 199.204.45.242 () {36 vars in 931 bytes} [Thu Apr 9 02:14:47 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/661] 199.204.45.242 () {36 vars in 991 bytes} [Thu Apr 9 02:14:48 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/662] 199.204.45.242 () {36 vars in 931 bytes} [Thu Apr 9 02:14:48 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: 343/665] 10.0.0.195 () {34 vars in 655 bytes} [Thu Apr 9 02:15:00 2026] POST /v2/images => generated 648 bytes in 135 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-09 02:15:00.485 7 WARNING glance.api.v2.images [None req-08d2690c-0865-470f-b747-6a9019688891 7a939a38c4314490bdeeca930c399c2d 6ffcea2570e84337841f82626dc5df02 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//d5c2e661-0a2e-4e62-a2b4-1afbf6a03f89 [pid: 7|app: 0|req: 323/666] 10.0.0.195 () {32 vars in 710 bytes} [Thu Apr 9 02:15:00 2026] DELETE /v2/images/d5c2e661-0a2e-4e62-a2b4-1afbf6a03f89 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/667] 10.0.0.195 () {32 vars in 707 bytes} [Thu Apr 9 02:15:00 2026] GET /v2/images/d5c2e661-0a2e-4e62-a2b4-1afbf6a03f89 => generated 139 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/668] 10.0.0.195 () {32 vars in 633 bytes} [Thu Apr 9 02:15:00 2026] GET /v2/images => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/669] 10.0.0.195 () {34 vars in 655 bytes} [Thu Apr 9 02:15:00 2026] POST /v2/images => generated 703 bytes in 43 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/670] 10.0.0.195 () {32 vars in 717 bytes} [Thu Apr 9 02:15:00 2026] GET /v2/images/39349bfe-5258-473b-bdbe-0524b0ac3a33/file => generated 0 bytes in 12 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:00.668 8 INFO glance.api.v2.image_data [None req-13162a4e-c6d2-47ae-ab63-e3646b7bb7ee 7a939a38c4314490bdeeca930c399c2d 6ffcea2570e84337841f82626dc5df02 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-09 02:15:00.724 8 WARNING glance_store._drivers.rbd [None req-13162a4e-c6d2-47ae-ab63-e3646b7bb7ee 7a939a38c4314490bdeeca930c399c2d 6ffcea2570e84337841f82626dc5df02 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-04-09 02:15:01.786 8 INFO glance.location [None req-13162a4e-c6d2-47ae-ab63-e3646b7bb7ee 7a939a38c4314490bdeeca930c399c2d 6ffcea2570e84337841f82626dc5df02 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 346/671] 10.0.0.195 () {32 vars in 727 bytes} [Thu Apr 9 02:15:00 2026] PUT /v2/images/39349bfe-5258-473b-bdbe-0524b0ac3a33/file => generated 0 bytes in 1161 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/672] 10.0.0.195 () {32 vars in 707 bytes} [Thu Apr 9 02:15:01 2026] GET /v2/images/39349bfe-5258-473b-bdbe-0524b0ac3a33 => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/673] 10.0.0.195 () {32 vars in 717 bytes} [Thu Apr 9 02:15:01 2026] GET /v2/images/39349bfe-5258-473b-bdbe-0524b0ac3a33/file => generated 1024 bytes in 125 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/674] 10.0.0.195 () {34 vars in 655 bytes} [Thu Apr 9 02:15:01 2026] POST /v2/images => generated 648 bytes in 37 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/675] 10.0.0.195 () {32 vars in 726 bytes} [Thu Apr 9 02:15:01 2026] PATCH /v2/images/aa7faf98-7575-4e1e-a07b-003368ee20d0 => generated 653 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/676] 10.0.0.195 () {32 vars in 707 bytes} [Thu Apr 9 02:15:02 2026] GET /v2/images/aa7faf98-7575-4e1e-a07b-003368ee20d0 => generated 653 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:02.104 8 WARNING glance.api.v2.images [None req-395c1d36-6f9c-4a9c-a1a9-0575a60662d9 7a939a38c4314490bdeeca930c399c2d 6ffcea2570e84337841f82626dc5df02 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//aa7faf98-7575-4e1e-a07b-003368ee20d0 [pid: 8|app: 0|req: 349/677] 10.0.0.195 () {32 vars in 710 bytes} [Thu Apr 9 02:15:02 2026] DELETE /v2/images/aa7faf98-7575-4e1e-a07b-003368ee20d0 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/678] 10.0.0.195 () {32 vars in 707 bytes} [Thu Apr 9 02:15:02 2026] GET /v2/images/aa7faf98-7575-4e1e-a07b-003368ee20d0 => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:02.192 8 WARNING glance.api.v2.images [None req-197cfcf4-e7ff-4e15-b4c7-f936f5ff30e6 7a939a38c4314490bdeeca930c399c2d 6ffcea2570e84337841f82626dc5df02 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//39349bfe-5258-473b-bdbe-0524b0ac3a33 [pid: 8|app: 0|req: 350/679] 10.0.0.195 () {32 vars in 710 bytes} [Thu Apr 9 02:15:02 2026] DELETE /v2/images/39349bfe-5258-473b-bdbe-0524b0ac3a33 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/680] 10.0.0.195 () {32 vars in 707 bytes} [Thu Apr 9 02:15:03 2026] GET /v2/images/39349bfe-5258-473b-bdbe-0524b0ac3a33 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:03.051 8 WARNING glance.api.v2.images [None req-f03bc4c1-8435-42bf-8bfb-0e91d996a226 7a939a38c4314490bdeeca930c399c2d 6ffcea2570e84337841f82626dc5df02 - - default default] Failed to find image d5c2e661-0a2e-4e62-a2b4-1afbf6a03f89 to delete: glance.common.exception.ImageNotFound: No image found with ID d5c2e661-0a2e-4e62-a2b4-1afbf6a03f89 [pid: 8|app: 0|req: 351/681] 10.0.0.195 () {32 vars in 710 bytes} [Thu Apr 9 02:15:03 2026] DELETE /v2/images/d5c2e661-0a2e-4e62-a2b4-1afbf6a03f89 => generated 147 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/682] 10.0.0.195 () {32 vars in 707 bytes} [Thu Apr 9 02:15:03 2026] GET /v2/images/d5c2e661-0a2e-4e62-a2b4-1afbf6a03f89 => generated 139 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/685] 10.0.0.195 () {30 vars in 411 bytes} [Thu Apr 9 02:15:06 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: 353/686] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:15:08 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 334/687] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:15:08 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/690] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:15:24 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 336/691] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:15:24 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: 358/696] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:15:44 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/697] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:15:44 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: 359/698] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:15:44 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: 340/699] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:15:44 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/700] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:15:44 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: 341/701] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:15:44 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: 361/702] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:15:44 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 342/703] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:15:44 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: 362/704] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:15:44 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: 343/705] 10.0.0.101 () {36 vars in 911 bytes} [Thu Apr 9 02:15:45 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: 363/706] 10.0.0.101 () {36 vars in 1007 bytes} [Thu Apr 9 02:15:45 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed/locations => generated 127 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/707] 10.0.0.101 () {36 vars in 987 bytes} [Thu Apr 9 02:15:45 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 364/708] 10.0.0.101 () {36 vars in 927 bytes} [Thu Apr 9 02:15:45 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: 345/709] 10.0.0.101 () {36 vars in 927 bytes} [Thu Apr 9 02:15:45 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: 349/716] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:16:08 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 368/717] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:16:08 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: 352/722] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:16:27 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 371/723] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:16:27 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: 376/732] 10.0.0.195 () {32 vars in 707 bytes} [Thu Apr 9 02:17:09 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 357/733] 10.0.0.195 () {32 vars in 707 bytes} [Thu Apr 9 02:17:09 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/734] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:17:10 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/735] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:17:10 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: 378/736] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:17:10 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: 359/737] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:17:10 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/738] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:17:10 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: 360/739] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:17:10 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: 380/740] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:17:10 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/741] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:17:10 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: 381/742] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:17:10 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/743] 10.0.0.101 () {36 vars in 911 bytes} [Thu Apr 9 02:17:10 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: 382/744] 10.0.0.101 () {36 vars in 1007 bytes} [Thu Apr 9 02:17:10 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed/locations => generated 127 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/745] 10.0.0.101 () {36 vars in 987 bytes} [Thu Apr 9 02:17:10 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/746] 10.0.0.101 () {36 vars in 927 bytes} [Thu Apr 9 02:17:10 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: 364/747] 10.0.0.101 () {36 vars in 927 bytes} [Thu Apr 9 02:17:10 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: 387/754] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:17:41 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 368/755] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:17: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: 372/762] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:18:12 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 391/763] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:18:12 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: 375/768] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:18:29 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 394/769] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:18:29 2026] GET /v2/schemas/image => generated 4018 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/780] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:19:21 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => 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: 400/781] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:19:21 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: 384/786] 10.0.0.154 () {36 vars in 987 bytes} [Thu Apr 9 02:19:39 2026] GET /v2/images/3cb391e1-70f6-4f97-8980-179bdb89c0ed => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/787] 10.0.0.154 () {36 vars in 927 bytes} [Thu Apr 9 02:19:39 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: 389/796] 199.204.45.242 () {32 vars in 826 bytes} [Thu Apr 9 02:20:19 2026] GET /v2/images?status=active&owner=37f4a0c8bd4e47e583de819df2c2cf30&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/797] 199.204.45.242 () {32 vars in 653 bytes} [Thu Apr 9 02:20:19 2026] GET /v2/schemas/image => generated 4018 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/798] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:20:19 2026] GET /v2/images/fd47c87b-09d8-472d-99ca-b5fdf6d73f21 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/799] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:20:19 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: 391/800] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:20:19 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: 410/801] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:20:19 2026] GET /v2/images/fd47c87b-09d8-472d-99ca-b5fdf6d73f21 => 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: 392/802] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:20:19 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/803] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:20:19 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: 393/804] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 9 02:20:19 2026] GET /v2/images/fd47c87b-09d8-472d-99ca-b5fdf6d73f21 => 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: 412/805] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 9 02:20:19 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: 394/806] 10.0.0.101 () {36 vars in 911 bytes} [Thu Apr 9 02:20:19 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: 413/807] 10.0.0.101 () {36 vars in 1007 bytes} [Thu Apr 9 02:20:19 2026] GET /v2/images/fd47c87b-09d8-472d-99ca-b5fdf6d73f21/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: 395/808] 10.0.0.101 () {36 vars in 987 bytes} [Thu Apr 9 02:20:19 2026] GET /v2/images/fd47c87b-09d8-472d-99ca-b5fdf6d73f21 => generated 1209 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/809] 10.0.0.101 () {36 vars in 927 bytes} [Thu Apr 9 02:20:20 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: 396/810] 10.0.0.101 () {36 vars in 927 bytes} [Thu Apr 9 02:20:20 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: 439/859] 10.0.0.195 () {32 vars in 633 bytes} [Thu Apr 9 02:24:24 2026] GET /v2/images => generated 4892 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)