+ 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 Feb 26 02:01:24 2026] *** compiled with version: 13.3.0 on 25 February 2026 01:02:28 os: Linux-5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 nodename: glance-api-5f47f9b8ff-lm25g 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7fddff5e6668 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-02-26 02:01:26.519 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-02-26 02:01:26.583 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-02-26 02:01:27.365 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-02-26 02:01:27.367 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-02-26 02:01:27.367 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-02-26 02:01:27.426 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-02-26 02:01:27.427 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-02-26 02:01:27.427 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-02-26 02:01:29.369 7 WARNING glance.api.v2.images [None req-80923587-c275-4ad6-9454-015b981c5497 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-02-26 02:01:29.459 8 WARNING glance.api.v2.images [None req-327f370a-8724-4b29-92ec-18378872e735 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-02-26 02:01:29.694 7 WARNING keystonemiddleware._common.config [None req-80923587-c275-4ad6-9454-015b981c5497 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 02:01:29.702 7 WARNING oslo_config.cfg [None req-80923587-c275-4ad6-9454-015b981c5497 - - - - - -] 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 0x7fddff5e6668 pid: 7 (default app) 2026-02-26 02:01:29.809 8 WARNING keystonemiddleware._common.config [None req-327f370a-8724-4b29-92ec-18378872e735 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 02:01:29.816 8 WARNING oslo_config.cfg [None req-327f370a-8724-4b29-92ec-18378872e735 - - - - - -] 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 0x7fddff5e6668 pid: 8 (default app) [pid: 7|app: 0|req: 5/5] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:01:31 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-02-26 02:01:31.641 8 WARNING oslo_policy.policy [None req-aec46a49-281b-4c80-a2a9-c12fe388f127 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:01:31.642 8 WARNING oslo_policy.policy [None req-aec46a49-281b-4c80-a2a9-c12fe388f127 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:01:31.657 8 WARNING oslo_policy.policy [None req-aec46a49-281b-4c80-a2a9-c12fe388f127 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:01:31.658 8 WARNING oslo_policy.policy [None req-aec46a49-281b-4c80-a2a9-c12fe388f127 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 1/6] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:01:31 2026] GET /v2/images => generated 69 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/7] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:01:34 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/8] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:01:34 2026] GET /v2/images => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 02:01:35.024 7 WARNING oslo_policy.policy [None req-03ea8700-fcfa-4d61-8f95-79db696030e2 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:01:35.024 7 WARNING oslo_policy.policy [None req-03ea8700-fcfa-4d61-8f95-79db696030e2 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 7/9] 199.204.45.116 () {44 vars in 911 bytes} [Thu Feb 26 02:01:34 2026] GET /v2/images/cirros => generated 151 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/10] 199.204.45.116 () {44 vars in 933 bytes} [Thu Feb 26 02:01:35 2026] GET /v2/images?name=cirros => generated 81 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 02:01:35.171 7 WARNING oslo_policy.policy [None req-498a58ef-b601-4af4-96fc-32dd59a05c10 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:01:35.171 7 WARNING oslo_policy.policy [None req-498a58ef-b601-4af4-96fc-32dd59a05c10 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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: 8/11] 199.204.45.116 () {44 vars in 939 bytes} [Thu Feb 26 02:01:35 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-02-26 02:01:35.252 8 WARNING oslo_config.cfg [None req-be6fae19-8515-4585-a3bf-f5b76ad80523 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 4/12] 199.204.45.116 () {48 vars in 951 bytes} [Thu Feb 26 02:01:35 2026] POST /v2/images => generated 760 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-02-26 02:01:35.275 7 WARNING oslo_policy.policy [None req-dcc00daa-ad74-4a43-8184-429914b5ee94 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:01:35.276 7 WARNING oslo_policy.policy [None req-dcc00daa-ad74-4a43-8184-429914b5ee94 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:01:35.277 7 INFO glance.api.v2.image_data [None req-dcc00daa-ad74-4a43-8184-429914b5ee94 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-26 02:01:38.932 7 WARNING glance.location [None req-dcc00daa-ad74-4a43-8184-429914b5ee94 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 9/13] 199.204.45.116 () {48 vars in 1045 bytes} [Thu Feb 26 02:01:35 2026] PUT /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d/file => generated 0 bytes in 3717 msecs (HTTP/1.1 204) 4 headers in 171 bytes (2999 switches on core 0) [pid: 8|app: 0|req: 5/14] 199.204.45.116 () {44 vars in 971 bytes} [Thu Feb 26 02:01:38 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 02:01:39.026 7 WARNING oslo_config.cfg [None req-f601c95c-0a63-4cdb-a873-85cb71790af8 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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: 10/15] 199.204.45.116 () {44 vars in 971 bytes} [Thu Feb 26 02:01:39 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 135/264] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:22:15 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: 130/265] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:22:15 2026] GET /v2/images => generated 1240 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/270] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:22:30 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: 133/271] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:22:30 2026] GET /v2/images => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/272] 199.204.45.116 () {44 vars in 937 bytes} [Thu Feb 26 02:22:30 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: 8|app: 0|req: 134/273] 199.204.45.116 () {44 vars in 959 bytes} [Thu Feb 26 02:22:30 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/274] 199.204.45.116 () {44 vars in 939 bytes} [Thu Feb 26 02:22:30 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: 135/275] 199.204.45.116 () {48 vars in 951 bytes} [Thu Feb 26 02:22:30 2026] POST /v2/images => generated 796 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-02-26 02:22:30.706 7 INFO glance.api.v2.image_data [None req-b3765fe3-90c3-44d6-a1fc-00f40f0c850f 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-26 02:22:59.507 7 WARNING glance.location [None req-b3765fe3-90c3-44d6-a1fc-00f40f0c850f 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 141/282] 199.204.45.116 () {48 vars in 1046 bytes} [Thu Feb 26 02:22:30 2026] PUT /v2/images/071fe186-3365-468b-a432-55f700a6b3e1/file => generated 0 bytes in 28846 msecs (HTTP/1.1 204) 4 headers in 171 bytes (66588 switches on core 0) [pid: 8|app: 0|req: 142/283] 199.204.45.116 () {44 vars in 971 bytes} [Thu Feb 26 02:22:59 2026] GET /v2/images/071fe186-3365-468b-a432-55f700a6b3e1 => generated 1209 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/284] 199.204.45.116 () {44 vars in 971 bytes} [Thu Feb 26 02:22:59 2026] GET /v2/images/071fe186-3365-468b-a432-55f700a6b3e1 => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/285] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:23:00 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/286] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:23:00 2026] GET /v2/images => generated 2451 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:29: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: 184/368] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:29:46 2026] GET /v2/images => generated 2451 bytes in 172 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.116 () {42 vars in 688 bytes} [Thu Feb 26 02:29: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: 186/372] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:29:58 2026] GET /v2/images => generated 2451 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.116 () {44 vars in 947 bytes} [Thu Feb 26 02:29:58 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 199.204.45.116 () {44 vars in 969 bytes} [Thu Feb 26 02:29:59 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: 8|app: 0|req: 188/375] 199.204.45.116 () {44 vars in 939 bytes} [Thu Feb 26 02:29:59 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.204.45.116 () {48 vars in 951 bytes} [Thu Feb 26 02:29:59 2026] POST /v2/images => generated 799 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-02-26 02:29:59.144 8 WARNING oslo_policy.policy [None req-f4fd9a62-abd7-4b6e-b34c-5bf3e1dd8946 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:29:59.144 8 WARNING oslo_policy.policy [None req-f4fd9a62-abd7-4b6e-b34c-5bf3e1dd8946 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - 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-02-26 02:29:59.145 8 INFO glance.api.v2.image_data [None req-f4fd9a62-abd7-4b6e-b34c-5bf3e1dd8946 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-26 02:31:12.555 8 INFO glance.location [None req-f4fd9a62-abd7-4b6e-b34c-5bf3e1dd8946 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 189/393] 199.204.45.116 () {48 vars in 1045 bytes} [Thu Feb 26 02:29:59 2026] PUT /v2/images/64005070-6e79-4c7d-bbb9-6efe3e778757/file => generated 0 bytes in 73480 msecs (HTTP/1.1 204) 4 headers in 171 bytes (20049 switches on core 0) [pid: 7|app: 0|req: 205/394] 199.204.45.116 () {44 vars in 971 bytes} [Thu Feb 26 02:31:12 2026] GET /v2/images/64005070-6e79-4c7d-bbb9-6efe3e778757 => generated 1211 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/395] 199.204.45.116 () {48 vars in 1050 bytes} [Thu Feb 26 02:31:12 2026] PATCH /v2/images/64005070-6e79-4c7d-bbb9-6efe3e778757 => generated 1234 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/396] 199.204.45.116 () {44 vars in 971 bytes} [Thu Feb 26 02:31:12 2026] GET /v2/images/64005070-6e79-4c7d-bbb9-6efe3e778757 => 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: 213/409] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:32:09 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: 197/410] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:32:09 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: 8|app: 0|req: 199/413] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:32:24 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: 215/414] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:32:24 2026] GET /v2/images => generated 3687 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/415] 199.204.45.116 () {44 vars in 939 bytes} [Thu Feb 26 02:32:24 2026] GET /v2/images/manila-service-image => generated 165 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/416] 199.204.45.116 () {44 vars in 961 bytes} [Thu Feb 26 02:32:24 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/417] 199.204.45.116 () {44 vars in 939 bytes} [Thu Feb 26 02:32:24 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: 7|app: 0|req: 217/418] 199.204.45.116 () {48 vars in 951 bytes} [Thu Feb 26 02:32:24 2026] POST /v2/images => generated 791 bytes in 34 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-02-26 02:32:24.921 8 INFO glance.api.v2.image_data [None req-aa0835c8-f102-48f0-a1e8-34770f66fa77 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-26 02:32:40.679 8 INFO glance.location [None req-aa0835c8-f102-48f0-a1e8-34770f66fa77 984380b89fca4353857167569d185934 b8183dc45ff44aafb05e747530c8bf96 - - default default] Image format matched and virtual size computed: 2782199808 [pid: 8|app: 0|req: 202/423] 199.204.45.116 () {48 vars in 1045 bytes} [Thu Feb 26 02:32:24 2026] PUT /v2/images/b52e37ff-3186-442c-a374-47846077e107/file => generated 0 bytes in 15798 msecs (HTTP/1.1 204) 4 headers in 171 bytes (26367 switches on core 0) [pid: 7|app: 0|req: 222/424] 199.204.45.116 () {44 vars in 971 bytes} [Thu Feb 26 02:32:40 2026] GET /v2/images/b52e37ff-3186-442c-a374-47846077e107 => generated 1203 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/425] 199.204.45.116 () {44 vars in 971 bytes} [Thu Feb 26 02:32:40 2026] GET /v2/images/b52e37ff-3186-442c-a374-47846077e107 => generated 1203 bytes in 14 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: 252/484] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:37:31 2026] GET /v2/images => generated 4892 bytes in 177 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: 233/485] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:37:31 2026] GET /v2/images => generated 4892 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/498] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:38:31 2026] GET /v2/images => generated 4892 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/499] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:38:31 2026] GET /v2/images => generated 4892 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/512] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:39:31 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: 7|app: 0|req: 266/513] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:39:31 2026] GET /v2/images => generated 4892 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/526] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:40:31 2026] GET /v2/images => generated 4892 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/527] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:40:31 2026] GET /v2/images => generated 4892 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/540] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:41:31 2026] GET /v2/images => generated 4892 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/541] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:41:31 2026] GET /v2/images => generated 4892 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/554] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:42:31 2026] GET /v2/images => generated 4892 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/555] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:42:31 2026] GET /v2/images => generated 4892 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/568] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:43:31 2026] GET /v2/images => generated 4892 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/569] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:43:31 2026] GET /v2/images => generated 4892 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/582] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:44:31 2026] GET /v2/images => generated 4892 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/583] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:44:31 2026] GET /v2/images => generated 4892 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/596] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:45:31 2026] GET /v2/images => generated 4892 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/597] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:45:31 2026] GET /v2/images => generated 4892 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/598] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:45:32 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: 309/599] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:45:32 2026] GET /v2/images => generated 4892 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/612] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:46:31 2026] GET /v2/images => generated 4892 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/613] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:46:31 2026] GET /v2/images => generated 4892 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/626] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:47:31 2026] GET /v2/images => generated 4892 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/627] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:47:31 2026] GET /v2/images => generated 4892 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/630] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:47: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: 325/631] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:47:42 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: 307/632] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:47:43 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: 326/633] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:47:43 2026] GET /v2/images => generated 4892 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/644] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:48:31 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: 332/645] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:48:31 2026] GET /v2/images => generated 4892 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/646] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:48:31 2026] GET /v2/images => generated 4892 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/647] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:48:31 2026] GET /v2/images => generated 4892 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/648] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:48:38 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: 334/649] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:48:38 2026] GET /v2/images => generated 4892 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/662] 199.204.45.116 () {42 vars in 688 bytes} [Thu Feb 26 02:49: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: 322/663] 199.204.45.116 () {44 vars in 910 bytes} [Thu Feb 26 02:49:31 2026] GET /v2/images => generated 4892 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/664] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:49:31 2026] GET /v2/images => generated 4892 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/665] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:49:31 2026] GET /v2/images => generated 4892 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/674] 10.0.0.78 () {32 vars in 632 bytes} [Thu Feb 26 02:50:13 2026] GET /v2/images => generated 4892 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/679] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:50:32 2026] GET /v2/images => generated 4892 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/680] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:50:32 2026] GET /v2/images => generated 4892 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/681] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:50:35 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 351/682] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:50:35 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: 333/685] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:50:43 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/686] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:50:43 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/687] 199.204.45.116 () {36 vars in 991 bytes} [Thu Feb 26 02:50:43 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/688] 199.204.45.116 () {36 vars in 931 bytes} [Thu Feb 26 02:50:43 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: 354/689] 199.204.45.116 () {36 vars in 991 bytes} [Thu Feb 26 02:50:43 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 336/690] 199.204.45.116 () {36 vars in 931 bytes} [Thu Feb 26 02:50:43 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: 355/691] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:50:43 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/692] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:50: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: 356/693] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:50: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: 338/694] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:50:44 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/695] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:50: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: 8|app: 0|req: 339/696] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:50: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: 358/697] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:50:44 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 340/698] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:50:44 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: 359/699] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:50: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: 8|app: 0|req: 341/700] 10.0.0.223 () {36 vars in 911 bytes} [Thu Feb 26 02:50: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: 7|app: 0|req: 360/701] 10.0.0.223 () {36 vars in 1007 bytes} [Thu Feb 26 02:50:45 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d/locations => generated 127 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/702] 10.0.0.223 () {36 vars in 987 bytes} [Thu Feb 26 02:50:45 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/703] 10.0.0.223 () {36 vars in 927 bytes} [Thu Feb 26 02:50:45 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: 343/704] 10.0.0.223 () {36 vars in 927 bytes} [Thu Feb 26 02:50:45 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: 348/713] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:51:25 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/714] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:51:25 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: 368/717] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:51:31 2026] GET /v2/images => generated 4892 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/718] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:51:31 2026] GET /v2/images => generated 4892 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/721] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:51:42 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/722] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:51:42 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: 355/727] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:52:02 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 373/728] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:52:02 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: 376/733] 10.0.0.78 () {34 vars in 654 bytes} [Thu Feb 26 02:52:21 2026] POST /v2/images => generated 649 bytes in 251 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-02-26 02:52:22.169 8 WARNING glance.api.v2.images [None req-8051dba5-49c7-4341-9c50-b9405bbfc4ea 4f202eba8e904a12a82d7a62ddb842c3 167be377b98f4262882eb5d397d53264 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//3a9f10aa-cd4a-468d-917e-fcab4731412c [pid: 8|app: 0|req: 358/734] 10.0.0.78 () {32 vars in 709 bytes} [Thu Feb 26 02:52:22 2026] DELETE /v2/images/3a9f10aa-cd4a-468d-917e-fcab4731412c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/735] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 02:52:22 2026] GET /v2/images/3a9f10aa-cd4a-468d-917e-fcab4731412c => generated 139 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/736] 10.0.0.78 () {32 vars in 632 bytes} [Thu Feb 26 02:52:22 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: 7|app: 0|req: 378/737] 10.0.0.78 () {34 vars in 654 bytes} [Thu Feb 26 02:52:22 2026] POST /v2/images => generated 702 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/738] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 02:52:22 2026] GET /v2/images/b0986457-8df9-44fa-af1b-dbabeb7dbc24/file => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 02:52:22.375 7 INFO glance.api.v2.image_data [None req-2d9011ea-9d47-4c5e-b174-178be7e8a1de 4f202eba8e904a12a82d7a62ddb842c3 167be377b98f4262882eb5d397d53264 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-02-26 02:52:22.421 7 WARNING glance_store._drivers.rbd [None req-2d9011ea-9d47-4c5e-b174-178be7e8a1de 4f202eba8e904a12a82d7a62ddb842c3 167be377b98f4262882eb5d397d53264 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-02-26 02:52:23.164 7 INFO glance.location [None req-2d9011ea-9d47-4c5e-b174-178be7e8a1de 4f202eba8e904a12a82d7a62ddb842c3 167be377b98f4262882eb5d397d53264 - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 379/739] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 02:52:22 2026] PUT /v2/images/b0986457-8df9-44fa-af1b-dbabeb7dbc24/file => generated 0 bytes in 834 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/740] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 02:52:23 2026] GET /v2/images/b0986457-8df9-44fa-af1b-dbabeb7dbc24 => generated 1103 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/741] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 02:52:23 2026] GET /v2/images/b0986457-8df9-44fa-af1b-dbabeb7dbc24/file => generated 1024 bytes in 128 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/742] 10.0.0.78 () {34 vars in 654 bytes} [Thu Feb 26 02:52:23 2026] POST /v2/images => generated 649 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/743] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 02:52:23 2026] PATCH /v2/images/67e2cbd3-bdd1-4eb2-b477-de0452dc4cb7 => generated 653 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/744] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 02:52:23 2026] GET /v2/images/67e2cbd3-bdd1-4eb2-b477-de0452dc4cb7 => generated 653 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 02:52:23.481 7 WARNING glance.api.v2.images [None req-f5501074-29b9-41d8-aa9a-4c4b57bc661d 4f202eba8e904a12a82d7a62ddb842c3 167be377b98f4262882eb5d397d53264 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//67e2cbd3-bdd1-4eb2-b477-de0452dc4cb7 [pid: 7|app: 0|req: 382/745] 10.0.0.78 () {32 vars in 709 bytes} [Thu Feb 26 02:52:23 2026] DELETE /v2/images/67e2cbd3-bdd1-4eb2-b477-de0452dc4cb7 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/746] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 02:52:23 2026] GET /v2/images/67e2cbd3-bdd1-4eb2-b477-de0452dc4cb7 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 02:52:23.555 7 WARNING glance.api.v2.images [None req-959298ae-8526-4f06-8a75-91f0ff419b8d 4f202eba8e904a12a82d7a62ddb842c3 167be377b98f4262882eb5d397d53264 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//b0986457-8df9-44fa-af1b-dbabeb7dbc24 [pid: 7|app: 0|req: 383/747] 10.0.0.78 () {32 vars in 709 bytes} [Thu Feb 26 02:52:23 2026] DELETE /v2/images/b0986457-8df9-44fa-af1b-dbabeb7dbc24 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/748] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 02:52:24 2026] GET /v2/images/b0986457-8df9-44fa-af1b-dbabeb7dbc24 => generated 139 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 02:52:24.517 7 WARNING glance.api.v2.images [None req-fa55362b-a0a4-42ed-a650-064ff3b572a5 4f202eba8e904a12a82d7a62ddb842c3 167be377b98f4262882eb5d397d53264 - - default default] Failed to find image 3a9f10aa-cd4a-468d-917e-fcab4731412c to delete: glance.common.exception.ImageNotFound: No image found with ID 3a9f10aa-cd4a-468d-917e-fcab4731412c [pid: 7|app: 0|req: 384/749] 10.0.0.78 () {32 vars in 709 bytes} [Thu Feb 26 02:52:24 2026] DELETE /v2/images/3a9f10aa-cd4a-468d-917e-fcab4731412c => generated 147 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/750] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 02:52:24 2026] GET /v2/images/3a9f10aa-cd4a-468d-917e-fcab4731412c => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/751] 10.0.0.78 () {30 vars in 410 bytes} [Thu Feb 26 02:52:27 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: 367/754] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:52:29 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/755] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:52:29 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/756] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:52:32 2026] GET /v2/images => generated 4892 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/757] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:52:32 2026] GET /v2/images => generated 4892 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/760] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:52:45 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 391/761] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:52:45 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: 372/764] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 02:52:54 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/765] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 02:52:54 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 373/766] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:52:55 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/767] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:52:55 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: 374/768] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:52:55 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: 395/769] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:52:55 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/770] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:52:55 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/771] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:52:55 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: 376/772] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:52:55 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/773] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:52: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: 8|app: 0|req: 377/774] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:52: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: 398/775] 10.0.0.223 () {36 vars in 911 bytes} [Thu Feb 26 02:52:55 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/776] 10.0.0.223 () {36 vars in 1007 bytes} [Thu Feb 26 02:52:55 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d/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: 399/777] 10.0.0.223 () {36 vars in 987 bytes} [Thu Feb 26 02:52:55 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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/778] 10.0.0.223 () {36 vars in 927 bytes} [Thu Feb 26 02:52:56 2026] GET /v2/schemas/image => generated 4018 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/779] 10.0.0.223 () {36 vars in 927 bytes} [Thu Feb 26 02:52:56 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: 383/786] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:53:19 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 404/787] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:53: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: 8|app: 0|req: 385/790] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:53:32 2026] GET /v2/images => generated 4892 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/791] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:53:32 2026] GET /v2/images => generated 4892 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/796] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:53:52 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 409/797] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:53:52 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: 389/798] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:53:57 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => 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: 410/799] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:53: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: 7|app: 0|req: 413/804] 10.0.0.47 () {36 vars in 986 bytes} [Thu Feb 26 02:54:09 2026] GET /v2/images/7d3b9cc2-7681-4a9c-9db8-f841fa1a598d => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/805] 10.0.0.47 () {36 vars in 926 bytes} [Thu Feb 26 02:54:09 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: 395/810] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:54:31 2026] GET /v2/images => generated 4892 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/811] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:54:31 2026] GET /v2/images => generated 4892 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/816] 199.204.45.116 () {32 vars in 826 bytes} [Thu Feb 26 02:54:50 2026] GET /v2/images?status=active&owner=b8183dc45ff44aafb05e747530c8bf96&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/817] 199.204.45.116 () {32 vars in 653 bytes} [Thu Feb 26 02:54:50 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/818] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:54:51 2026] GET /v2/images/071fe186-3365-468b-a432-55f700a6b3e1 => generated 1209 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/819] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:54:51 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: 400/820] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:54:51 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/821] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:54:51 2026] GET /v2/images/071fe186-3365-468b-a432-55f700a6b3e1 => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/822] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:54:51 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: 422/823] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:54:51 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/824] 10.0.0.210 () {36 vars in 987 bytes} [Thu Feb 26 02:54:51 2026] GET /v2/images/071fe186-3365-468b-a432-55f700a6b3e1 => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/825] 10.0.0.210 () {36 vars in 927 bytes} [Thu Feb 26 02:54:51 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/826] 10.0.0.223 () {36 vars in 911 bytes} [Thu Feb 26 02:54:51 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/827] 10.0.0.223 () {36 vars in 1007 bytes} [Thu Feb 26 02:54:51 2026] GET /v2/images/071fe186-3365-468b-a432-55f700a6b3e1/locations => generated 127 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/828] 10.0.0.223 () {36 vars in 987 bytes} [Thu Feb 26 02:54:51 2026] GET /v2/images/071fe186-3365-468b-a432-55f700a6b3e1 => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/829] 10.0.0.223 () {36 vars in 927 bytes} [Thu Feb 26 02:54:51 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: 405/830] 10.0.0.223 () {36 vars in 927 bytes} [Thu Feb 26 02:54:51 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: 410/839] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:55:32 2026] GET /v2/images => generated 4892 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/840] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:55:32 2026] GET /v2/images => generated 4892 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/853] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:56:31 2026] GET /v2/images => generated 4892 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/854] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:56:31 2026] GET /v2/images => generated 4892 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/867] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:57:31 2026] GET /v2/images => generated 4892 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/868] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:57:31 2026] GET /v2/images => generated 4892 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/881] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:58:31 2026] GET /v2/images => generated 4892 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/882] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:58:32 2026] GET /v2/images => generated 4892 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/889] 10.0.0.78 () {32 vars in 632 bytes} [Thu Feb 26 02:59:04 2026] GET /v2/images => generated 4892 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/896] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:59:31 2026] GET /v2/images => generated 4892 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/897] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 02:59:31 2026] GET /v2/images => generated 4892 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/910] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 03:00:31 2026] GET /v2/images => generated 4892 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/911] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 03:00:31 2026] GET /v2/images => generated 4892 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/924] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 03:01:31 2026] GET /v2/images => generated 4892 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/925] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 03:01:31 2026] GET /v2/images => generated 4892 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/938] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 03:02:31 2026] GET /v2/images => generated 4892 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/939] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 03:02:31 2026] GET /v2/images => generated 4892 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/952] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 03:03:31 2026] GET /v2/images => generated 4892 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/953] 10.0.0.174 () {28 vars in 569 bytes} [Thu Feb 26 03:03:31 2026] GET /v2/images => generated 4892 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)