+ 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 [Sat May 9 01:56:58 2026] *** compiled with version: 11.4.0 on 06 May 2026 22:37:09 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: glance-api-5dfc8d8bfc-cv9n6 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 0x55af82059fe0 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-05-09 01:57:00.435 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-05-09 01:57:00.495 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-05-09 01:57:01.073 7 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-05-09 01:57:01.087 8 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-05-09 01:57:01.172 7 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-05-09 01:57:01.173 8 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-05-09 01:57:01.174 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-05-09 01:57:01.174 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-05-09 01:57:01.175 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-05-09 01:57:01.175 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-05-09 01:57:02.786 7 WARNING glance.api.v2.images [None req-614a47a4-159c-4788-b751-79f8c1cfcfc6 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-09 01:57:02.831 8 WARNING glance.api.v2.images [None req-14427461-edf4-47e5-8380-43f84f4cabce - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-09 01:57:02.980 7 WARNING keystonemiddleware._common.config [None req-614a47a4-159c-4788-b751-79f8c1cfcfc6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-09 01:57:02.988 7 WARNING oslo_config.cfg [None req-614a47a4-159c-4788-b751-79f8c1cfcfc6 - - - - - -] 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 0x55af82059fe0 pid: 7 (default app) 2026-05-09 01:57:03.033 8 WARNING keystonemiddleware._common.config [None req-14427461-edf4-47e5-8380-43f84f4cabce - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-09 01:57:03.041 8 WARNING oslo_config.cfg [None req-14427461-edf4-47e5-8380-43f84f4cabce - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x55af82059fe0 pid: 8 (default app) [pid: 7|app: 0|req: 2/3] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 01:57:05 2026] GET / => generated 1183 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-05-09 01:57:06.220 8 WARNING oslo_policy.policy [None req-47ac7336-28cb-47f3-94d2-24b2c93fbbc1 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 01:57:06.221 8 WARNING oslo_policy.policy [None req-47ac7336-28cb-47f3-94d2-24b2c93fbbc1 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 01:57:06.244 8 WARNING oslo_policy.policy [None req-47ac7336-28cb-47f3-94d2-24b2c93fbbc1 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 01:57:06.244 8 WARNING oslo_policy.policy [None req-47ac7336-28cb-47f3-94d2-24b2c93fbbc1 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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/4] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 01:57:05 2026] GET /v2/images => generated 69 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/5] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 01:57:09 2026] GET / => generated 1183 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/6] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 01:57:09 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-05-09 01:57:09.844 7 WARNING oslo_policy.policy [None req-7a6059bf-01e6-4b48-a35f-2d8cd30ac40e a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 01:57:09.844 7 WARNING oslo_policy.policy [None req-7a6059bf-01e6-4b48-a35f-2d8cd30ac40e a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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: 4/7] 199.204.45.57 () {44 vars in 908 bytes} [Sat May 9 01:57:09 2026] GET /v2/images/cirros => generated 151 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/8] 199.204.45.57 () {44 vars in 930 bytes} [Sat May 9 01:57:09 2026] GET /v2/images?name=cirros => generated 81 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 01:57:09.995 7 WARNING oslo_policy.policy [None req-8c8a47ba-6dc8-43a5-8961-5229523b4c9d a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 01:57:09.995 7 WARNING oslo_policy.policy [None req-8c8a47ba-6dc8-43a5-8961-5229523b4c9d a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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: 5/9] 199.204.45.57 () {44 vars in 936 bytes} [Sat May 9 01:57:09 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 01:57:10.090 8 WARNING oslo_config.cfg [None req-fb4a2800-476a-4507-a9e0-7390850a441b a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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/10] 199.204.45.57 () {48 vars in 948 bytes} [Sat May 9 01:57:10 2026] POST /v2/images => generated 760 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-05-09 01:57:10.116 7 WARNING oslo_policy.policy [None req-0a5d796a-e3e4-401f-90c0-f4d2536b81fc a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 01:57:10.117 7 WARNING oslo_policy.policy [None req-0a5d796a-e3e4-401f-90c0-f4d2536b81fc a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 01:57:10.119 7 INFO glance.api.v2.image_data [None req-0a5d796a-e3e4-401f-90c0-f4d2536b81fc a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-09 01:57:13.756 7 INFO glance.location [None req-0a5d796a-e3e4-401f-90c0-f4d2536b81fc a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - default default] Image format matched and virtual size computed: 117440512 [pid: 7|app: 0|req: 6/13] 199.204.45.57 () {48 vars in 1042 bytes} [Sat May 9 01:57:10 2026] PUT /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8/file => generated 0 bytes in 3702 msecs (HTTP/1.1 204) 4 headers in 171 bytes (6216 switches on core 0) [pid: 8|app: 0|req: 8/14] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 01:57:13 2026] GET /v2/images => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 01:57:13.864 7 WARNING oslo_config.cfg [None req-3c6fde54-a031-487c-8c8d-f653b4eb1494 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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: 7/15] 199.204.45.57 () {48 vars in 1046 bytes} [Sat May 9 01:57:13 2026] PATCH /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 9/16] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 01:57:13 2026] GET /v2/images => generated 1240 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/287] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:19:45 2026] GET / => generated 1183 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/288] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:19:45 2026] GET /v2/images => generated 1240 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/293] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:20:05 2026] GET / => generated 1183 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/294] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:20:05 2026] GET /v2/images => generated 1240 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/295] 199.204.45.57 () {44 vars in 934 bytes} [Sat May 9 02:20:05 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/296] 199.204.45.57 () {44 vars in 956 bytes} [Sat May 9 02:20:05 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/297] 199.204.45.57 () {44 vars in 936 bytes} [Sat May 9 02:20:05 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: 150/298] 199.204.45.57 () {48 vars in 948 bytes} [Sat May 9 02:20:05 2026] POST /v2/images => generated 796 bytes in 3228 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-05-09 02:20:08.927 7 INFO glance.api.v2.image_data [None req-9066b964-5e5b-42ff-8784-ea02d5f9c376 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-09 02:20:38.896 7 INFO glance.location [None req-9066b964-5e5b-42ff-8784-ea02d5f9c376 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - default default] Image format matched and virtual size computed: 2147483648 [pid: 7|app: 0|req: 149/305] 199.204.45.57 () {48 vars in 1043 bytes} [Sat May 9 02:20:08 2026] PUT /v2/images/d1ade5f4-9d57-4b73-a9e0-4ca8929ca9ec/file => generated 0 bytes in 30170 msecs (HTTP/1.1 204) 4 headers in 171 bytes (66940 switches on core 0) [pid: 8|app: 0|req: 157/306] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:20:38 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: 150/307] 199.204.45.57 () {48 vars in 1046 bytes} [Sat May 9 02:20:38 2026] PATCH /v2/images/d1ade5f4-9d57-4b73-a9e0-4ca8929ca9ec => 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: 158/308] 199.204.45.57 () {48 vars in 1047 bytes} [Sat May 9 02:20:38 2026] PATCH /v2/images/d1ade5f4-9d57-4b73-a9e0-4ca8929ca9ec => generated 1209 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/309] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:20:39 2026] GET /v2/images => generated 2451 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/310] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:20:40 2026] GET / => generated 1183 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/311] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:20:40 2026] GET /v2/images => generated 2451 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/392] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:27:15 2026] GET / => generated 1183 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/393] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:27:15 2026] GET /v2/images => generated 2451 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/400] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:27:48 2026] GET / => generated 1183 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/401] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:27:48 2026] GET /v2/images => generated 2451 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/402] 199.204.45.57 () {44 vars in 944 bytes} [Sat May 9 02:27:48 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/403] 199.204.45.57 () {44 vars in 966 bytes} [Sat May 9 02:27:48 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/404] 199.204.45.57 () {44 vars in 936 bytes} [Sat May 9 02:27:48 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: 206/405] 199.204.45.57 () {48 vars in 948 bytes} [Sat May 9 02:27:48 2026] POST /v2/images => generated 799 bytes in 2790 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-05-09 02:27:51.321 7 INFO glance.api.v2.image_data [None req-f31732ca-bb75-4d1c-bdd0-cb9468403107 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-09 02:28:51.804 7 INFO glance.location [None req-f31732ca-bb75-4d1c-bdd0-cb9468403107 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 200/418] 199.204.45.57 () {48 vars in 1042 bytes} [Sat May 9 02:27:51 2026] PUT /v2/images/bcaf6fa0-c608-4791-8602-add0b5af6edf/file => generated 0 bytes in 60521 msecs (HTTP/1.1 204) 4 headers in 171 bytes (17992 switches on core 0) [pid: 8|app: 0|req: 219/419] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:28:51 2026] GET /v2/images => generated 3664 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/420] 199.204.45.57 () {48 vars in 1047 bytes} [Sat May 9 02:28:51 2026] PATCH /v2/images/bcaf6fa0-c608-4791-8602-add0b5af6edf => generated 1234 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/421] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:28:51 2026] GET /v2/images => generated 3687 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/442] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:30:28 2026] GET / => generated 1183 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/443] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:30:28 2026] GET /v2/images => generated 3687 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/448] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:30:43 2026] GET / => generated 1183 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/449] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:30:43 2026] GET /v2/images => generated 3687 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/450] 199.204.45.57 () {44 vars in 936 bytes} [Sat May 9 02:30:43 2026] GET /v2/images/manila-service-image => generated 165 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/451] 199.204.45.57 () {44 vars in 958 bytes} [Sat May 9 02:30:43 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/452] 199.204.45.57 () {44 vars in 936 bytes} [Sat May 9 02:30:43 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: 7|app: 0|req: 217/453] 199.204.45.57 () {48 vars in 948 bytes} [Sat May 9 02:30:43 2026] POST /v2/images => generated 791 bytes in 45 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-05-09 02:30:43.498 8 WARNING oslo_policy.policy [None req-e2a5898d-b406-4103-ba7f-4fb25658de55 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 02:30:43.498 8 WARNING oslo_policy.policy [None req-e2a5898d-b406-4103-ba7f-4fb25658de55 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - 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-05-09 02:30:43.500 8 INFO glance.api.v2.image_data [None req-e2a5898d-b406-4103-ba7f-4fb25658de55 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-09 02:31:04.766 8 INFO glance.location [None req-e2a5898d-b406-4103-ba7f-4fb25658de55 a5009181d166473db7118784a578c39b 2f477dffc294459aa4bdf3970ffe3cc8 - - default default] Image format matched and virtual size computed: 2831220736 [pid: 8|app: 0|req: 237/458] 199.204.45.57 () {48 vars in 1043 bytes} [Sat May 9 02:30:43 2026] PUT /v2/images/97367f48-a2e4-4230-a38e-ef642a17c30b/file => generated 0 bytes in 21329 msecs (HTTP/1.1 204) 4 headers in 171 bytes (27983 switches on core 0) [pid: 7|app: 0|req: 222/459] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:31:04 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: 238/460] 199.204.45.57 () {48 vars in 1046 bytes} [Sat May 9 02:31:04 2026] PATCH /v2/images/97367f48-a2e4-4230-a38e-ef642a17c30b => generated 1204 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/461] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:31:04 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: 293/600] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:42:38 2026] GET / => generated 1183 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/601] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:42:38 2026] GET /v2/images => generated 4893 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/632] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:45:07 2026] GET / => generated 1183 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/633] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:45:07 2026] GET /v2/images => generated 4893 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/634] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:45:08 2026] GET / => generated 1183 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/635] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:45:08 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: 331/646] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:45:56 2026] GET / => generated 1183 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/647] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:45:56 2026] GET /v2/images => generated 4893 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/650] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:46:03 2026] GET / => generated 1183 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/651] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:46:03 2026] GET /v2/images => generated 4893 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/664] 199.204.45.57 () {42 vars in 685 bytes} [Sat May 9 02:47:03 2026] GET / => generated 1183 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/665] 199.204.45.57 () {44 vars in 907 bytes} [Sat May 9 02:47:03 2026] GET /v2/images => generated 4893 bytes in 54 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: 330/674] 10.0.0.183 () {32 vars in 633 bytes} [Sat May 9 02:47:45 2026] GET /v2/images => generated 4893 bytes in 103 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: 347/679] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:48:07 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/680] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:48:07 2026] GET /v2/schemas/image => generated 4018 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/681] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:48:08 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/682] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:48:08 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: 8|app: 0|req: 349/683] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:48:09 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/684] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:48:09 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/685] 199.204.45.57 () {36 vars in 990 bytes} [Sat May 9 02:48:11 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/686] 199.204.45.57 () {36 vars in 930 bytes} [Sat May 9 02:48:11 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/687] 199.204.45.57 () {36 vars in 990 bytes} [Sat May 9 02:48:11 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 337/688] 199.204.45.57 () {36 vars in 930 bytes} [Sat May 9 02:48:11 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: 355/695] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:48:42 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 341/696] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:48:42 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: 359/703] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:49:07 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/704] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:49:07 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: 8|app: 0|req: 360/705] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:49:07 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: 346/706] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:49:07 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/707] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:49:07 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: 347/708] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:49:07 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: 362/709] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:49:07 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 348/710] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:49:07 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: 363/711] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:49:07 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: 349/712] 10.0.0.183 () {30 vars in 411 bytes} [Sat May 9 02:49:08 2026] GET / => generated 1183 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/713] 10.0.0.34 () {36 vars in 986 bytes} [Sat May 9 02:49:08 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/714] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:49:08 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/715] 10.0.0.34 () {36 vars in 986 bytes} [Sat May 9 02:49:08 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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/716] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:49:08 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/717] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:49:08 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: 8|app: 0|req: 368/720] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:49:18 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 353/721] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:49:18 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/730] 10.0.0.183 () {34 vars in 655 bytes} [Sat May 9 02:49:57 2026] POST /v2/images => generated 649 bytes in 239 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-05-09 02:49:57.540 7 WARNING glance.api.v2.images [None req-416bdf5f-5db9-46e8-b409-c3c854720dd3 2a48644edb3f42319a9a7fd4232081b9 36d232c15f914a08b41389cdcad454e1 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//a37602f1-a1c1-4ca4-8dfa-8cc64ab3aaef [pid: 7|app: 0|req: 358/731] 10.0.0.183 () {32 vars in 710 bytes} [Sat May 9 02:49:57 2026] DELETE /v2/images/a37602f1-a1c1-4ca4-8dfa-8cc64ab3aaef => generated 0 bytes in 47 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/732] 10.0.0.183 () {32 vars in 707 bytes} [Sat May 9 02:49:57 2026] GET /v2/images/a37602f1-a1c1-4ca4-8dfa-8cc64ab3aaef => 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: 359/733] 10.0.0.183 () {32 vars in 633 bytes} [Sat May 9 02:49:57 2026] GET /v2/images => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/734] 10.0.0.183 () {34 vars in 655 bytes} [Sat May 9 02:49:57 2026] POST /v2/images => generated 702 bytes in 42 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/735] 10.0.0.183 () {32 vars in 717 bytes} [Sat May 9 02:49:57 2026] GET /v2/images/9c95f4ab-3567-414f-a800-066e209cd0d8/file => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 02:49:57.766 8 INFO glance.api.v2.image_data [None req-21a317c1-2c85-44af-9bd0-ea09548d5400 2a48644edb3f42319a9a7fd4232081b9 36d232c15f914a08b41389cdcad454e1 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-09 02:49:57.805 8 WARNING glance_store._drivers.rbd [None req-21a317c1-2c85-44af-9bd0-ea09548d5400 2a48644edb3f42319a9a7fd4232081b9 36d232c15f914a08b41389cdcad454e1 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-05-09 02:49:58.549 8 INFO glance.location [None req-21a317c1-2c85-44af-9bd0-ea09548d5400 2a48644edb3f42319a9a7fd4232081b9 36d232c15f914a08b41389cdcad454e1 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 376/736] 10.0.0.183 () {32 vars in 727 bytes} [Sat May 9 02:49:57 2026] PUT /v2/images/9c95f4ab-3567-414f-a800-066e209cd0d8/file => generated 0 bytes in 852 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/737] 10.0.0.183 () {32 vars in 707 bytes} [Sat May 9 02:49:58 2026] GET /v2/images/9c95f4ab-3567-414f-a800-066e209cd0d8 => generated 1103 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/738] 10.0.0.183 () {32 vars in 717 bytes} [Sat May 9 02:49:58 2026] GET /v2/images/9c95f4ab-3567-414f-a800-066e209cd0d8/file => generated 1024 bytes in 154 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/739] 10.0.0.183 () {34 vars in 655 bytes} [Sat May 9 02:49:58 2026] POST /v2/images => generated 648 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/740] 10.0.0.183 () {32 vars in 726 bytes} [Sat May 9 02:49:58 2026] PATCH /v2/images/b161e92f-3451-429d-a668-f36ff06ada52 => generated 652 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/741] 10.0.0.183 () {32 vars in 707 bytes} [Sat May 9 02:49:58 2026] GET /v2/images/b161e92f-3451-429d-a668-f36ff06ada52 => generated 652 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 02:49:58.918 8 WARNING glance.api.v2.images [None req-c6ccefcb-ce76-4333-8004-8a6bb70f2f2f 2a48644edb3f42319a9a7fd4232081b9 36d232c15f914a08b41389cdcad454e1 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//b161e92f-3451-429d-a668-f36ff06ada52 [pid: 8|app: 0|req: 379/742] 10.0.0.183 () {32 vars in 710 bytes} [Sat May 9 02:49:58 2026] DELETE /v2/images/b161e92f-3451-429d-a668-f36ff06ada52 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/743] 10.0.0.183 () {32 vars in 707 bytes} [Sat May 9 02:49:58 2026] GET /v2/images/b161e92f-3451-429d-a668-f36ff06ada52 => generated 139 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 02:49:59.007 8 WARNING glance.api.v2.images [None req-3823a2bd-1ed7-4e63-9670-88b8f8c6d1b7 2a48644edb3f42319a9a7fd4232081b9 36d232c15f914a08b41389cdcad454e1 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//9c95f4ab-3567-414f-a800-066e209cd0d8 [pid: 8|app: 0|req: 380/744] 10.0.0.183 () {32 vars in 710 bytes} [Sat May 9 02:49:58 2026] DELETE /v2/images/9c95f4ab-3567-414f-a800-066e209cd0d8 => generated 0 bytes in 800 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/745] 10.0.0.183 () {32 vars in 707 bytes} [Sat May 9 02:49:59 2026] GET /v2/images/9c95f4ab-3567-414f-a800-066e209cd0d8 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 02:49:59.833 8 WARNING glance.api.v2.images [None req-dd32b912-a165-4875-a518-edc6eb3f3435 2a48644edb3f42319a9a7fd4232081b9 36d232c15f914a08b41389cdcad454e1 - - default default] Failed to find image a37602f1-a1c1-4ca4-8dfa-8cc64ab3aaef to delete: glance.common.exception.ImageNotFound: No image found with ID a37602f1-a1c1-4ca4-8dfa-8cc64ab3aaef [pid: 8|app: 0|req: 381/746] 10.0.0.183 () {32 vars in 710 bytes} [Sat May 9 02:49:59 2026] DELETE /v2/images/a37602f1-a1c1-4ca4-8dfa-8cc64ab3aaef => generated 147 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/747] 10.0.0.183 () {32 vars in 707 bytes} [Sat May 9 02:49:59 2026] GET /v2/images/a37602f1-a1c1-4ca4-8dfa-8cc64ab3aaef => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/754] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:50:27 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/755] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:50:27 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/756] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:50:28 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 371/757] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:50:28 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/762] 10.0.0.183 () {32 vars in 707 bytes} [Sat May 9 02:50:49 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 374/763] 10.0.0.183 () {32 vars in 707 bytes} [Sat May 9 02:50:49 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/764] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:50:49 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 375/765] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:50:49 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/766] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:50:49 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: 376/767] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:50:49 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 392/768] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:50:49 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/769] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:50:49 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/770] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:50:49 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/771] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:50:49 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: 394/772] 10.0.0.34 () {36 vars in 986 bytes} [Sat May 9 02:50:49 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 379/773] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:50:49 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: 395/774] 10.0.0.34 () {36 vars in 986 bytes} [Sat May 9 02:50:49 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 380/775] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:50:49 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: 396/776] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:50:49 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: 400/783] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:51:19 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 384/784] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:51:19 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: 388/791] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:51:45 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 404/792] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:51: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: 397/809] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:53:06 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 413/810] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:53: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: 399/813] 10.0.0.226 () {36 vars in 987 bytes} [Sat May 9 02:53:14 2026] GET /v2/images/912a79c1-5414-418b-afcc-fba18b6cb2b8 => 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: 415/814] 10.0.0.226 () {36 vars in 927 bytes} [Sat May 9 02:53:14 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: 403/821] 199.204.45.57 () {32 vars in 825 bytes} [Sat May 9 02:53:43 2026] GET /v2/images?status=active&owner=2f477dffc294459aa4bdf3970ffe3cc8&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/822] 199.204.45.57 () {32 vars in 652 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/823] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:53:44 2026] GET /v2/images/d1ade5f4-9d57-4b73-a9e0-4ca8929ca9ec => 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: 420/824] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/825] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/826] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:53:44 2026] GET /v2/images/d1ade5f4-9d57-4b73-a9e0-4ca8929ca9ec => 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: 406/827] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/828] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/829] 10.0.0.90 () {36 vars in 986 bytes} [Sat May 9 02:53:44 2026] GET /v2/images/d1ade5f4-9d57-4b73-a9e0-4ca8929ca9ec => 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: 423/830] 10.0.0.90 () {36 vars in 926 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/831] 10.0.0.34 () {36 vars in 986 bytes} [Sat May 9 02:53:44 2026] GET /v2/images/d1ade5f4-9d57-4b73-a9e0-4ca8929ca9ec => 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: 424/832] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/833] 10.0.0.34 () {36 vars in 986 bytes} [Sat May 9 02:53:44 2026] GET /v2/images/d1ade5f4-9d57-4b73-a9e0-4ca8929ca9ec => generated 1209 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/834] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/835] 10.0.0.34 () {36 vars in 926 bytes} [Sat May 9 02:53:44 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/874] 10.0.0.183 () {32 vars in 633 bytes} [Sat May 9 02:57:02 2026] GET /v2/images => generated 4893 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)