+ 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 [Wed Jul 29 19:54:55 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: glance-api-58b87c86dd-mdmgp machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9292 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f9c33673668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-29 19:54:57.572 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-07-29 19:54:57.577 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-07-29 19:54:58.428 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-07-29 19:54:58.429 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-07-29 19:54:58.430 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-07-29 19:54:58.440 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-07-29 19:54:58.441 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-07-29 19:54:58.441 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-07-29 19:55:00.575 7 WARNING glance.api.v2.images [None req-212db198-d923-45e0-99bf-f5c313813c78 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-07-29 19:55:00.615 8 WARNING glance.api.v2.images [None req-edbb94bb-20db-439f-a616-d198340aa427 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-07-29 19:55:00.952 7 WARNING keystonemiddleware._common.config [None req-212db198-d923-45e0-99bf-f5c313813c78 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-29 19:55:00.971 7 WARNING oslo_config.cfg [None req-212db198-d923-45e0-99bf-f5c313813c78 - - - - - -] 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 0x7f9c33673668 pid: 7 (default app) 2026-07-29 19:55:00.991 8 WARNING keystonemiddleware._common.config [None req-edbb94bb-20db-439f-a616-d198340aa427 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-29 19:55:01.001 8 WARNING oslo_config.cfg [None req-edbb94bb-20db-439f-a616-d198340aa427 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x7f9c33673668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 19:55:02 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 19:55:03.207 8 WARNING oslo_policy.policy [None req-d74a96eb-7e36-4f3f-ab73-ce921ea35336 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 19:55:03.208 8 WARNING oslo_policy.policy [None req-d74a96eb-7e36-4f3f-ab73-ce921ea35336 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 19:55:03.224 8 WARNING oslo_policy.policy [None req-d74a96eb-7e36-4f3f-ab73-ce921ea35336 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 19:55:03.224 8 WARNING oslo_policy.policy [None req-d74a96eb-7e36-4f3f-ab73-ce921ea35336 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 1/5] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 19:55:02 2026] GET /v2/images => generated 69 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/6] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 19:55:07 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/7] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 19:55:07 2026] GET /v2/images => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 19:55:07.223 7 WARNING oslo_policy.policy [None req-a9cd8f1b-ed72-4886-8534-a518b2c896e0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 19:55:07.223 7 WARNING oslo_policy.policy [None req-a9cd8f1b-ed72-4886-8534-a518b2c896e0 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - 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/8] 162.253.55.222 () {44 vars in 912 bytes} [Wed Jul 29 19:55:07 2026] GET /v2/images/cirros => generated 151 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 162.253.55.222 () {44 vars in 934 bytes} [Wed Jul 29 19:55:07 2026] GET /v2/images?name=cirros => generated 81 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:55:07.364 7 WARNING oslo_policy.policy [None req-f773fef6-809d-43c6-ba58-c953e019b41b f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 19:55:07.365 7 WARNING oslo_policy.policy [None req-f773fef6-809d-43c6-ba58-c953e019b41b f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - 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/10] 162.253.55.222 () {44 vars in 940 bytes} [Wed Jul 29 19:55:07 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:55:07.475 8 WARNING oslo_config.cfg [None req-ae7730a3-e9bc-4dc1-95ad-db84ae2a62cc f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 4/11] 162.253.55.222 () {48 vars in 952 bytes} [Wed Jul 29 19:55:07 2026] POST /v2/images => generated 760 bytes in 80 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-07-29 19:55:07.498 7 WARNING oslo_policy.policy [None req-733c9e8d-159f-4bc5-9fc9-b4612fb31130 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 19:55:07.499 7 WARNING oslo_policy.policy [None req-733c9e8d-159f-4bc5-9fc9-b4612fb31130 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 19:55:07.501 7 INFO glance.api.v2.image_data [None req-733c9e8d-159f-4bc5-9fc9-b4612fb31130 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-29 19:55:10.967 7 WARNING glance.location [None req-733c9e8d-159f-4bc5-9fc9-b4612fb31130 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/14] 162.253.55.222 () {48 vars in 1046 bytes} [Wed Jul 29 19:55:07 2026] PUT /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221/file => generated 0 bytes in 3558 msecs (HTTP/1.1 204) 4 headers in 171 bytes (6230 switches on core 0) [pid: 8|app: 0|req: 7/15] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 19:55:11 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 19:55:11.185 7 WARNING oslo_config.cfg [None req-ec5ef751-fd2e-459b-9300-9f6a2319ba3f f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - 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/16] 162.253.55.222 () {48 vars in 1052 bytes} [Wed Jul 29 19:55:11 2026] PATCH /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/17] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 19:55:11 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 20:25:20 2026] GET / => generated 1312 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 20:25:20 2026] GET /v2/images => generated 1381 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 20:25:41 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 20:25:41 2026] GET /v2/images => generated 1381 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 162.253.55.222 () {44 vars in 938 bytes} [Wed Jul 29 20:25:41 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 162.253.55.222 () {44 vars in 960 bytes} [Wed Jul 29 20:25:41 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: 195/390] 162.253.55.222 () {44 vars in 940 bytes} [Wed Jul 29 20:25:41 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: 7|app: 0|req: 196/391] 162.253.55.222 () {48 vars in 952 bytes} [Wed Jul 29 20:25:41 2026] POST /v2/images => generated 796 bytes in 1470 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-07-29 20:25:43.033 8 WARNING oslo_policy.policy [None req-fcaf8c8e-ecf0-40e3-9692-dc6b1513dd08 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 20:25:43.033 8 WARNING oslo_policy.policy [None req-fcaf8c8e-ecf0-40e3-9692-dc6b1513dd08 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-29 20:25:43.036 8 INFO glance.api.v2.image_data [None req-fcaf8c8e-ecf0-40e3-9692-dc6b1513dd08 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-29 20:26:16.194 8 WARNING glance.location [None req-fcaf8c8e-ecf0-40e3-9692-dc6b1513dd08 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 196/398] 162.253.55.222 () {48 vars in 1047 bytes} [Wed Jul 29 20:25:43 2026] PUT /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f/file => generated 0 bytes in 33257 msecs (HTTP/1.1 204) 4 headers in 171 bytes (58822 switches on core 0) [pid: 7|app: 0|req: 203/399] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 20:26:16 2026] GET /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/400] 162.253.55.222 () {48 vars in 1052 bytes} [Wed Jul 29 20:26:16 2026] PATCH /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f => generated 1395 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/401] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 20:26:16 2026] GET /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f => generated 1395 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/402] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 20:26:18 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/403] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 20:26:18 2026] GET /v2/images => generated 2778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/542] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 20:37:41 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/543] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 20:37:41 2026] GET /v2/images => generated 2778 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/546] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 20:37:57 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/547] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 20:37:57 2026] GET /v2/images => generated 2778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/548] 162.253.55.222 () {44 vars in 948 bytes} [Wed Jul 29 20:37:57 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/549] 162.253.55.222 () {44 vars in 970 bytes} [Wed Jul 29 20:37:57 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: 279/550] 162.253.55.222 () {44 vars in 940 bytes} [Wed Jul 29 20:37:57 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/551] 162.253.55.222 () {48 vars in 952 bytes} [Wed Jul 29 20:37:57 2026] POST /v2/images => generated 799 bytes in 1028 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-07-29 20:37:58.901 7 INFO glance.api.v2.image_data [None req-4f8e06d1-b22b-4167-ad34-ead183623817 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-29 20:38:39.631 7 INFO glance.location [None req-4f8e06d1-b22b-4167-ad34-ead183623817 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 280/560] 162.253.55.222 () {48 vars in 1046 bytes} [Wed Jul 29 20:37:58 2026] PUT /v2/images/286acaa9-6f50-45dd-8b99-1d2ec349e808/file => generated 0 bytes in 40830 msecs (HTTP/1.1 204) 4 headers in 171 bytes (23220 switches on core 0) [pid: 8|app: 0|req: 281/561] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 20:38:39 2026] GET /v2/images/286acaa9-6f50-45dd-8b99-1d2ec349e808 => generated 1211 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/562] 162.253.55.222 () {48 vars in 1052 bytes} [Wed Jul 29 20:38:39 2026] PATCH /v2/images/286acaa9-6f50-45dd-8b99-1d2ec349e808 => generated 1410 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/563] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 20:38:39 2026] GET /v2/images/286acaa9-6f50-45dd-8b99-1d2ec349e808 => generated 1410 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/574] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 20:39:29 2026] GET / => generated 1312 bytes in 14 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/575] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 20:39:29 2026] GET /v2/images => generated 4190 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/582] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 20:39:52 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/583] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 20:39:52 2026] GET /v2/images => generated 4190 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/584] 162.253.55.222 () {44 vars in 940 bytes} [Wed Jul 29 20:39:52 2026] GET /v2/images/manila-service-image => generated 165 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/585] 162.253.55.222 () {44 vars in 962 bytes} [Wed Jul 29 20:39:52 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: 8|app: 0|req: 294/586] 162.253.55.222 () {44 vars in 940 bytes} [Wed Jul 29 20:39:52 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/587] 162.253.55.222 () {48 vars in 952 bytes} [Wed Jul 29 20:39:52 2026] POST /v2/images => generated 791 bytes in 82 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-07-29 20:39:52.281 8 INFO glance.api.v2.image_data [None req-a10a8597-c041-45e2-913f-31284f9b34f5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-29 20:40:11.239 8 INFO glance.location [None req-a10a8597-c041-45e2-913f-31284f9b34f5 f92147a9bb754594b3fca89b5bfa188f 3ea8d1a47d2c4b99890a3d48f07525fa - - default default] Image format matched and virtual size computed: 2976251904 [pid: 8|app: 0|req: 295/592] 162.253.55.222 () {48 vars in 1047 bytes} [Wed Jul 29 20:39:52 2026] PUT /v2/images/17eacb17-4bd4-465d-8c9b-c0c654593853/file => generated 0 bytes in 19043 msecs (HTTP/1.1 204) 4 headers in 171 bytes (26367 switches on core 0) [pid: 7|app: 0|req: 298/593] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 20:40:11 2026] GET /v2/images/17eacb17-4bd4-465d-8c9b-c0c654593853 => generated 1204 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/594] 162.253.55.222 () {48 vars in 1052 bytes} [Wed Jul 29 20:40:11 2026] PATCH /v2/images/17eacb17-4bd4-465d-8c9b-c0c654593853 => generated 1382 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/595] 162.253.55.222 () {44 vars in 972 bytes} [Wed Jul 29 20:40:11 2026] GET /v2/images/17eacb17-4bd4-465d-8c9b-c0c654593853 => generated 1382 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/828] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 20:59:37 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/829] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 20:59:37 2026] GET /v2/images => generated 5574 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/862] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 21:02:16 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/863] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 21:02:16 2026] GET /v2/images => generated 5574 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/864] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 21:02:18 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/865] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 21:02:18 2026] GET /v2/images => generated 5574 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/878] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 21:03:14 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/879] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 21:03:14 2026] GET /v2/images => generated 5574 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/882] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 21:03:24 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/883] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 21:03:24 2026] GET /v2/images => generated 5574 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/902] 162.253.55.222 () {42 vars in 689 bytes} [Wed Jul 29 21:04:55 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/903] 162.253.55.222 () {44 vars in 911 bytes} [Wed Jul 29 21:04:55 2026] GET /v2/images => generated 5574 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: glance. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 459/914] 10.0.0.76 () {32 vars in 632 bytes} [Wed Jul 29 21:05:41 2026] GET /v2/images => generated 5574 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/919] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:06:06 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: glance. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 458/920] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:06:06 2026] GET /v2/schemas/image => generated 4018 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/921] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:06:09 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/922] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:06:09 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: 465/925] 162.253.55.222 () {36 vars in 991 bytes} [Wed Jul 29 21:06:14 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/926] 162.253.55.222 () {36 vars in 931 bytes} [Wed Jul 29 21:06: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: 466/927] 162.253.55.222 () {36 vars in 991 bytes} [Wed Jul 29 21:06:15 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/928] 162.253.55.222 () {36 vars in 931 bytes} [Wed Jul 29 21:06:15 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: 468/931] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:06:23 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/932] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:06:23 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: 469/933] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:06:25 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/934] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:06:25 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/935] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:06:25 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: 466/936] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:06:25 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/937] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:06:25 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/938] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:06:25 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: 472/939] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:06:25 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/940] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:06:25 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: 473/941] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:06:25 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/942] 10.0.0.213 () {36 vars in 911 bytes} [Wed Jul 29 21:06:26 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/943] 10.0.0.213 () {36 vars in 1007 bytes} [Wed Jul 29 21:06:26 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221/locations => generated 127 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/944] 10.0.0.213 () {36 vars in 987 bytes} [Wed Jul 29 21:06:26 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/945] 10.0.0.213 () {36 vars in 927 bytes} [Wed Jul 29 21:06:26 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: 471/946] 10.0.0.213 () {36 vars in 927 bytes} [Wed Jul 29 21:06:26 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: 475/953] 10.0.0.76 () {30 vars in 410 bytes} [Wed Jul 29 21:06:58 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/956] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:07:01 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/957] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:07:01 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: 483/962] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:07:29 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/963] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:07:29 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: 486/968] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:07:45 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/969] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:07: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: 7|app: 0|req: 492/980] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:08:30 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/981] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:08:30 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: 494/984] 10.0.0.76 () {34 vars in 654 bytes} [Wed Jul 29 21:08:40 2026] POST /v2/images => generated 648 bytes in 324 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-07-29 21:08:41.090 8 WARNING glance.api.v2.images [None req-745563c3-a8a3-41c4-b35f-322d94efa637 6f818beb5d8446849ef62e51aeb25c0b e57d9e74e4374a35bc36be6ea8922013 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//0043d144-c6ec-4fac-8747-3968ea1d431a [pid: 8|app: 0|req: 491/985] 10.0.0.76 () {32 vars in 709 bytes} [Wed Jul 29 21:08:41 2026] DELETE /v2/images/0043d144-c6ec-4fac-8747-3968ea1d431a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/986] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:08:41 2026] GET /v2/images/0043d144-c6ec-4fac-8747-3968ea1d431a => 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: 492/987] 10.0.0.76 () {32 vars in 632 bytes} [Wed Jul 29 21:08:41 2026] GET /v2/images => generated 1381 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/988] 10.0.0.76 () {34 vars in 654 bytes} [Wed Jul 29 21:08:41 2026] POST /v2/images => generated 703 bytes in 85 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/989] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:08:41 2026] GET /v2/images/90a8a9f6-5c5c-4d4f-b0f8-ac41079ab205/file => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 21:08:41.380 7 INFO glance.api.v2.image_data [None req-8912a80e-42a4-43ed-8ada-6f6fc42f0205 6f818beb5d8446849ef62e51aeb25c0b e57d9e74e4374a35bc36be6ea8922013 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-29 21:08:41.481 7 WARNING glance_store._drivers.rbd [None req-8912a80e-42a4-43ed-8ada-6f6fc42f0205 6f818beb5d8446849ef62e51aeb25c0b e57d9e74e4374a35bc36be6ea8922013 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-07-29 21:08:42.171 7 INFO glance.location [None req-8912a80e-42a4-43ed-8ada-6f6fc42f0205 6f818beb5d8446849ef62e51aeb25c0b e57d9e74e4374a35bc36be6ea8922013 - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 497/990] 10.0.0.76 () {32 vars in 726 bytes} [Wed Jul 29 21:08:41 2026] PUT /v2/images/90a8a9f6-5c5c-4d4f-b0f8-ac41079ab205/file => generated 0 bytes in 888 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/991] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:08:42 2026] GET /v2/images/90a8a9f6-5c5c-4d4f-b0f8-ac41079ab205 => generated 1104 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/992] 10.0.0.76 () {32 vars in 716 bytes} [Wed Jul 29 21:08:42 2026] GET /v2/images/90a8a9f6-5c5c-4d4f-b0f8-ac41079ab205/file => generated 1024 bytes in 171 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/993] 10.0.0.76 () {34 vars in 654 bytes} [Wed Jul 29 21:08:42 2026] POST /v2/images => generated 649 bytes in 88 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/994] 10.0.0.76 () {32 vars in 725 bytes} [Wed Jul 29 21:08:42 2026] PATCH /v2/images/767a1423-7443-47e7-8a51-e6290d99c594 => generated 653 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/995] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:08:42 2026] GET /v2/images/767a1423-7443-47e7-8a51-e6290d99c594 => generated 653 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 21:08:42.694 7 WARNING glance.api.v2.images [None req-64990e62-7ff8-4bdc-a0d3-8eec4f37c933 6f818beb5d8446849ef62e51aeb25c0b e57d9e74e4374a35bc36be6ea8922013 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//767a1423-7443-47e7-8a51-e6290d99c594 [pid: 7|app: 0|req: 500/996] 10.0.0.76 () {32 vars in 709 bytes} [Wed Jul 29 21:08:42 2026] DELETE /v2/images/767a1423-7443-47e7-8a51-e6290d99c594 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/997] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:08:42 2026] GET /v2/images/767a1423-7443-47e7-8a51-e6290d99c594 => generated 139 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:08:42.842 7 WARNING glance.api.v2.images [None req-c6875900-e2b0-4b40-a13a-adf33362a4cf 6f818beb5d8446849ef62e51aeb25c0b e57d9e74e4374a35bc36be6ea8922013 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//90a8a9f6-5c5c-4d4f-b0f8-ac41079ab205 [pid: 7|app: 0|req: 501/998] 10.0.0.76 () {32 vars in 709 bytes} [Wed Jul 29 21:08:42 2026] DELETE /v2/images/90a8a9f6-5c5c-4d4f-b0f8-ac41079ab205 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/999] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:08:43 2026] GET /v2/images/90a8a9f6-5c5c-4d4f-b0f8-ac41079ab205 => generated 139 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 21:08:43.696 7 WARNING glance.api.v2.images [None req-c9d83a6b-0824-4913-b538-ba3f4c0b2214 6f818beb5d8446849ef62e51aeb25c0b e57d9e74e4374a35bc36be6ea8922013 - - default default] Failed to find image 0043d144-c6ec-4fac-8747-3968ea1d431a to delete: glance.common.exception.ImageNotFound: No image found with ID 0043d144-c6ec-4fac-8747-3968ea1d431a [pid: 7|app: 0|req: 502/1000] 10.0.0.76 () {32 vars in 709 bytes} [Wed Jul 29 21:08:43 2026] DELETE /v2/images/0043d144-c6ec-4fac-8747-3968ea1d431a => generated 147 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1001] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:08:43 2026] GET /v2/images/0043d144-c6ec-4fac-8747-3968ea1d431a => generated 139 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1016] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:09:58 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1017] 10.0.0.76 () {32 vars in 706 bytes} [Wed Jul 29 21:09:58 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1018] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:09:58 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1019] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:09:58 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: 512/1020] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:09:58 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1021] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:09:58 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1022] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:09:58 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: 510/1023] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:09:58 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: 514/1024] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:09:58 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1025] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:09:58 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1026] 10.0.0.213 () {36 vars in 911 bytes} [Wed Jul 29 21:09:58 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1027] 10.0.0.213 () {36 vars in 1007 bytes} [Wed Jul 29 21:09:58 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221/locations => generated 127 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1028] 10.0.0.213 () {36 vars in 987 bytes} [Wed Jul 29 21:09:59 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1029] 10.0.0.213 () {36 vars in 927 bytes} [Wed Jul 29 21:09:59 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1030] 10.0.0.213 () {36 vars in 927 bytes} [Wed Jul 29 21:09:59 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: 518/1039] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:10:30 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1040] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:10:30 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: 527/1049] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:11:13 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1050] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:11:13 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: 528/1051] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:11:15 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1052] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:11:15 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: 527/1057] 10.0.0.147 () {36 vars in 987 bytes} [Wed Jul 29 21:11:33 2026] GET /v2/images/fbc1873e-6309-4c2a-800b-6cde77099221 => generated 1312 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1058] 10.0.0.147 () {36 vars in 927 bytes} [Wed Jul 29 21:11:33 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1069] 162.253.55.222 () {32 vars in 826 bytes} [Wed Jul 29 21:12:23 2026] GET /v2/images?status=active&owner=3ea8d1a47d2c4b99890a3d48f07525fa&limit=2&tag=amphora&sort=created_at:desc => generated 1560 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1070] 162.253.55.222 () {32 vars in 653 bytes} [Wed Jul 29 21:12:23 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: 534/1071] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:12:23 2026] GET /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f => generated 1395 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1072] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:12:23 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: 535/1073] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:12:23 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: 539/1074] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:12:23 2026] GET /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f => generated 1395 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1075] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:12:23 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: 540/1076] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:12:23 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: 537/1077] 10.0.0.59 () {36 vars in 986 bytes} [Wed Jul 29 21:12:23 2026] GET /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f => generated 1395 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1078] 10.0.0.59 () {36 vars in 926 bytes} [Wed Jul 29 21:12:23 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: 538/1079] 10.0.0.213 () {36 vars in 911 bytes} [Wed Jul 29 21:12:24 2026] GET /versions => generated 1312 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1080] 10.0.0.213 () {36 vars in 1007 bytes} [Wed Jul 29 21:12:24 2026] GET /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f/locations => generated 127 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1081] 10.0.0.213 () {36 vars in 987 bytes} [Wed Jul 29 21:12:24 2026] GET /v2/images/d2714006-d444-4928-bfe5-44b3104ad73f => generated 1395 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1082] 10.0.0.213 () {36 vars in 927 bytes} [Wed Jul 29 21:12:24 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: 540/1083] 10.0.0.213 () {36 vars in 927 bytes} [Wed Jul 29 21:12:24 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: 566/1134] 10.0.0.76 () {32 vars in 632 bytes} [Wed Jul 29 21:16:31 2026] GET /v2/images => generated 5574 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)