+ 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 [Sun Apr 26 09:16:33 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: glance-api-79846fd6d5-9twzg 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 0x7f59b4963668 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-26 09:16:35.913 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-26 09:16:35.963 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-26 09:16:36.773 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-26 09:16:36.774 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-26 09:16:36.774 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-26 09:16:36.862 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-26 09:16:36.863 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-26 09:16:36.863 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-26 09:16:38.943 8 WARNING glance.api.v2.images [None req-893a7295-a6cd-4076-8d28-2e92f76343ba - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-26 09:16:38.975 7 WARNING glance.api.v2.images [None req-bd770fbb-142d-4375-a545-09ac02cf36b5 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-26 09:16:39.319 8 WARNING keystonemiddleware._common.config [None req-893a7295-a6cd-4076-8d28-2e92f76343ba - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-26 09:16:39.326 8 WARNING oslo_config.cfg [None req-893a7295-a6cd-4076-8d28-2e92f76343ba - - - - - -] 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 0x7f59b4963668 pid: 8 (default app) 2026-04-26 09:16:39.351 7 WARNING keystonemiddleware._common.config [None req-bd770fbb-142d-4375-a545-09ac02cf36b5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-26 09:16:39.358 7 WARNING oslo_config.cfg [None req-bd770fbb-142d-4375-a545-09ac02cf36b5 - - - - - -] 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 0x7f59b4963668 pid: 7 (default app) [pid: 8|app: 0|req: 4/4] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:16:42 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-26 09:16:42.726 7 WARNING oslo_policy.policy [None req-8ad61306-904a-4ff4-845f-fadc85171f58 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:42.726 7 WARNING oslo_policy.policy [None req-8ad61306-904a-4ff4-845f-fadc85171f58 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:42.742 7 WARNING oslo_policy.policy [None req-8ad61306-904a-4ff4-845f-fadc85171f58 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:42.742 7 WARNING oslo_policy.policy [None req-8ad61306-904a-4ff4-845f-fadc85171f58 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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/5] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:16:42 2026] GET /v2/images => generated 69 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/6] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:16: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: 2/7] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:16:43 2026] GET /v2/images => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:16:48 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: 3/11] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:16:48 2026] GET /v2/images => generated 69 bytes in 44 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-26 09:16:48.388 8 WARNING oslo_policy.policy [None req-0184ce71-0fe3-4580-a135-33ccae586054 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:48.388 8 WARNING oslo_policy.policy [None req-0184ce71-0fe3-4580-a135-33ccae586054 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 9/12] 199.204.45.223 () {44 vars in 911 bytes} [Sun Apr 26 09:16:48 2026] GET /v2/images/cirros => generated 151 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/13] 199.204.45.223 () {44 vars in 933 bytes} [Sun Apr 26 09:16:48 2026] GET /v2/images?name=cirros => generated 81 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:16:48.534 8 WARNING oslo_policy.policy [None req-5db3269d-6605-427e-918b-23a50d1fef5f 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:48.535 8 WARNING oslo_policy.policy [None req-5db3269d-6605-427e-918b-23a50d1fef5f 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 10/14] 199.204.45.223 () {44 vars in 939 bytes} [Sun Apr 26 09:16:48 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:16:48.627 7 WARNING oslo_config.cfg [None req-3f2a7c8e-155c-43ed-b0fe-b99c524ce316 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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: 5/15] 199.204.45.223 () {48 vars in 951 bytes} [Sun Apr 26 09:16:48 2026] POST /v2/images => generated 760 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-26 09:16:48.655 8 WARNING oslo_policy.policy [None req-f36bf2ab-ef89-48bd-b80b-874535a49951 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:48.655 8 WARNING oslo_policy.policy [None req-f36bf2ab-ef89-48bd-b80b-874535a49951 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:48.657 8 INFO glance.api.v2.image_data [None req-f36bf2ab-ef89-48bd-b80b-874535a49951 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. [pid: 7|app: 0|req: 6/16] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:16:51 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: 7/17] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:16:51 2026] GET /v2/images => generated 829 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.223 () {44 vars in 947 bytes} [Sun Apr 26 09:16:52 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/19] 199.204.45.223 () {44 vars in 969 bytes} [Sun Apr 26 09:16:52 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/20] 199.204.45.223 () {44 vars in 939 bytes} [Sun Apr 26 09:16:52 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: 11/21] 199.204.45.223 () {48 vars in 951 bytes} [Sun Apr 26 09:16:52 2026] POST /v2/images => generated 799 bytes in 73 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-26 09:16:52.184 7 WARNING oslo_policy.policy [None req-55236ec8-3a07-4194-aae8-2351e4f355c2 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:52.184 7 WARNING oslo_policy.policy [None req-55236ec8-3a07-4194-aae8-2351e4f355c2 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - 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-26 09:16:52.186 7 INFO glance.api.v2.image_data [None req-55236ec8-3a07-4194-aae8-2351e4f355c2 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-26 09:16:53.606 8 WARNING glance.location [None req-f36bf2ab-ef89-48bd-b80b-874535a49951 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 11/22] 199.204.45.223 () {48 vars in 1045 bytes} [Sun Apr 26 09:16:48 2026] PUT /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756/file => generated 0 bytes in 5019 msecs (HTTP/1.1 204) 4 headers in 171 bytes (5545 switches on core 0) 2026-04-26 09:16:53.679 8 WARNING oslo_config.cfg [None req-60e3d707-89a1-497d-bebb-07e81ba5b789 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 12/23] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:16:53 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 13/24] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:16:53 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:17:02.197 7 INFO glance.location [None req-55236ec8-3a07-4194-aae8-2351e4f355c2 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 12/27] 199.204.45.223 () {48 vars in 1045 bytes} [Sun Apr 26 09:16:52 2026] PUT /v2/images/1c072738-a9c8-4b0b-8658-2ce9626aabcd/file => generated 0 bytes in 10068 msecs (HTTP/1.1 204) 4 headers in 171 bytes (29291 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:17:02 2026] GET /v2/images/1c072738-a9c8-4b0b-8658-2ce9626aabcd => generated 1211 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/29] 199.204.45.223 () {48 vars in 1050 bytes} [Sun Apr 26 09:17:02 2026] PATCH /v2/images/1c072738-a9c8-4b0b-8658-2ce9626aabcd => generated 1234 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/30] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:17:02 2026] GET /v2/images/1c072738-a9c8-4b0b-8658-2ce9626aabcd => generated 1234 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/127] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:25:04 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/128] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:25:04 2026] GET /v2/images => generated 2476 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/133] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:25:20 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: 69/134] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:25:20 2026] GET /v2/images => generated 2476 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/135] 199.204.45.223 () {44 vars in 939 bytes} [Sun Apr 26 09:25:21 2026] GET /v2/images/manila-service-image => generated 165 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/136] 199.204.45.223 () {44 vars in 961 bytes} [Sun Apr 26 09:25:21 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/137] 199.204.45.223 () {44 vars in 939 bytes} [Sun Apr 26 09:25:21 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/138] 199.204.45.223 () {48 vars in 951 bytes} [Sun Apr 26 09:25:21 2026] POST /v2/images => generated 791 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-26 09:25:21.311 7 INFO glance.api.v2.image_data [None req-41657c65-368d-41ba-ac29-189ae3bf79ff 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-26 09:25:30.414 7 INFO glance.location [None req-41657c65-368d-41ba-ac29-189ae3bf79ff 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Image format matched and virtual size computed: 3246063616 [pid: 7|app: 0|req: 68/141] 199.204.45.223 () {48 vars in 1045 bytes} [Sun Apr 26 09:25:21 2026] PUT /v2/images/2ff47488-8a87-4800-ada6-f451df793251/file => generated 0 bytes in 9143 msecs (HTTP/1.1 204) 4 headers in 171 bytes (20493 switches on core 0) [pid: 8|app: 0|req: 74/142] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:25:30 2026] GET /v2/images/2ff47488-8a87-4800-ada6-f451df793251 => generated 1203 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/143] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:25:30 2026] GET /v2/images/2ff47488-8a87-4800-ada6-f451df793251 => generated 1203 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/148] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:25:48 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: 77/149] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:25:48 2026] GET /v2/images => generated 3681 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/154] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:26:08 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: 80/155] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:26:08 2026] GET /v2/images => generated 3681 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/156] 199.204.45.223 () {44 vars in 937 bytes} [Sun Apr 26 09:26:08 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/157] 199.204.45.223 () {44 vars in 959 bytes} [Sun Apr 26 09:26:08 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: 77/158] 199.204.45.223 () {44 vars in 939 bytes} [Sun Apr 26 09:26:08 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 82/159] 199.204.45.223 () {48 vars in 951 bytes} [Sun Apr 26 09:26:09 2026] POST /v2/images => generated 796 bytes in 1416 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-26 09:26:10.476 7 INFO glance.api.v2.image_data [None req-f78abdb1-5b1b-4c89-87a0-b4531758f509 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-26 09:26:36.522 7 WARNING glance.location [None req-f78abdb1-5b1b-4c89-87a0-b4531758f509 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 78/164] 199.204.45.223 () {48 vars in 1046 bytes} [Sun Apr 26 09:26:10 2026] PUT /v2/images/eed147b2-7154-41e6-bc13-43cb65938d5a/file => generated 0 bytes in 26119 msecs (HTTP/1.1 204) 4 headers in 171 bytes (60121 switches on core 0) [pid: 8|app: 0|req: 87/165] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:26:36 2026] GET /v2/images/eed147b2-7154-41e6-bc13-43cb65938d5a => 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: 79/166] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:26:36 2026] GET /v2/images/eed147b2-7154-41e6-bc13-43cb65938d5a => 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: 81/169] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:26: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: 89/170] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:26:38 2026] GET /v2/images => generated 4892 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/209] 199.204.45.223 () {42 vars in 688 bytes} [Sun Apr 26 09:29:55 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: 109/210] 199.204.45.223 () {44 vars in 910 bytes} [Sun Apr 26 09:29:55 2026] GET /v2/images => generated 4892 bytes in 133 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: 107/221] 10.0.0.126 () {32 vars in 633 bytes} [Sun Apr 26 09:30:39 2026] GET /v2/images => generated 4892 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/226] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:30:58 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 134 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: 117/227] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:30:58 2026] GET /v2/schemas/image => generated 4018 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/228] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:30:58 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: 118/229] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:30:58 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 112/230] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:30:58 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: 119/231] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:30:58 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: 113/232] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:30:58 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/233] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:30:58 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: 114/234] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:30:58 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: 121/235] 10.0.0.184 () {36 vars in 911 bytes} [Sun Apr 26 09:30:59 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: 115/236] 10.0.0.184 () {36 vars in 1007 bytes} [Sun Apr 26 09:30:59 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756/locations => generated 127 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/237] 10.0.0.184 () {36 vars in 987 bytes} [Sun Apr 26 09:30:59 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/238] 10.0.0.184 () {36 vars in 927 bytes} [Sun Apr 26 09:30:59 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: 123/239] 10.0.0.184 () {36 vars in 927 bytes} [Sun Apr 26 09:30:59 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: 117/240] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:31:00 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/241] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:31:00 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: 126/244] 199.204.45.223 () {36 vars in 991 bytes} [Sun Apr 26 09:31:08 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 119/245] 199.204.45.223 () {36 vars in 931 bytes} [Sun Apr 26 09:31:08 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: 127/246] 199.204.45.223 () {36 vars in 991 bytes} [Sun Apr 26 09:31:09 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 120/247] 199.204.45.223 () {36 vars in 931 bytes} [Sun Apr 26 09:31: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: 128/248] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:31:11 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/249] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:31:11 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: 129/250] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:31:13 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/251] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:31:13 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: 133/258] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:31:41 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 126/259] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:31:41 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/260] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:31:44 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/261] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:31:44 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: 136/264] 10.0.0.126 () {34 vars in 655 bytes} [Sun Apr 26 09:31:49 2026] POST /v2/images => generated 649 bytes in 193 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-26 09:31:50.121 7 WARNING glance.api.v2.images [None req-1180bc45-05e1-4195-bd66-e3f2367c182e 426cd60362e6461a9393840ab157ae7e bf51680adc0046c2844265029eb71dd5 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//64f398c2-030e-4916-a672-f093faed6bcc [pid: 7|app: 0|req: 129/265] 10.0.0.126 () {32 vars in 710 bytes} [Sun Apr 26 09:31:50 2026] DELETE /v2/images/64f398c2-030e-4916-a672-f093faed6bcc => generated 0 bytes in 50 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/266] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:31:50 2026] GET /v2/images/64f398c2-030e-4916-a672-f093faed6bcc => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/267] 10.0.0.126 () {32 vars in 633 bytes} [Sun Apr 26 09:31:50 2026] GET /v2/images => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/268] 10.0.0.126 () {34 vars in 655 bytes} [Sun Apr 26 09:31:50 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: 131/269] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:31:50 2026] GET /v2/images/56c552fa-4c41-42ec-ac93-95d407cd0975/file => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:50.313 8 INFO glance.api.v2.image_data [None req-83c6b81f-db4d-48e3-ab39-9d8adebb53fa 426cd60362e6461a9393840ab157ae7e bf51680adc0046c2844265029eb71dd5 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-26 09:31:50.358 8 WARNING glance_store._drivers.rbd [None req-83c6b81f-db4d-48e3-ab39-9d8adebb53fa 426cd60362e6461a9393840ab157ae7e bf51680adc0046c2844265029eb71dd5 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-04-26 09:31:50.592 8 INFO glance.location [None req-83c6b81f-db4d-48e3-ab39-9d8adebb53fa 426cd60362e6461a9393840ab157ae7e bf51680adc0046c2844265029eb71dd5 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 139/270] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:31:50 2026] PUT /v2/images/56c552fa-4c41-42ec-ac93-95d407cd0975/file => generated 0 bytes in 322 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/271] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:31:50 2026] GET /v2/images/56c552fa-4c41-42ec-ac93-95d407cd0975 => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/272] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:31:50 2026] GET /v2/images/56c552fa-4c41-42ec-ac93-95d407cd0975/file => generated 1024 bytes in 136 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/273] 10.0.0.126 () {34 vars in 655 bytes} [Sun Apr 26 09:31:50 2026] POST /v2/images => generated 649 bytes in 38 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/274] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:31:50 2026] PATCH /v2/images/41cd58ae-b9d2-4e75-a456-3fef346fd814 => generated 653 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/275] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:31:50 2026] GET /v2/images/41cd58ae-b9d2-4e75-a456-3fef346fd814 => generated 653 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:50.926 8 WARNING glance.api.v2.images [None req-d50c4d96-5911-4a68-9dbf-897568a40e02 426cd60362e6461a9393840ab157ae7e bf51680adc0046c2844265029eb71dd5 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//41cd58ae-b9d2-4e75-a456-3fef346fd814 [pid: 8|app: 0|req: 142/276] 10.0.0.126 () {32 vars in 710 bytes} [Sun Apr 26 09:31:50 2026] DELETE /v2/images/41cd58ae-b9d2-4e75-a456-3fef346fd814 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/277] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:31:50 2026] GET /v2/images/41cd58ae-b9d2-4e75-a456-3fef346fd814 => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:31:50.993 8 WARNING glance.api.v2.images [None req-db711358-ad2d-488d-baeb-5de5a225aede 426cd60362e6461a9393840ab157ae7e bf51680adc0046c2844265029eb71dd5 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//56c552fa-4c41-42ec-ac93-95d407cd0975 [pid: 8|app: 0|req: 143/278] 10.0.0.126 () {32 vars in 710 bytes} [Sun Apr 26 09:31:50 2026] DELETE /v2/images/56c552fa-4c41-42ec-ac93-95d407cd0975 => generated 0 bytes in 998 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/279] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:31:51 2026] GET /v2/images/56c552fa-4c41-42ec-ac93-95d407cd0975 => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:31:52.010 8 WARNING glance.api.v2.images [None req-48b7eeca-555a-41ec-a6bb-18ac4c8bfcc8 426cd60362e6461a9393840ab157ae7e bf51680adc0046c2844265029eb71dd5 - - default default] Failed to find image 64f398c2-030e-4916-a672-f093faed6bcc to delete: glance.common.exception.ImageNotFound: No image found with ID 64f398c2-030e-4916-a672-f093faed6bcc [pid: 8|app: 0|req: 144/280] 10.0.0.126 () {32 vars in 710 bytes} [Sun Apr 26 09:31:52 2026] DELETE /v2/images/64f398c2-030e-4916-a672-f093faed6bcc => generated 147 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/281] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:31:52 2026] GET /v2/images/64f398c2-030e-4916-a672-f093faed6bcc => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/296] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:33:03 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 152/297] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:33:03 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: 146/298] 10.0.0.126 () {30 vars in 411 bytes} [Sun Apr 26 09:33:07 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: 156/305] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:33:31 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 150/306] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:33:31 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: 160/313] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:34:03 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 154/314] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:34:03 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: 162/317] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:34:11 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 156/318] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:34:11 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: 158/321] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:34:20 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 164/322] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:34: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: 7|app: 0|req: 159/323] 10.0.0.205 () {36 vars in 987 bytes} [Sun Apr 26 09:34:26 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 165/324] 10.0.0.205 () {36 vars in 927 bytes} [Sun Apr 26 09:34:26 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/333] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:34:58 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 164/334] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:34:58 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 171/335] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:34:59 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/336] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:34:59 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: 172/337] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:34:59 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: 166/338] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:34:59 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 173/339] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:34:59 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: 167/340] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:34:59 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: 174/341] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:34:59 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => 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: 168/342] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:34:59 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: 175/343] 10.0.0.184 () {36 vars in 911 bytes} [Sun Apr 26 09:34:59 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: 169/344] 10.0.0.184 () {36 vars in 1007 bytes} [Sun Apr 26 09:34:59 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756/locations => generated 127 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/345] 10.0.0.184 () {36 vars in 987 bytes} [Sun Apr 26 09:34:59 2026] GET /v2/images/b42e2045-f7a4-40ab-9200-3a5a2f693756 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/346] 10.0.0.184 () {36 vars in 927 bytes} [Sun Apr 26 09:34:59 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: 177/347] 10.0.0.184 () {36 vars in 927 bytes} [Sun Apr 26 09:34:59 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: 173/352] 199.204.45.223 () {32 vars in 826 bytes} [Sun Apr 26 09:35:27 2026] GET /v2/images?status=active&owner=2994054e32194da7a07352dc905b222e&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/353] 199.204.45.223 () {32 vars in 653 bytes} [Sun Apr 26 09:35:27 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: 174/354] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:35:28 2026] GET /v2/images/eed147b2-7154-41e6-bc13-43cb65938d5a => generated 1209 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/357] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:35:28 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: 177/358] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:35:28 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: 182/359] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:35:28 2026] GET /v2/images/eed147b2-7154-41e6-bc13-43cb65938d5a => 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: 178/360] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:35:28 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: 183/361] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:35:28 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: 179/362] 10.0.0.226 () {36 vars in 987 bytes} [Sun Apr 26 09:35:28 2026] GET /v2/images/eed147b2-7154-41e6-bc13-43cb65938d5a => 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: 184/363] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:35:28 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: 180/364] 10.0.0.226 () {36 vars in 927 bytes} [Sun Apr 26 09:35:28 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: 185/365] 10.0.0.184 () {36 vars in 911 bytes} [Sun Apr 26 09:35:28 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: 181/366] 10.0.0.184 () {36 vars in 1007 bytes} [Sun Apr 26 09:35:28 2026] GET /v2/images/eed147b2-7154-41e6-bc13-43cb65938d5a/locations => generated 127 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 10.0.0.184 () {36 vars in 987 bytes} [Sun Apr 26 09:35:28 2026] GET /v2/images/eed147b2-7154-41e6-bc13-43cb65938d5a => generated 1209 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/368] 10.0.0.184 () {36 vars in 927 bytes} [Sun Apr 26 09:35:28 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 10.0.0.184 () {36 vars in 927 bytes} [Sun Apr 26 09:35:28 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: 209/412] 10.0.0.126 () {32 vars in 633 bytes} [Sun Apr 26 09:39:06 2026] GET /v2/images => generated 4892 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)