+ 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 [Tue Jun 23 19:02:57 2026] *** compiled with version: 11.4.0 on 11 June 2026 18:05:55 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: glance-api-84877bb585-qw5d9 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 0x55b462adefb0 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-06-23 19:02:59.311 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-06-23 19:02:59.428 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-06-23 19:02:59.875 7 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-06-23 19:02:59.963 7 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-06-23 19:02:59.964 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-06-23 19:02:59.965 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-06-23 19:03:00.020 8 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-06-23 19:03:00.112 8 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-06-23 19:03:00.114 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-06-23 19:03:00.115 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-06-23 19:03:01.561 7 WARNING glance.api.v2.images [None req-696f8a1d-69ac-446a-b527-d5f618579f8a - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-23 19:03:01.718 8 WARNING glance.api.v2.images [None req-cf0e6543-af7d-4030-96a8-eb868901fa53 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-23 19:03:01.768 7 WARNING keystonemiddleware._common.config [None req-696f8a1d-69ac-446a-b527-d5f618579f8a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-23 19:03:01.776 7 WARNING oslo_config.cfg [None req-696f8a1d-69ac-446a-b527-d5f618579f8a - - - - - -] 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 0x55b462adefb0 pid: 7 (default app) 2026-06-23 19:03:01.918 8 WARNING keystonemiddleware._common.config [None req-cf0e6543-af7d-4030-96a8-eb868901fa53 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-23 19:03:01.926 8 WARNING oslo_config.cfg [None req-cf0e6543-af7d-4030-96a8-eb868901fa53 - - - - - -] 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 0x55b462adefb0 pid: 8 (default app) [pid: 7|app: 0|req: 4/5] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:03:02 2026] GET / => generated 1193 bytes in 1 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-06-23 19:03:03.141 8 WARNING oslo_policy.policy [None req-75ebc517-df53-4dd4-b321-8139d5844775 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:03:03.142 8 WARNING oslo_policy.policy [None req-75ebc517-df53-4dd4-b321-8139d5844775 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:03:03.165 8 WARNING oslo_policy.policy [None req-75ebc517-df53-4dd4-b321-8139d5844775 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:03:03.165 8 WARNING oslo_policy.policy [None req-75ebc517-df53-4dd4-b321-8139d5844775 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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: 2/6] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:03:02 2026] GET /v2/images => generated 69 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:03:06 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: 3/8] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:03:06 2026] GET /v2/images => generated 69 bytes in 46 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-06-23 19:03:06.423 7 WARNING oslo_policy.policy [None req-e84676db-8f88-4e11-b6b1-0ca2bf376bd0 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:03:06.423 7 WARNING oslo_policy.policy [None req-e84676db-8f88-4e11-b6b1-0ca2bf376bd0 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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: 6/9] 199.19.213.202 () {44 vars in 911 bytes} [Tue Jun 23 19:03:06 2026] GET /v2/images/cirros => generated 151 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/10] 199.19.213.202 () {44 vars in 933 bytes} [Tue Jun 23 19:03:06 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-06-23 19:03:06.552 7 WARNING oslo_policy.policy [None req-32d7f300-5f78-4d2d-a683-cad5926f01f7 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:03:06.553 7 WARNING oslo_policy.policy [None req-32d7f300-5f78-4d2d-a683-cad5926f01f7 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 7/11] 199.19.213.202 () {44 vars in 939 bytes} [Tue Jun 23 19:03:06 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-23 19:03:06.634 8 WARNING oslo_config.cfg [None req-fae47460-0503-4a7a-8e0e-ea428c5a406f 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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: 5/12] 199.19.213.202 () {48 vars in 951 bytes} [Tue Jun 23 19:03:06 2026] POST /v2/images => generated 760 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-23 19:03:06.660 7 WARNING oslo_policy.policy [None req-aa5fdb73-885d-49aa-9317-95d3ef4a093d 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:03:06.660 7 WARNING oslo_policy.policy [None req-aa5fdb73-885d-49aa-9317-95d3ef4a093d 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:03:06.662 7 INFO glance.api.v2.image_data [None req-aa5fdb73-885d-49aa-9317-95d3ef4a093d 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-23 19:03:10.389 7 INFO glance.location [None req-aa5fdb73-885d-49aa-9317-95d3ef4a093d 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] Image format matched and virtual size computed: 117440512 [pid: 7|app: 0|req: 8/13] 199.19.213.202 () {48 vars in 1045 bytes} [Tue Jun 23 19:03:06 2026] PUT /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a/file => generated 0 bytes in 3778 msecs (HTTP/1.1 204) 4 headers in 171 bytes (7100 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:03:10 2026] GET /v2/images => generated 1240 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-23 19:03:10.473 7 WARNING oslo_config.cfg [None req-c22bc5c9-8aac-4e28-ba8b-42dddb85b76c 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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: 9/15] 199.19.213.202 () {48 vars in 1049 bytes} [Tue Jun 23 19:03:10 2026] PATCH /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 7/16] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:03:10 2026] GET /v2/images => generated 1240 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/279] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:24:59 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: 139/280] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:24:59 2026] GET /v2/images => generated 1240 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/291] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:25:47 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: 147/292] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:25:47 2026] GET /v2/images => generated 1240 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/293] 199.19.213.202 () {44 vars in 937 bytes} [Tue Jun 23 19:25:48 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/294] 199.19.213.202 () {44 vars in 959 bytes} [Tue Jun 23 19:25:48 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: 8|app: 0|req: 147/295] 199.19.213.202 () {44 vars in 939 bytes} [Tue Jun 23 19:25:48 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: 7|app: 0|req: 149/296] 199.19.213.202 () {48 vars in 951 bytes} [Tue Jun 23 19:25:48 2026] POST /v2/images => generated 796 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-23 19:25:48.412 8 WARNING oslo_policy.policy [None req-8514be46-c793-428a-8071-5650608f943f 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:25:48.412 8 WARNING oslo_policy.policy [None req-8514be46-c793-428a-8071-5650608f943f 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - 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-06-23 19:25:48.414 8 INFO glance.api.v2.image_data [None req-8514be46-c793-428a-8071-5650608f943f 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-23 19:26:13.574 8 INFO glance.location [None req-8514be46-c793-428a-8071-5650608f943f 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] Image format matched and virtual size computed: 2147483648 [pid: 8|app: 0|req: 148/303] 199.19.213.202 () {48 vars in 1046 bytes} [Tue Jun 23 19:25:48 2026] PUT /v2/images/40a40ced-75ea-42d3-80c6-0783f4b0e6b3/file => generated 0 bytes in 25208 msecs (HTTP/1.1 204) 4 headers in 171 bytes (65938 switches on core 0) [pid: 7|app: 0|req: 156/304] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:26:13 2026] GET /v2/images => generated 2451 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/305] 199.19.213.202 () {48 vars in 1049 bytes} [Tue Jun 23 19:26:13 2026] PATCH /v2/images/40a40ced-75ea-42d3-80c6-0783f4b0e6b3 => generated 1209 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/306] 199.19.213.202 () {48 vars in 1050 bytes} [Tue Jun 23 19:26:13 2026] PATCH /v2/images/40a40ced-75ea-42d3-80c6-0783f4b0e6b3 => generated 1209 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/307] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:26:13 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: 7|app: 0|req: 158/308] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:26:15 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: 151/309] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:26:15 2026] GET /v2/images => generated 2451 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/390] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:32:52 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: 192/391] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:32:52 2026] GET /v2/images => generated 2451 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/392] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:33:00 2026] GET / => generated 1193 bytes in 4 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/393] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:33:00 2026] GET /v2/images => generated 2451 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/394] 199.19.213.202 () {44 vars in 947 bytes} [Tue Jun 23 19:33:00 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/395] 199.19.213.202 () {44 vars in 969 bytes} [Tue Jun 23 19:33:00 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/396] 199.19.213.202 () {44 vars in 939 bytes} [Tue Jun 23 19:33:00 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: 195/397] 199.19.213.202 () {48 vars in 951 bytes} [Tue Jun 23 19:33:00 2026] POST /v2/images => generated 799 bytes in 529 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-23 19:33:01.402 7 INFO glance.api.v2.image_data [None req-c1309143-32ce-4cb7-ad3a-2c9a06c421ac 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-23 19:33:20.289 7 INFO glance.location [None req-c1309143-32ce-4cb7-ad3a-2c9a06c421ac 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 203/402] 199.19.213.202 () {48 vars in 1045 bytes} [Tue Jun 23 19:33:01 2026] PUT /v2/images/c253d357-238b-48cf-9d40-3517357a00c9/file => generated 0 bytes in 18939 msecs (HTTP/1.1 204) 4 headers in 171 bytes (22983 switches on core 0) [pid: 8|app: 0|req: 200/403] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:33:20 2026] GET /v2/images => generated 3664 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 199.19.213.202 () {48 vars in 1050 bytes} [Tue Jun 23 19:33:20 2026] PATCH /v2/images/c253d357-238b-48cf-9d40-3517357a00c9 => generated 1234 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/405] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:33:20 2026] GET /v2/images => generated 3687 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/414] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:33:57 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: 206/415] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:33:57 2026] GET /v2/images => generated 3687 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/420] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:34:14 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: 209/421] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:34:14 2026] GET /v2/images => generated 3687 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/422] 199.19.213.202 () {44 vars in 939 bytes} [Tue Jun 23 19:34:14 2026] GET /v2/images/manila-service-image => generated 165 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/423] 199.19.213.202 () {44 vars in 961 bytes} [Tue Jun 23 19:34:14 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/424] 199.19.213.202 () {44 vars in 939 bytes} [Tue Jun 23 19:34:14 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/425] 199.19.213.202 () {48 vars in 951 bytes} [Tue Jun 23 19:34:14 2026] POST /v2/images => generated 791 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-23 19:34:14.567 7 INFO glance.api.v2.image_data [None req-31794557-1b80-487a-bfbb-71ffa9eaec99 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-23 19:34:28.962 7 INFO glance.location [None req-31794557-1b80-487a-bfbb-71ffa9eaec99 48b568d0ff87417c8340bc2a03193b59 3c57d90ffe0f4826a3f2d7be642895e5 - - default default] Image format matched and virtual size computed: 2891907072 [pid: 7|app: 0|req: 215/428] 199.19.213.202 () {48 vars in 1046 bytes} [Tue Jun 23 19:34:14 2026] PUT /v2/images/2d99f876-9915-44a3-8e9f-ef553c95945c/file => generated 0 bytes in 14438 msecs (HTTP/1.1 204) 4 headers in 171 bytes (29195 switches on core 0) [pid: 8|app: 0|req: 214/429] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:34:29 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: 216/430] 199.19.213.202 () {48 vars in 1049 bytes} [Tue Jun 23 19:34:29 2026] PATCH /v2/images/2d99f876-9915-44a3-8e9f-ef553c95945c => generated 1204 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/431] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:34:29 2026] GET /v2/images => generated 4893 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/582] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:47:01 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: 291/583] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:47:01 2026] GET /v2/images => generated 4893 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/616] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:49:38 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: 308/617] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:49:38 2026] GET /v2/images => generated 4893 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/618] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:49:39 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: 309/619] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:49:39 2026] GET /v2/images => generated 4893 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/630] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:50:30 2026] GET / => generated 1193 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/631] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:50:30 2026] GET /v2/images => generated 4893 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/634] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:50:38 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: 317/635] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:50:38 2026] GET /v2/images => generated 4893 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/648] 199.19.213.202 () {42 vars in 688 bytes} [Tue Jun 23 19:51:41 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: 324/649] 199.19.213.202 () {44 vars in 910 bytes} [Tue Jun 23 19:51:41 2026] GET /v2/images => generated 4893 bytes in 64 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: 331/660] 10.0.0.163 () {32 vars in 633 bytes} [Tue Jun 23 19:52:25 2026] GET /v2/images => generated 4893 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/665] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:52:49 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 22 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: 332/666] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:52:49 2026] GET /v2/schemas/image => generated 4018 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/667] 199.19.213.202 () {36 vars in 991 bytes} [Tue Jun 23 19:52:52 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/670] 199.19.213.202 () {36 vars in 931 bytes} [Tue Jun 23 19:52:52 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: 338/671] 199.19.213.202 () {36 vars in 991 bytes} [Tue Jun 23 19:52:53 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/672] 199.19.213.202 () {36 vars in 931 bytes} [Tue Jun 23 19:52:53 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/673] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:52:57 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/674] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:52: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: 341/677] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:53:05 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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/678] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:53:05 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/679] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:53:08 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/680] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:53:08 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/687] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:53:33 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/688] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19: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: 344/691] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:53:45 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/692] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:53:45 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/693] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:53:45 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/694] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:53:45 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 346/695] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:53:45 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/696] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:53:45 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/697] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:53:45 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 351/698] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:53:45 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/699] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:53: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: 352/700] 10.0.0.163 () {34 vars in 655 bytes} [Tue Jun 23 19:53:46 2026] POST /v2/images => generated 649 bytes in 188 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-06-23 19:53:47.023 7 WARNING glance.api.v2.images [None req-efc6a227-95d9-471e-86ad-2fdec549ad5f 14b9b313e4a547f9b63af30d781f67c3 0630857a2a7b4818814fcbdb2368d910 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//0ab1f980-a70b-468c-8ec5-a00c37115fa5 [pid: 7|app: 0|req: 353/701] 10.0.0.163 () {32 vars in 710 bytes} [Tue Jun 23 19:53:47 2026] DELETE /v2/images/0ab1f980-a70b-468c-8ec5-a00c37115fa5 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/702] 10.0.0.163 () {32 vars in 707 bytes} [Tue Jun 23 19:53:47 2026] GET /v2/images/0ab1f980-a70b-468c-8ec5-a00c37115fa5 => generated 139 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/703] 10.0.0.68 () {36 vars in 986 bytes} [Tue Jun 23 19:53:46 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/704] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:53:47 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: 355/705] 10.0.0.163 () {32 vars in 633 bytes} [Tue Jun 23 19:53:47 2026] GET /v2/images => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/706] 10.0.0.68 () {36 vars in 986 bytes} [Tue Jun 23 19:53:47 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 352/707] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:53:47 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/708] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:53:47 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: 356/709] 10.0.0.163 () {34 vars in 655 bytes} [Tue Jun 23 19:53:47 2026] POST /v2/images => generated 702 bytes in 71 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/710] 10.0.0.163 () {32 vars in 717 bytes} [Tue Jun 23 19:53:47 2026] GET /v2/images/f4dcb33f-f03c-4e77-adf4-f5dc1cce9207/file => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-23 19:53:47.278 7 INFO glance.api.v2.image_data [None req-33cdfec7-ebca-4ce8-98cd-ac8dee144f03 14b9b313e4a547f9b63af30d781f67c3 0630857a2a7b4818814fcbdb2368d910 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-23 19:53:47.340 7 WARNING glance_store._drivers.rbd [None req-33cdfec7-ebca-4ce8-98cd-ac8dee144f03 14b9b313e4a547f9b63af30d781f67c3 0630857a2a7b4818814fcbdb2368d910 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-06-23 19:53:47.782 7 INFO glance.location [None req-33cdfec7-ebca-4ce8-98cd-ac8dee144f03 14b9b313e4a547f9b63af30d781f67c3 0630857a2a7b4818814fcbdb2368d910 - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 357/711] 10.0.0.163 () {32 vars in 727 bytes} [Tue Jun 23 19:53:47 2026] PUT /v2/images/f4dcb33f-f03c-4e77-adf4-f5dc1cce9207/file => generated 0 bytes in 572 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/712] 10.0.0.163 () {32 vars in 707 bytes} [Tue Jun 23 19:53:47 2026] GET /v2/images/f4dcb33f-f03c-4e77-adf4-f5dc1cce9207 => generated 1103 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/713] 10.0.0.163 () {32 vars in 717 bytes} [Tue Jun 23 19:53:47 2026] GET /v2/images/f4dcb33f-f03c-4e77-adf4-f5dc1cce9207/file => generated 1024 bytes in 152 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/714] 10.0.0.163 () {34 vars in 655 bytes} [Tue Jun 23 19:53:48 2026] POST /v2/images => generated 649 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/715] 10.0.0.163 () {32 vars in 726 bytes} [Tue Jun 23 19:53:48 2026] PATCH /v2/images/700e94e6-44d2-465a-9022-7d5c7d4f5146 => generated 653 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/716] 10.0.0.163 () {32 vars in 707 bytes} [Tue Jun 23 19:53:48 2026] GET /v2/images/700e94e6-44d2-465a-9022-7d5c7d4f5146 => generated 653 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-23 19:53:48.176 7 WARNING glance.api.v2.images [None req-e7e8af48-03c4-4113-be3d-2d8e923bd974 14b9b313e4a547f9b63af30d781f67c3 0630857a2a7b4818814fcbdb2368d910 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//700e94e6-44d2-465a-9022-7d5c7d4f5146 [pid: 7|app: 0|req: 360/717] 10.0.0.163 () {32 vars in 710 bytes} [Tue Jun 23 19:53:48 2026] DELETE /v2/images/700e94e6-44d2-465a-9022-7d5c7d4f5146 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/718] 10.0.0.163 () {32 vars in 707 bytes} [Tue Jun 23 19:53:48 2026] GET /v2/images/700e94e6-44d2-465a-9022-7d5c7d4f5146 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 19:53:48.246 7 WARNING glance.api.v2.images [None req-e24264f6-5787-4d51-80c4-c9b586dc1cfd 14b9b313e4a547f9b63af30d781f67c3 0630857a2a7b4818814fcbdb2368d910 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//f4dcb33f-f03c-4e77-adf4-f5dc1cce9207 [pid: 7|app: 0|req: 361/719] 10.0.0.163 () {32 vars in 710 bytes} [Tue Jun 23 19:53:48 2026] DELETE /v2/images/f4dcb33f-f03c-4e77-adf4-f5dc1cce9207 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/720] 10.0.0.163 () {32 vars in 707 bytes} [Tue Jun 23 19:53:49 2026] GET /v2/images/f4dcb33f-f03c-4e77-adf4-f5dc1cce9207 => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-23 19:53:49.118 7 WARNING glance.api.v2.images [None req-99d35832-4139-4e90-9bf5-53c4f4934e30 14b9b313e4a547f9b63af30d781f67c3 0630857a2a7b4818814fcbdb2368d910 - - default default] Failed to find image 0ab1f980-a70b-468c-8ec5-a00c37115fa5 to delete: glance.common.exception.ImageNotFound: No image found with ID 0ab1f980-a70b-468c-8ec5-a00c37115fa5 [pid: 7|app: 0|req: 362/721] 10.0.0.163 () {32 vars in 710 bytes} [Tue Jun 23 19:53:49 2026] DELETE /v2/images/0ab1f980-a70b-468c-8ec5-a00c37115fa5 => generated 147 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/722] 10.0.0.163 () {32 vars in 707 bytes} [Tue Jun 23 19:53:49 2026] GET /v2/images/0ab1f980-a70b-468c-8ec5-a00c37115fa5 => 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: 366/729] 10.0.0.163 () {32 vars in 707 bytes} [Tue Jun 23 19:54:19 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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/730] 10.0.0.163 () {32 vars in 707 bytes} [Tue Jun 23 19:54:19 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 367/731] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:54:19 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/732] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:54:20 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/733] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:54:20 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/734] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:54:20 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 369/735] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:54:20 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: 367/736] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:54: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: 370/737] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:54:20 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 368/738] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:54:20 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: 371/739] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:54:20 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: 369/740] 10.0.0.68 () {36 vars in 986 bytes} [Tue Jun 23 19:54:20 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 372/741] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:54:20 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/742] 10.0.0.68 () {36 vars in 986 bytes} [Tue Jun 23 19:54:20 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 373/743] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:54:20 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/744] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:54:20 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: 375/747] 10.0.0.163 () {30 vars in 411 bytes} [Tue Jun 23 19:54:29 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: 380/756] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:55:03 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/757] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:55:03 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: 383/762] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:55:29 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 380/763] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:55:29 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: 382/766] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:55:35 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 385/767] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:55:35 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/772] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:56:01 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => 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: 388/773] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:56:01 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: 392/786] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:57:02 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/787] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:57:02 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/790] 10.0.0.247 () {36 vars in 987 bytes} [Tue Jun 23 19:57:10 2026] GET /v2/images/03a2a083-1c1e-4d0a-92ca-f7cd08a9992a => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/791] 10.0.0.247 () {36 vars in 927 bytes} [Tue Jun 23 19:57:10 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/798] 199.19.213.202 () {32 vars in 826 bytes} [Tue Jun 23 19:57:37 2026] GET /v2/images?status=active&owner=3c57d90ffe0f4826a3f2d7be642895e5&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/799] 199.19.213.202 () {32 vars in 653 bytes} [Tue Jun 23 19:57:38 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: 402/800] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:57:38 2026] GET /v2/images/40a40ced-75ea-42d3-80c6-0783f4b0e6b3 => 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: 399/801] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:57:38 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: 403/802] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:57:38 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: 400/803] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:57:38 2026] GET /v2/images/40a40ced-75ea-42d3-80c6-0783f4b0e6b3 => generated 1209 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/804] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:57:38 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: 401/805] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:57:38 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: 405/806] 10.0.0.78 () {36 vars in 986 bytes} [Tue Jun 23 19:57:38 2026] GET /v2/images/40a40ced-75ea-42d3-80c6-0783f4b0e6b3 => generated 1209 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/807] 10.0.0.78 () {36 vars in 926 bytes} [Tue Jun 23 19:57:38 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: 406/808] 10.0.0.68 () {36 vars in 986 bytes} [Tue Jun 23 19:57:39 2026] GET /v2/images/40a40ced-75ea-42d3-80c6-0783f4b0e6b3 => 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: 403/809] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:57:39 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/810] 10.0.0.68 () {36 vars in 986 bytes} [Tue Jun 23 19:57:39 2026] GET /v2/images/40a40ced-75ea-42d3-80c6-0783f4b0e6b3 => 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: 404/811] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:57:39 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: 408/812] 10.0.0.68 () {36 vars in 926 bytes} [Tue Jun 23 19:57:39 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: 421/845] 10.0.0.163 () {32 vars in 633 bytes} [Tue Jun 23 20:00:14 2026] GET /v2/images => generated 4893 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)