+ 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 [Mon Jun 8 22:34:41 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: glance-api-b7d647cd4-xf9kx 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fd6f957d668 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-06-08 22:34:43.295 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-06-08 22:34:43.306 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-06-08 22:34:44.142 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-06-08 22:34:44.143 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-06-08 22:34:44.144 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-06-08 22:34:44.185 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-06-08 22:34:44.186 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-06-08 22:34:44.186 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-06-08 22:34:46.261 7 WARNING glance.api.v2.images [None req-99867e49-be28-4fb3-a047-77ac1350aacb - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-08 22:34:46.305 8 WARNING glance.api.v2.images [None req-05f72105-d140-4d34-8895-e1218449f119 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-08 22:34:46.613 7 WARNING keystonemiddleware._common.config [None req-99867e49-be28-4fb3-a047-77ac1350aacb - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-08 22:34:46.622 7 WARNING oslo_config.cfg [None req-99867e49-be28-4fb3-a047-77ac1350aacb - - - - - -] 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 0x7fd6f957d668 pid: 7 (default app) 2026-06-08 22:34:46.648 8 WARNING keystonemiddleware._common.config [None req-05f72105-d140-4d34-8895-e1218449f119 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-08 22:34:46.661 8 WARNING oslo_config.cfg [None req-05f72105-d140-4d34-8895-e1218449f119 - - - - - -] 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 0x7fd6f957d668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 22:34:47 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-06-08 22:34:47.541 8 WARNING oslo_policy.policy [None req-a345a408-624d-49a9-a109-0d16adf70b27 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:34:47.541 8 WARNING oslo_policy.policy [None req-a345a408-624d-49a9-a109-0d16adf70b27 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:34:47.556 8 WARNING oslo_policy.policy [None req-a345a408-624d-49a9-a109-0d16adf70b27 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:34:47.556 8 WARNING oslo_policy.policy [None req-a345a408-624d-49a9-a109-0d16adf70b27 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - 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] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 22:34:47 2026] GET /v2/images => generated 69 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/6] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 22:34:51 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] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 22:34:51 2026] GET /v2/images => generated 69 bytes in 41 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-06-08 22:34:51.280 7 WARNING oslo_policy.policy [None req-6d7042be-8584-402e-a221-229c80078179 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:34:51.281 7 WARNING oslo_policy.policy [None req-6d7042be-8584-402e-a221-229c80078179 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - 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] 199.204.45.138 () {44 vars in 911 bytes} [Mon Jun 8 22:34:51 2026] GET /v2/images/cirros => generated 151 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.138 () {44 vars in 933 bytes} [Mon Jun 8 22:34:51 2026] GET /v2/images?name=cirros => generated 81 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-08 22:34:51.403 7 WARNING oslo_policy.policy [None req-b351f1ff-168a-43d2-8e35-6e4e4a87fbe6 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:34:51.403 7 WARNING oslo_policy.policy [None req-b351f1ff-168a-43d2-8e35-6e4e4a87fbe6 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - 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] 199.204.45.138 () {44 vars in 939 bytes} [Mon Jun 8 22:34:51 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) 2026-06-08 22:34:51.484 8 WARNING oslo_config.cfg [None req-d3651339-26e4-442e-bd31-6c4c5ab5f16a 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - 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] 199.204.45.138 () {48 vars in 951 bytes} [Mon Jun 8 22:34:51 2026] POST /v2/images => generated 760 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-08 22:34:51.501 7 WARNING oslo_policy.policy [None req-2798609d-9802-469a-85a0-e9bee59b33bc 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:34:51.501 7 WARNING oslo_policy.policy [None req-2798609d-9802-469a-85a0-e9bee59b33bc 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:34:51.502 7 INFO glance.api.v2.image_data [None req-2798609d-9802-469a-85a0-e9bee59b33bc 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-08 22:34:55.359 7 WARNING glance.location [None req-2798609d-9802-469a-85a0-e9bee59b33bc 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/12] 199.204.45.138 () {48 vars in 1045 bytes} [Mon Jun 8 22:34:51 2026] PUT /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d/file => generated 0 bytes in 3894 msecs (HTTP/1.1 204) 4 headers in 171 bytes (6989 switches on core 0) [pid: 8|app: 0|req: 5/13] 199.204.45.138 () {44 vars in 971 bytes} [Mon Jun 8 22:34:55 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-08 22:34:55.497 7 WARNING oslo_config.cfg [None req-62a3232d-425b-4024-b269-3262f99e791c 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - 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/14] 199.204.45.138 () {48 vars in 1051 bytes} [Mon Jun 8 22:34:55 2026] PATCH /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.138 () {44 vars in 971 bytes} [Mon Jun 8 22:34:55 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 131/264] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 22:55:27 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: 134/265] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 22:55:27 2026] GET /v2/images => generated 1381 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/272] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 22:56:00 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: 138/273] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 22:56:00 2026] GET /v2/images => generated 1381 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/274] 199.204.45.138 () {44 vars in 937 bytes} [Mon Jun 8 22:56:00 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/275] 199.204.45.138 () {44 vars in 959 bytes} [Mon Jun 8 22:56:00 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/276] 199.204.45.138 () {44 vars in 939 bytes} [Mon Jun 8 22:56:00 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/277] 199.204.45.138 () {48 vars in 951 bytes} [Mon Jun 8 22:56:00 2026] POST /v2/images => generated 796 bytes in 233 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-08 22:56:00.713 8 WARNING oslo_policy.policy [None req-158249c4-4130-4e7d-a8ca-dada92e4db5c 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:56:00.713 8 WARNING oslo_policy.policy [None req-158249c4-4130-4e7d-a8ca-dada92e4db5c 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-08 22:56:00.715 8 INFO glance.api.v2.image_data [None req-158249c4-4130-4e7d-a8ca-dada92e4db5c 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-08 22:56:26.666 8 WARNING glance.location [None req-158249c4-4130-4e7d-a8ca-dada92e4db5c 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 138/284] 199.204.45.138 () {48 vars in 1046 bytes} [Mon Jun 8 22:56:00 2026] PUT /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf/file => generated 0 bytes in 26009 msecs (HTTP/1.1 204) 4 headers in 171 bytes (64957 switches on core 0) [pid: 7|app: 0|req: 147/285] 199.204.45.138 () {44 vars in 971 bytes} [Mon Jun 8 22:56:26 2026] GET /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/286] 199.204.45.138 () {48 vars in 1051 bytes} [Mon Jun 8 22:56:26 2026] PATCH /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf => generated 1395 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/287] 199.204.45.138 () {44 vars in 971 bytes} [Mon Jun 8 22:56:26 2026] GET /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf => generated 1395 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/288] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 22:56:28 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: 149/289] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 22:56:28 2026] GET /v2/images => generated 2778 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/372] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:03:17 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: 191/373] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:03:17 2026] GET /v2/images => generated 2778 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/376] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:03:32 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: 184/377] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:03:32 2026] GET /v2/images => generated 2778 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/378] 199.204.45.138 () {44 vars in 947 bytes} [Mon Jun 8 23:03:32 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/379] 199.204.45.138 () {44 vars in 969 bytes} [Mon Jun 8 23:03:32 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/380] 199.204.45.138 () {44 vars in 939 bytes} [Mon Jun 8 23:03:32 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/381] 199.204.45.138 () {48 vars in 951 bytes} [Mon Jun 8 23:03:32 2026] POST /v2/images => generated 799 bytes in 310 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-08 23:03:32.583 7 INFO glance.api.v2.image_data [None req-eae5b98c-20c3-4008-94c7-7cd5d82db2ca 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-08 23:03:54.126 7 INFO glance.location [None req-eae5b98c-20c3-4008-94c7-7cd5d82db2ca 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 196/386] 199.204.45.138 () {48 vars in 1045 bytes} [Mon Jun 8 23:03:32 2026] PUT /v2/images/a2b778ad-d102-457c-89a9-3d535a9c43d0/file => generated 0 bytes in 21604 msecs (HTTP/1.1 204) 4 headers in 171 bytes (34355 switches on core 0) [pid: 8|app: 0|req: 191/387] 199.204.45.138 () {44 vars in 971 bytes} [Mon Jun 8 23:03:54 2026] GET /v2/images/a2b778ad-d102-457c-89a9-3d535a9c43d0 => 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: 197/388] 199.204.45.138 () {48 vars in 1051 bytes} [Mon Jun 8 23:03:54 2026] PATCH /v2/images/a2b778ad-d102-457c-89a9-3d535a9c43d0 => generated 1410 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/389] 199.204.45.138 () {44 vars in 971 bytes} [Mon Jun 8 23:03:54 2026] GET /v2/images/a2b778ad-d102-457c-89a9-3d535a9c43d0 => generated 1410 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/398] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:04:32 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: 197/399] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:04:32 2026] GET /v2/images => generated 4190 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/406] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:04: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: 201/407] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:04:57 2026] GET /v2/images => generated 4190 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/408] 199.204.45.138 () {44 vars in 939 bytes} [Mon Jun 8 23:04:57 2026] GET /v2/images/manila-service-image => generated 165 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/409] 199.204.45.138 () {44 vars in 961 bytes} [Mon Jun 8 23:04:57 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/410] 199.204.45.138 () {44 vars in 939 bytes} [Mon Jun 8 23:04:57 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/411] 199.204.45.138 () {48 vars in 951 bytes} [Mon Jun 8 23:04:57 2026] POST /v2/images => generated 791 bytes in 106 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-08 23:04:57.722 7 INFO glance.api.v2.image_data [None req-343dbe5d-24d3-4f90-bfef-49377fce367a 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-08 23:05:23.261 7 INFO glance.location [None req-343dbe5d-24d3-4f90-bfef-49377fce367a 2b9c028663b34cfdb87f1ed21ed69034 c12ceecdb6e3412fad691971c81aad29 - - default default] Image format matched and virtual size computed: 2976251904 [pid: 7|app: 0|req: 209/416] 199.204.45.138 () {48 vars in 1046 bytes} [Mon Jun 8 23:04:57 2026] PUT /v2/images/106d8612-8893-4f31-bfb7-dde9cd2b3c20/file => generated 0 bytes in 25582 msecs (HTTP/1.1 204) 4 headers in 171 bytes (26442 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.204.45.138 () {44 vars in 971 bytes} [Mon Jun 8 23:05:23 2026] GET /v2/images/106d8612-8893-4f31-bfb7-dde9cd2b3c20 => 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: 210/418] 199.204.45.138 () {48 vars in 1051 bytes} [Mon Jun 8 23:05:23 2026] PATCH /v2/images/106d8612-8893-4f31-bfb7-dde9cd2b3c20 => generated 1382 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/419] 199.204.45.138 () {44 vars in 971 bytes} [Mon Jun 8 23:05:23 2026] GET /v2/images/106d8612-8893-4f31-bfb7-dde9cd2b3c20 => generated 1382 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/576] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:18:16 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: 289/577] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:18:16 2026] GET /v2/images => generated 5574 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/604] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:20:33 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: 303/605] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:20:33 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: 8|app: 0|req: 303/606] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:20:35 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: 304/607] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:20:35 2026] GET /v2/images => generated 5574 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/618] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:21:25 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: 310/619] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:21:25 2026] GET /v2/images => generated 5574 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/622] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:21:33 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: 311/623] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:21:33 2026] GET /v2/images => generated 5574 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/636] 199.204.45.138 () {42 vars in 688 bytes} [Mon Jun 8 23:22:32 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: 319/637] 199.204.45.138 () {44 vars in 910 bytes} [Mon Jun 8 23:22:32 2026] GET /v2/images => generated 5574 bytes in 49 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: 323/646] 10.0.0.127 () {32 vars in 632 bytes} [Mon Jun 8 23:23:15 2026] GET /v2/images => generated 5574 bytes in 18 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: 326/651] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:23:34 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/652] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:23:34 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: 327/653] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:23:34 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/654] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:23:34 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: 328/655] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:23:34 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/656] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:23:34 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 329/657] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:23:34 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: 329/658] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:23:34 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: 330/659] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:23:35 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 330/660] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:23:35 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: 331/661] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:23:35 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: 331/662] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:23:35 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/663] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:23:35 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: 332/664] 10.0.0.162 () {36 vars in 986 bytes} [Mon Jun 8 23:23:35 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/665] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:23:36 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: 333/666] 10.0.0.162 () {36 vars in 986 bytes} [Mon Jun 8 23:23:36 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 334/667] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:23:36 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: 334/668] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:23:36 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: 336/671] 199.204.45.138 () {36 vars in 990 bytes} [Mon Jun 8 23:23:42 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/672] 199.204.45.138 () {36 vars in 930 bytes} [Mon Jun 8 23:23:42 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/673] 199.204.45.138 () {36 vars in 990 bytes} [Mon Jun 8 23:23:42 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/674] 199.204.45.138 () {36 vars in 930 bytes} [Mon Jun 8 23:23:42 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: 340/679] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:24:00 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/680] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:24:00 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/683] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:24:12 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/684] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:24:12 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: 344/687] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:24:19 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/688] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:24:19 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: 350/699] 10.0.0.127 () {34 vars in 654 bytes} [Mon Jun 8 23:25:08 2026] POST /v2/images => generated 648 bytes in 150 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-06-08 23:25:08.512 8 WARNING glance.api.v2.images [None req-bf341370-0c9b-411c-8d77-7f386aada488 4fe43122e301436aa29a1e13acb080d3 8ef33261d0ff46cb816b1a26f5211247 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//1ec43fbb-b323-4d59-bd6b-603c2fd148f9 [pid: 8|app: 0|req: 350/700] 10.0.0.127 () {32 vars in 709 bytes} [Mon Jun 8 23:25:08 2026] DELETE /v2/images/1ec43fbb-b323-4d59-bd6b-603c2fd148f9 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/701] 10.0.0.127 () {32 vars in 706 bytes} [Mon Jun 8 23:25:08 2026] GET /v2/images/1ec43fbb-b323-4d59-bd6b-603c2fd148f9 => generated 139 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/702] 10.0.0.127 () {32 vars in 632 bytes} [Mon Jun 8 23:25:08 2026] GET /v2/images => generated 1381 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/703] 10.0.0.127 () {34 vars in 654 bytes} [Mon Jun 8 23:25:08 2026] POST /v2/images => generated 703 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/704] 10.0.0.127 () {32 vars in 716 bytes} [Mon Jun 8 23:25:08 2026] GET /v2/images/c0e27ff3-2283-4449-adcd-8986cd269787/file => generated 0 bytes in 15 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-08 23:25:08.711 7 INFO glance.api.v2.image_data [None req-840a8711-493b-40fb-900c-23abcf19fe3a 4fe43122e301436aa29a1e13acb080d3 8ef33261d0ff46cb816b1a26f5211247 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-08 23:25:08.756 7 WARNING glance_store._drivers.rbd [None req-840a8711-493b-40fb-900c-23abcf19fe3a 4fe43122e301436aa29a1e13acb080d3 8ef33261d0ff46cb816b1a26f5211247 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-06-08 23:25:09.741 7 INFO glance.location [None req-840a8711-493b-40fb-900c-23abcf19fe3a 4fe43122e301436aa29a1e13acb080d3 8ef33261d0ff46cb816b1a26f5211247 - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 353/705] 10.0.0.127 () {32 vars in 726 bytes} [Mon Jun 8 23:25:08 2026] PUT /v2/images/c0e27ff3-2283-4449-adcd-8986cd269787/file => generated 0 bytes in 1082 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/706] 10.0.0.127 () {32 vars in 706 bytes} [Mon Jun 8 23:25:09 2026] GET /v2/images/c0e27ff3-2283-4449-adcd-8986cd269787 => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/707] 10.0.0.127 () {32 vars in 716 bytes} [Mon Jun 8 23:25:09 2026] GET /v2/images/c0e27ff3-2283-4449-adcd-8986cd269787/file => generated 1024 bytes in 169 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/708] 10.0.0.127 () {34 vars in 654 bytes} [Mon Jun 8 23:25:09 2026] POST /v2/images => generated 648 bytes in 41 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/709] 10.0.0.127 () {32 vars in 725 bytes} [Mon Jun 8 23:25:09 2026] PATCH /v2/images/93c663eb-1eb1-4af9-a974-edc4e5fa8a9f => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/710] 10.0.0.127 () {32 vars in 706 bytes} [Mon Jun 8 23:25:10 2026] GET /v2/images/93c663eb-1eb1-4af9-a974-edc4e5fa8a9f => generated 651 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-08 23:25:10.115 7 WARNING glance.api.v2.images [None req-3548c89a-b39a-45ed-b5d0-e0aed3cf43c6 4fe43122e301436aa29a1e13acb080d3 8ef33261d0ff46cb816b1a26f5211247 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//93c663eb-1eb1-4af9-a974-edc4e5fa8a9f [pid: 7|app: 0|req: 356/711] 10.0.0.127 () {32 vars in 709 bytes} [Mon Jun 8 23:25:10 2026] DELETE /v2/images/93c663eb-1eb1-4af9-a974-edc4e5fa8a9f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/712] 10.0.0.127 () {32 vars in 706 bytes} [Mon Jun 8 23:25:10 2026] GET /v2/images/93c663eb-1eb1-4af9-a974-edc4e5fa8a9f => generated 139 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-08 23:25:10.257 7 WARNING glance.api.v2.images [None req-0f77240e-2521-468d-863b-5b151acd548a 4fe43122e301436aa29a1e13acb080d3 8ef33261d0ff46cb816b1a26f5211247 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//c0e27ff3-2283-4449-adcd-8986cd269787 [pid: 7|app: 0|req: 357/713] 10.0.0.127 () {32 vars in 709 bytes} [Mon Jun 8 23:25:10 2026] DELETE /v2/images/c0e27ff3-2283-4449-adcd-8986cd269787 => generated 0 bytes in 720 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/714] 10.0.0.127 () {32 vars in 706 bytes} [Mon Jun 8 23:25:10 2026] GET /v2/images/c0e27ff3-2283-4449-adcd-8986cd269787 => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-08 23:25:10.995 7 WARNING glance.api.v2.images [None req-a9b2fe00-5930-44b7-b5be-c9dd75698403 4fe43122e301436aa29a1e13acb080d3 8ef33261d0ff46cb816b1a26f5211247 - - default default] Failed to find image 1ec43fbb-b323-4d59-bd6b-603c2fd148f9 to delete: glance.common.exception.ImageNotFound: No image found with ID 1ec43fbb-b323-4d59-bd6b-603c2fd148f9 [pid: 7|app: 0|req: 358/715] 10.0.0.127 () {32 vars in 709 bytes} [Mon Jun 8 23:25:10 2026] DELETE /v2/images/1ec43fbb-b323-4d59-bd6b-603c2fd148f9 => generated 147 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/716] 10.0.0.127 () {32 vars in 706 bytes} [Mon Jun 8 23:25:11 2026] GET /v2/images/1ec43fbb-b323-4d59-bd6b-603c2fd148f9 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/719] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:25:18 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 360/720] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:25:18 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: 363/725] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:25:39 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/726] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:25:39 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/729] 10.0.0.127 () {32 vars in 706 bytes} [Mon Jun 8 23:25:51 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 365/730] 10.0.0.127 () {32 vars in 706 bytes} [Mon Jun 8 23:25:51 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/731] 10.0.0.127 () {30 vars in 410 bytes} [Mon Jun 8 23:25:52 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: 366/732] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:25:52 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/733] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 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: 367/734] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 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: 368/735] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:25:52 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 368/736] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 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: 369/737] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 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: 369/738] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:25:52 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 370/739] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 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: 370/740] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 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: 371/741] 10.0.0.162 () {36 vars in 986 bytes} [Mon Jun 8 23:25:52 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 371/742] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/743] 10.0.0.162 () {36 vars in 986 bytes} [Mon Jun 8 23:25:52 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 372/744] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 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: 373/745] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:25:52 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/748] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:25:56 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/749] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:25:56 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: 377/752] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:26:12 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => generated 1312 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/753] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:26:12 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/760] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:26:45 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 381/761] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:26:46 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: 383/764] 10.0.0.96 () {36 vars in 985 bytes} [Mon Jun 8 23:26:55 2026] GET /v2/images/df790e1a-39d6-4e8b-a197-94521d9f060d => 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: 382/765] 10.0.0.96 () {36 vars in 925 bytes} [Mon Jun 8 23:26:55 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: 386/770] 199.204.45.138 () {32 vars in 825 bytes} [Mon Jun 8 23:27:09 2026] GET /v2/images?status=active&owner=c12ceecdb6e3412fad691971c81aad29&limit=2&tag=amphora&sort=created_at:desc => generated 1560 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/771] 199.204.45.138 () {32 vars in 652 bytes} [Mon Jun 8 23:27:09 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: 387/772] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:27:10 2026] GET /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf => 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: 386/773] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:27:10 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/774] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:27:10 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: 387/775] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:27:10 2026] GET /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf => generated 1395 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/776] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:27:10 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: 388/777] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:27:10 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: 390/778] 10.0.0.241 () {36 vars in 986 bytes} [Mon Jun 8 23:27:10 2026] GET /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf => generated 1395 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/779] 10.0.0.241 () {36 vars in 926 bytes} [Mon Jun 8 23:27:10 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: 391/780] 10.0.0.162 () {36 vars in 986 bytes} [Mon Jun 8 23:27:10 2026] GET /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf => generated 1395 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/781] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:27:10 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/782] 10.0.0.162 () {36 vars in 986 bytes} [Mon Jun 8 23:27:10 2026] GET /v2/images/c0e60dbb-63da-4a29-8b17-c349c25228bf => 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: 391/783] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:27:10 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: 393/784] 10.0.0.162 () {36 vars in 926 bytes} [Mon Jun 8 23:27:10 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)