+ 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 [Fri Jul 24 05:03:48 2026] *** compiled with version: 11.4.0 on 11 June 2026 18:05:55 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: glance-api-58fc7d9987-zwn85 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.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x55aeb5e16f80 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)... /var/lib/openstack/lib/python3.10/site-packages/wsme/protocol.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /var/lib/openstack/lib/python3.10/site-packages/wsme/protocol.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-07-24 05:03:50.024 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-07-24 05:03:50.046 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-07-24 05:03:50.588 7 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-07-24 05:03:50.605 8 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-07-24 05:03:50.670 7 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-07-24 05:03:50.671 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-07-24 05:03:50.672 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-07-24 05:03:50.685 8 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-07-24 05:03:50.686 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-07-24 05:03:50.687 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-07-24 05:03:52.257 8 WARNING glance.api.v2.images [None req-8df2b48e-ee54-4fa1-9143-250982b91665 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-07-24 05:03:52.268 7 WARNING glance.api.v2.images [None req-18d5e793-6084-4666-bd19-c59208a9ca36 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-07-24 05:03:52.453 8 WARNING keystonemiddleware._common.config [None req-8df2b48e-ee54-4fa1-9143-250982b91665 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-24 05:03:52.461 8 WARNING oslo_config.cfg [None req-8df2b48e-ee54-4fa1-9143-250982b91665 - - - - - -] 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 4 seconds on interpreter 0x55aeb5e16f80 pid: 8 (default app) 2026-07-24 05:03:52.470 7 WARNING keystonemiddleware._common.config [None req-18d5e793-6084-4666-bd19-c59208a9ca36 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-24 05:03:52.479 7 WARNING oslo_config.cfg [None req-18d5e793-6084-4666-bd19-c59208a9ca36 - - - - - -] 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 4 seconds on interpreter 0x55aeb5e16f80 pid: 7 (default app) [pid: 8|app: 0|req: 4/5] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:03:54 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-24 05:03:54.874 7 WARNING oslo_policy.policy [None req-bbd4ff17-a4e2-47db-b1e0-25d638c937da 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:03:54.875 7 WARNING oslo_policy.policy [None req-bbd4ff17-a4e2-47db-b1e0-25d638c937da 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:03:54.894 7 WARNING oslo_policy.policy [None req-bbd4ff17-a4e2-47db-b1e0-25d638c937da 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:03:54.894 7 WARNING oslo_policy.policy [None req-bbd4ff17-a4e2-47db-b1e0-25d638c937da 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 2/6] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:03:54 2026] GET /v2/images => generated 69 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/7] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:03:58 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:03:58 2026] GET /v2/images => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-24 05:03:58.379 8 WARNING oslo_policy.policy [None req-b5fb3856-aa34-47c2-8307-575da4312e2b 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:03:58.380 8 WARNING oslo_policy.policy [None req-b5fb3856-aa34-47c2-8307-575da4312e2b 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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: 6/9] 199.19.213.207 () {44 vars in 912 bytes} [Fri Jul 24 05:03:58 2026] GET /v2/images/cirros => generated 151 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/10] 199.19.213.207 () {44 vars in 934 bytes} [Fri Jul 24 05:03:58 2026] GET /v2/images?name=cirros => generated 81 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-24 05:03:58.521 8 WARNING oslo_policy.policy [None req-c1d7e8e8-a856-4a3a-9e24-e1fa115cdc4e 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:03:58.521 8 WARNING oslo_policy.policy [None req-c1d7e8e8-a856-4a3a-9e24-e1fa115cdc4e 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 7/11] 199.19.213.207 () {44 vars in 940 bytes} [Fri Jul 24 05:03:58 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-07-24 05:03:58.592 7 WARNING oslo_config.cfg [None req-2e59036f-5f32-4b57-ab36-b57b566f12ee 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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/12] 199.19.213.207 () {48 vars in 952 bytes} [Fri Jul 24 05:03:58 2026] POST /v2/images => generated 760 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-07-24 05:03:58.614 8 WARNING oslo_policy.policy [None req-4a1fbb74-092f-4ac6-a8a2-45fb80e4c3af 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:03:58.615 8 WARNING oslo_policy.policy [None req-4a1fbb74-092f-4ac6-a8a2-45fb80e4c3af 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:03:58.617 8 INFO glance.api.v2.image_data [None req-4a1fbb74-092f-4ac6-a8a2-45fb80e4c3af 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-24 05:04:01.880 8 INFO glance.location [None req-4a1fbb74-092f-4ac6-a8a2-45fb80e4c3af 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] Image format matched and virtual size computed: 117440512 [pid: 8|app: 0|req: 8/13] 199.19.213.207 () {48 vars in 1046 bytes} [Fri Jul 24 05:03:58 2026] PUT /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9/file => generated 0 bytes in 3313 msecs (HTTP/1.1 204) 4 headers in 171 bytes (6241 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:04:01 2026] GET /v2/images => generated 1240 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-24 05:04:01.961 8 WARNING oslo_config.cfg [None req-463d507d-5cc5-4730-bbca-a9a643b3e998 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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: 9/15] 199.19.213.207 () {48 vars in 1050 bytes} [Fri Jul 24 05:04:01 2026] PATCH /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 7/16] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:04:01 2026] GET /v2/images => generated 1240 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/269] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:25:02 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/272] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:25:02 2026] GET /v2/images => generated 1240 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/275] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:25:21 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/276] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:25:21 2026] GET /v2/images => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/277] 199.19.213.207 () {44 vars in 938 bytes} [Fri Jul 24 05:25:21 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/278] 199.19.213.207 () {44 vars in 960 bytes} [Fri Jul 24 05:25:21 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/279] 199.19.213.207 () {44 vars in 940 bytes} [Fri Jul 24 05:25:21 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/280] 199.19.213.207 () {48 vars in 952 bytes} [Fri Jul 24 05:25:21 2026] POST /v2/images => generated 796 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-07-24 05:25:21.876 7 WARNING oslo_policy.policy [None req-d1c6520f-cbed-4849-aa9f-4a232c3caed6 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:25:21.876 7 WARNING oslo_policy.policy [None req-d1c6520f-cbed-4849-aa9f-4a232c3caed6 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - 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-07-24 05:25:21.878 7 INFO glance.api.v2.image_data [None req-d1c6520f-cbed-4849-aa9f-4a232c3caed6 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-24 05:25:47.383 7 INFO glance.location [None req-d1c6520f-cbed-4849-aa9f-4a232c3caed6 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] Image format matched and virtual size computed: 2147483648 [pid: 7|app: 0|req: 141/287] 199.19.213.207 () {48 vars in 1047 bytes} [Fri Jul 24 05:25:21 2026] PUT /v2/images/9b5db871-5b0b-4b90-845e-13fbbe220483/file => generated 0 bytes in 25560 msecs (HTTP/1.1 204) 4 headers in 171 bytes (61528 switches on core 0) [pid: 8|app: 0|req: 147/288] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:25:47 2026] GET /v2/images => generated 2451 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/289] 199.19.213.207 () {48 vars in 1050 bytes} [Fri Jul 24 05:25:47 2026] PATCH /v2/images/9b5db871-5b0b-4b90-845e-13fbbe220483 => 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: 148/290] 199.19.213.207 () {48 vars in 1051 bytes} [Fri Jul 24 05:25:47 2026] PATCH /v2/images/9b5db871-5b0b-4b90-845e-13fbbe220483 => generated 1209 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/291] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:25:47 2026] GET /v2/images => generated 2451 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/292] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:25:48 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/293] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:25:48 2026] GET /v2/images => generated 2451 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/374] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:32:24 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/375] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:32:24 2026] GET /v2/images => generated 2451 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/378] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:32:34 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:32:34 2026] GET /v2/images => generated 2451 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/380] 199.19.213.207 () {44 vars in 948 bytes} [Fri Jul 24 05:32:34 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/381] 199.19.213.207 () {44 vars in 970 bytes} [Fri Jul 24 05:32:34 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 199.19.213.207 () {44 vars in 940 bytes} [Fri Jul 24 05:32:34 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/383] 199.19.213.207 () {48 vars in 952 bytes} [Fri Jul 24 05:32:34 2026] POST /v2/images => generated 799 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-07-24 05:32:34.967 7 INFO glance.api.v2.image_data [None req-9561c325-66a5-472f-9bdb-ccafb6b21394 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-24 05:32:55.057 7 INFO glance.location [None req-9561c325-66a5-472f-9bdb-ccafb6b21394 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 190/388] 199.19.213.207 () {48 vars in 1046 bytes} [Fri Jul 24 05:32:34 2026] PUT /v2/images/2848271c-231b-4b73-9454-31d685e86be2/file => generated 0 bytes in 20146 msecs (HTTP/1.1 204) 4 headers in 171 bytes (23372 switches on core 0) [pid: 8|app: 0|req: 199/389] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:32:55 2026] GET /v2/images => generated 3664 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/390] 199.19.213.207 () {48 vars in 1051 bytes} [Fri Jul 24 05:32:55 2026] PATCH /v2/images/2848271c-231b-4b73-9454-31d685e86be2 => generated 1234 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/391] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:32:55 2026] GET /v2/images => generated 3687 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/398] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:33:31 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/399] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:33:31 2026] GET /v2/images => generated 3687 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/404] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:33:47 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/405] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:33:47 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: 208/406] 199.19.213.207 () {44 vars in 940 bytes} [Fri Jul 24 05:33:47 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: 7|app: 0|req: 199/407] 199.19.213.207 () {44 vars in 962 bytes} [Fri Jul 24 05:33:47 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/408] 199.19.213.207 () {44 vars in 940 bytes} [Fri Jul 24 05:33:47 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: 7|app: 0|req: 200/409] 199.19.213.207 () {48 vars in 952 bytes} [Fri Jul 24 05:33:47 2026] POST /v2/images => generated 791 bytes in 128 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-07-24 05:33:47.787 8 INFO glance.api.v2.image_data [None req-f70e237b-2712-4683-ae8e-5a7434d075a2 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-24 05:34:01.627 8 INFO glance.location [None req-f70e237b-2712-4683-ae8e-5a7434d075a2 6c0baf125e804c72a3f3552a4777b784 0eb3a0fc655c4e5a9b86db4d3de507ad - - default default] Image format matched and virtual size computed: 2891907072 [pid: 8|app: 0|req: 210/412] 199.19.213.207 () {48 vars in 1047 bytes} [Fri Jul 24 05:33:47 2026] PUT /v2/images/3f034271-1953-460c-888e-16dcf649034d/file => generated 0 bytes in 13892 msecs (HTTP/1.1 204) 4 headers in 171 bytes (34231 switches on core 0) [pid: 7|app: 0|req: 203/413] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:34:01 2026] GET /v2/images => generated 4893 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/414] 199.19.213.207 () {48 vars in 1050 bytes} [Fri Jul 24 05:34:01 2026] PATCH /v2/images/3f034271-1953-460c-888e-16dcf649034d => generated 1204 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/415] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:34:01 2026] GET /v2/images => generated 4893 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/572] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:47:00 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/573] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:47:00 2026] GET /v2/images => generated 4893 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/604] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:49:30 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/605] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:49:30 2026] GET /v2/images => generated 4893 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/606] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:49:32 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/607] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:49:32 2026] GET /v2/images => generated 4893 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/618] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:50:21 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/619] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:50:21 2026] GET /v2/images => generated 4893 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/622] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:50:28 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/623] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:50:29 2026] GET /v2/images => generated 4893 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/638] 199.19.213.207 () {42 vars in 689 bytes} [Fri Jul 24 05:51:33 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/639] 199.19.213.207 () {44 vars in 911 bytes} [Fri Jul 24 05:51:33 2026] GET /v2/images => generated 4893 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: 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: 328/648] 10.0.0.196 () {32 vars in 633 bytes} [Fri Jul 24 05:52:18 2026] GET /v2/images => generated 4893 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: 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: 323/653] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:52:41 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/654] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:52:41 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/655] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:52:42 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 332/656] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:52:42 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: 334/659] 199.19.213.207 () {36 vars in 991 bytes} [Fri Jul 24 05:52:44 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/660] 199.19.213.207 () {36 vars in 931 bytes} [Fri Jul 24 05:52: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: 8|app: 0|req: 335/661] 199.19.213.207 () {36 vars in 991 bytes} [Fri Jul 24 05:52:45 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 327/662] 199.19.213.207 () {36 vars in 931 bytes} [Fri Jul 24 05:52:45 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/665] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:52:55 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/666] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:52:55 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/675] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:53:33 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/676] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:53:33 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: 343/677] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:53:33 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: 335/678] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:53:33 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/679] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:53:33 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: 336/680] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:53:33 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: 345/681] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:53:33 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/682] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:53:33 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: 346/683] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:53:33 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: 338/684] 10.0.0.19 () {36 vars in 986 bytes} [Fri Jul 24 05:53:34 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/685] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:53:34 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: 339/686] 10.0.0.19 () {36 vars in 986 bytes} [Fri Jul 24 05:53:34 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 348/687] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:53:34 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/688] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:53:34 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: 350/691] 10.0.0.196 () {34 vars in 655 bytes} [Fri Jul 24 05:53:51 2026] POST /v2/images => generated 649 bytes in 151 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-07-24 05:53:51.462 7 WARNING glance.api.v2.images [None req-7183832f-48a8-43f8-8397-f2b705ee5b4a a386352394c44775a51d2f73ea71c6ab 215519e4e8ce42d6bbafbb60c3addfae - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//1f605fd4-33be-4e94-a80b-950d5f1f0600 [pid: 7|app: 0|req: 342/692] 10.0.0.196 () {32 vars in 710 bytes} [Fri Jul 24 05:53:51 2026] DELETE /v2/images/1f605fd4-33be-4e94-a80b-950d5f1f0600 => generated 0 bytes in 36 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/693] 10.0.0.196 () {32 vars in 707 bytes} [Fri Jul 24 05:53:51 2026] GET /v2/images/1f605fd4-33be-4e94-a80b-950d5f1f0600 => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/694] 10.0.0.196 () {32 vars in 633 bytes} [Fri Jul 24 05:53:51 2026] GET /v2/images => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/695] 10.0.0.196 () {34 vars in 655 bytes} [Fri Jul 24 05:53:51 2026] POST /v2/images => generated 703 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/696] 10.0.0.196 () {32 vars in 717 bytes} [Fri Jul 24 05:53:51 2026] GET /v2/images/a889d894-3ce3-4d5f-bc9a-f0212ad408c7/file => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-24 05:53:51.631 8 INFO glance.api.v2.image_data [None req-f77b01f3-54b9-49f2-a61d-bc32d1921e44 a386352394c44775a51d2f73ea71c6ab 215519e4e8ce42d6bbafbb60c3addfae - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-24 05:53:51.679 8 WARNING glance_store._drivers.rbd [None req-f77b01f3-54b9-49f2-a61d-bc32d1921e44 a386352394c44775a51d2f73ea71c6ab 215519e4e8ce42d6bbafbb60c3addfae - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-07-24 05:53:52.084 8 INFO glance.location [None req-f77b01f3-54b9-49f2-a61d-bc32d1921e44 a386352394c44775a51d2f73ea71c6ab 215519e4e8ce42d6bbafbb60c3addfae - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 353/697] 10.0.0.196 () {32 vars in 727 bytes} [Fri Jul 24 05:53:51 2026] PUT /v2/images/a889d894-3ce3-4d5f-bc9a-f0212ad408c7/file => generated 0 bytes in 493 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/698] 10.0.0.196 () {32 vars in 707 bytes} [Fri Jul 24 05:53:52 2026] GET /v2/images/a889d894-3ce3-4d5f-bc9a-f0212ad408c7 => generated 1104 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/699] 10.0.0.196 () {32 vars in 717 bytes} [Fri Jul 24 05:53:52 2026] GET /v2/images/a889d894-3ce3-4d5f-bc9a-f0212ad408c7/file => generated 1024 bytes in 138 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/700] 10.0.0.196 () {34 vars in 655 bytes} [Fri Jul 24 05:53:52 2026] POST /v2/images => generated 649 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/701] 10.0.0.196 () {32 vars in 726 bytes} [Fri Jul 24 05:53:52 2026] PATCH /v2/images/04e05700-c8ab-4b39-9477-b25fa4017017 => generated 652 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/702] 10.0.0.196 () {32 vars in 707 bytes} [Fri Jul 24 05:53:52 2026] GET /v2/images/04e05700-c8ab-4b39-9477-b25fa4017017 => generated 652 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-24 05:53:52.439 8 WARNING glance.api.v2.images [None req-8e2f5fc0-848e-46d2-836f-7a45da9f22c3 a386352394c44775a51d2f73ea71c6ab 215519e4e8ce42d6bbafbb60c3addfae - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//04e05700-c8ab-4b39-9477-b25fa4017017 [pid: 8|app: 0|req: 356/703] 10.0.0.196 () {32 vars in 710 bytes} [Fri Jul 24 05:53:52 2026] DELETE /v2/images/04e05700-c8ab-4b39-9477-b25fa4017017 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/704] 10.0.0.196 () {32 vars in 707 bytes} [Fri Jul 24 05:53:52 2026] GET /v2/images/04e05700-c8ab-4b39-9477-b25fa4017017 => generated 139 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-24 05:53:52.527 8 WARNING glance.api.v2.images [None req-b6275c9e-a394-4708-b210-aba00d878623 a386352394c44775a51d2f73ea71c6ab 215519e4e8ce42d6bbafbb60c3addfae - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//a889d894-3ce3-4d5f-bc9a-f0212ad408c7 [pid: 8|app: 0|req: 357/707] 10.0.0.196 () {32 vars in 710 bytes} [Fri Jul 24 05:53:52 2026] DELETE /v2/images/a889d894-3ce3-4d5f-bc9a-f0212ad408c7 => generated 0 bytes in 797 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/708] 10.0.0.196 () {32 vars in 707 bytes} [Fri Jul 24 05:53:53 2026] GET /v2/images/a889d894-3ce3-4d5f-bc9a-f0212ad408c7 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-24 05:53:53.342 8 WARNING glance.api.v2.images [None req-7cfd6781-8be9-4e47-8c9b-e386fbd1f3ec a386352394c44775a51d2f73ea71c6ab 215519e4e8ce42d6bbafbb60c3addfae - - default default] Failed to find image 1f605fd4-33be-4e94-a80b-950d5f1f0600 to delete: glance.common.exception.ImageNotFound: No image found with ID 1f605fd4-33be-4e94-a80b-950d5f1f0600 [pid: 8|app: 0|req: 358/709] 10.0.0.196 () {32 vars in 710 bytes} [Fri Jul 24 05:53:53 2026] DELETE /v2/images/1f605fd4-33be-4e94-a80b-950d5f1f0600 => generated 147 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/710] 10.0.0.196 () {32 vars in 707 bytes} [Fri Jul 24 05:53:53 2026] GET /v2/images/1f605fd4-33be-4e94-a80b-950d5f1f0600 => 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: 354/713] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:54:06 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 360/714] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:54:06 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: 358/721] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:54:33 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/722] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:54:33 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: 367/727] 10.0.0.196 () {30 vars in 411 bytes} [Fri Jul 24 05:54:54 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/728] 10.0.0.196 () {32 vars in 707 bytes} [Fri Jul 24 05:54:56 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 368/729] 10.0.0.196 () {32 vars in 707 bytes} [Fri Jul 24 05:54:56 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 362/730] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:54:57 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/731] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 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: 363/732] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/733] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:54:57 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 364/734] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 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: 371/735] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 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: 365/736] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:54:57 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/737] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 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: 366/738] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/739] 10.0.0.19 () {36 vars in 986 bytes} [Fri Jul 24 05:54:57 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 367/740] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 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: 374/741] 10.0.0.19 () {36 vars in 986 bytes} [Fri Jul 24 05:54:57 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/742] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 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: 375/743] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:54:57 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: 370/746] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:55:04 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 377/747] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:55:04 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/750] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:55:17 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/751] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:55:17 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: 374/754] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:55:25 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/755] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:55:25 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/758] 199.19.213.207 () {32 vars in 826 bytes} [Fri Jul 24 05:55:42 2026] GET /v2/images?status=active&owner=0eb3a0fc655c4e5a9b86db4d3de507ad&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/759] 199.19.213.207 () {32 vars in 653 bytes} [Fri Jul 24 05:55:42 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: 377/760] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:55:42 2026] GET /v2/images/9b5db871-5b0b-4b90-845e-13fbbe220483 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/761] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:55:42 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: 378/762] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:55:42 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: 385/763] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:55:42 2026] GET /v2/images/9b5db871-5b0b-4b90-845e-13fbbe220483 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/764] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:55:42 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: 386/765] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:55:42 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: 380/766] 10.0.0.30 () {36 vars in 986 bytes} [Fri Jul 24 05:55:42 2026] GET /v2/images/9b5db871-5b0b-4b90-845e-13fbbe220483 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/767] 10.0.0.30 () {36 vars in 926 bytes} [Fri Jul 24 05:55:42 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: 382/770] 10.0.0.19 () {36 vars in 986 bytes} [Fri Jul 24 05:55:43 2026] GET /v2/images/9b5db871-5b0b-4b90-845e-13fbbe220483 => 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: 389/771] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:55:43 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: 383/772] 10.0.0.19 () {36 vars in 986 bytes} [Fri Jul 24 05:55:43 2026] GET /v2/images/9b5db871-5b0b-4b90-845e-13fbbe220483 => generated 1209 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/773] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:55: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: 384/774] 10.0.0.19 () {36 vars in 926 bytes} [Fri Jul 24 05:55:43 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/775] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:55:47 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 385/776] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:55:47 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: 388/781] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:56:12 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => generated 1171 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/782] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:56:12 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/789] 10.0.0.171 () {36 vars in 987 bytes} [Fri Jul 24 05:56:35 2026] GET /v2/images/4c7011c0-e4e1-4e69-86dc-da1cf1f6edc9 => 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: 398/790] 10.0.0.171 () {36 vars in 927 bytes} [Fri Jul 24 05:56:35 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: 409/811] 10.0.0.196 () {32 vars in 633 bytes} [Fri Jul 24 05:58:15 2026] GET /v2/images => generated 4893 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)