+ 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 Sep 7 18:47:39 2026] *** compiled with version: 13.3.0 on 11 June 2026 18:07:56 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: glance-api-5c9c798f77-pk426 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 0x7fad61875668 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-09-07 18:47:42.005 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-09-07 18:47:42.043 7 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-09-07 18:47:42.976 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-09-07 18:47:42.977 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-09-07 18:47:42.977 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-09-07 18:47:42.984 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-09-07 18:47:42.985 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-09-07 18:47:42.985 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-09-07 18:47:45.238 7 WARNING glance.api.v2.images [None req-83f65328-bf53-457d-838c-4fc114ac534a - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-09-07 18:47:45.442 8 WARNING glance.api.v2.images [None req-bf615082-6b2b-47a1-ac05-576be99b41c2 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-09-07 18:47:45.636 7 WARNING keystonemiddleware._common.config [None req-83f65328-bf53-457d-838c-4fc114ac534a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-07 18:47:45.645 7 WARNING oslo_config.cfg [None req-83f65328-bf53-457d-838c-4fc114ac534a - - - - - -] 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 0x7fad61875668 pid: 7 (default app) 2026-09-07 18:47:45.866 8 WARNING keystonemiddleware._common.config [None req-bf615082-6b2b-47a1-ac05-576be99b41c2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-07 18:47:45.875 8 WARNING oslo_config.cfg [None req-bf615082-6b2b-47a1-ac05-576be99b41c2 - - - - - -] 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 0x7fad61875668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 18:47:47 2026] GET / => generated 1301 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-09-07 18:47:47.714 8 WARNING oslo_policy.policy [None req-7dcb0dba-58ab-48a9-b376-643e13c987b7 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 18:47:47.714 8 WARNING oslo_policy.policy [None req-7dcb0dba-58ab-48a9-b376-643e13c987b7 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 18:47:47.745 8 WARNING oslo_policy.policy [None req-7dcb0dba-58ab-48a9-b376-643e13c987b7 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 18:47:47.745 8 WARNING oslo_policy.policy [None req-7dcb0dba-58ab-48a9-b376-643e13c987b7 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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.28 () {44 vars in 907 bytes} [Mon Sep 7 18:47:47 2026] GET /v2/images => generated 69 bytes in 685 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.28 () {42 vars in 685 bytes} [Mon Sep 7 18:47:51 2026] GET / => generated 1301 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.28 () {44 vars in 907 bytes} [Mon Sep 7 18:47:51 2026] GET /v2/images => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-09-07 18:47:51.675 7 WARNING oslo_policy.policy [None req-d864a518-1045-4a21-ba4b-35efcc562d98 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 18:47:51.675 7 WARNING oslo_policy.policy [None req-d864a518-1045-4a21-ba4b-35efcc562d98 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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.28 () {44 vars in 908 bytes} [Mon Sep 7 18:47:51 2026] GET /v2/images/cirros => generated 151 bytes in 163 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.28 () {44 vars in 930 bytes} [Mon Sep 7 18:47:51 2026] GET /v2/images?name=cirros => generated 81 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 18:47:51.849 7 WARNING oslo_policy.policy [None req-afe18755-31b6-41bc-9242-1c0bbfe12477 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 18:47:51.849 7 WARNING oslo_policy.policy [None req-afe18755-31b6-41bc-9242-1c0bbfe12477 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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.28 () {44 vars in 936 bytes} [Mon Sep 7 18:47:51 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-07 18:47:51.970 8 WARNING oslo_config.cfg [None req-f74939fa-27be-4809-a49a-8437ebe8216f 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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.28 () {48 vars in 948 bytes} [Mon Sep 7 18:47:51 2026] POST /v2/images => generated 760 bytes in 81 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-09-07 18:47:51.997 7 WARNING oslo_policy.policy [None req-bb152a1d-2a13-436b-a2f8-7d368119d4ab 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 18:47:51.998 7 WARNING oslo_policy.policy [None req-bb152a1d-2a13-436b-a2f8-7d368119d4ab 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 18:47:52.000 7 INFO glance.api.v2.image_data [None req-bb152a1d-2a13-436b-a2f8-7d368119d4ab 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-09-07 18:47:55.467 7 WARNING glance.location [None req-bb152a1d-2a13-436b-a2f8-7d368119d4ab 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/14] 162.253.55.28 () {48 vars in 1042 bytes} [Mon Sep 7 18:47:51 2026] PUT /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747/file => generated 0 bytes in 3536 msecs (HTTP/1.1 204) 4 headers in 171 bytes (7138 switches on core 0) [pid: 8|app: 0|req: 7/15] 162.253.55.28 () {44 vars in 968 bytes} [Mon Sep 7 18:47:55 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 18:47:55.669 7 WARNING oslo_config.cfg [None req-8b0f563d-220b-4e23-bb82-011d5651424b 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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.28 () {48 vars in 1048 bytes} [Mon Sep 7 18:47:55 2026] PATCH /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 114 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.28 () {44 vars in 968 bytes} [Mon Sep 7 18:47:55 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 141/282] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:09:57 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/283] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:09:57 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: 7|app: 0|req: 145/288] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:10:15 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/289] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:10:15 2026] GET /v2/images => generated 1381 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/290] 162.253.55.28 () {44 vars in 934 bytes} [Mon Sep 7 19:10:15 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/291] 162.253.55.28 () {44 vars in 956 bytes} [Mon Sep 7 19:10:15 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/292] 162.253.55.28 () {44 vars in 936 bytes} [Mon Sep 7 19:10:15 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/293] 162.253.55.28 () {48 vars in 948 bytes} [Mon Sep 7 19:10:15 2026] POST /v2/images => generated 796 bytes in 73 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-09-07 19:10:15.713 7 INFO glance.api.v2.image_data [None req-2426d2fa-8120-4934-9128-fd039b271a3b 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-09-07 19:10:47.189 7 WARNING glance.location [None req-2426d2fa-8120-4934-9128-fd039b271a3b 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 148/300] 162.253.55.28 () {48 vars in 1043 bytes} [Mon Sep 7 19:10:15 2026] PUT /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef/file => generated 0 bytes in 31535 msecs (HTTP/1.1 204) 4 headers in 171 bytes (66314 switches on core 0) [pid: 8|app: 0|req: 153/301] 162.253.55.28 () {44 vars in 968 bytes} [Mon Sep 7 19:10:47 2026] GET /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef => generated 1209 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/302] 162.253.55.28 () {48 vars in 1048 bytes} [Mon Sep 7 19:10:47 2026] PATCH /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef => generated 1395 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/303] 162.253.55.28 () {44 vars in 968 bytes} [Mon Sep 7 19:10:47 2026] GET /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef => generated 1395 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/304] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:10:49 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/305] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:10:49 2026] GET /v2/images => generated 2778 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/396] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:18:21 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:18:21 2026] GET /v2/images => generated 2778 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/400] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:18:32 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/401] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:18:32 2026] GET /v2/images => generated 2778 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/402] 162.253.55.28 () {44 vars in 944 bytes} [Mon Sep 7 19:18:32 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/403] 162.253.55.28 () {44 vars in 966 bytes} [Mon Sep 7 19:18:32 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/404] 162.253.55.28 () {44 vars in 936 bytes} [Mon Sep 7 19:18:32 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 162.253.55.28 () {48 vars in 948 bytes} [Mon Sep 7 19:18:32 2026] POST /v2/images => generated 799 bytes in 93 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-09-07 19:18:32.374 8 WARNING oslo_policy.policy [None req-79e210dd-b7f0-4eb6-a5b8-53f5166c39f4 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 19:18:32.374 8 WARNING oslo_policy.policy [None req-79e210dd-b7f0-4eb6-a5b8-53f5166c39f4 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - 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-09-07 19:18:32.377 8 INFO glance.api.v2.image_data [None req-79e210dd-b7f0-4eb6-a5b8-53f5166c39f4 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-09-07 19:18:55.918 8 INFO glance.location [None req-79e210dd-b7f0-4eb6-a5b8-53f5166c39f4 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 206/412] 162.253.55.28 () {48 vars in 1042 bytes} [Mon Sep 7 19:18:32 2026] PUT /v2/images/8dab79e8-4bb2-4227-9ab8-47497a3c2305/file => generated 0 bytes in 23622 msecs (HTTP/1.1 204) 4 headers in 171 bytes (25111 switches on core 0) [pid: 7|app: 0|req: 207/413] 162.253.55.28 () {44 vars in 968 bytes} [Mon Sep 7 19:18:55 2026] GET /v2/images/8dab79e8-4bb2-4227-9ab8-47497a3c2305 => generated 1211 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 162.253.55.28 () {48 vars in 1048 bytes} [Mon Sep 7 19:18:56 2026] PATCH /v2/images/8dab79e8-4bb2-4227-9ab8-47497a3c2305 => generated 1410 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/415] 162.253.55.28 () {44 vars in 968 bytes} [Mon Sep 7 19:18:56 2026] GET /v2/images/8dab79e8-4bb2-4227-9ab8-47497a3c2305 => 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: 213/424] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:19:35 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:19:35 2026] GET /v2/images => generated 4190 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/428] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:19:50 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/429] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:19:50 2026] GET /v2/images => generated 4190 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/430] 162.253.55.28 () {44 vars in 936 bytes} [Mon Sep 7 19:19:50 2026] GET /v2/images/manila-service-image => generated 165 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/431] 162.253.55.28 () {44 vars in 958 bytes} [Mon Sep 7 19:19:50 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/432] 162.253.55.28 () {44 vars in 936 bytes} [Mon Sep 7 19:19:50 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/433] 162.253.55.28 () {48 vars in 948 bytes} [Mon Sep 7 19:19:50 2026] POST /v2/images => generated 791 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-09-07 19:19:50.744 7 INFO glance.api.v2.image_data [None req-e0e83221-f0f0-4c93-9d6d-ae59ef69ec4a 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-09-07 19:20:12.366 7 INFO glance.location [None req-e0e83221-f0f0-4c93-9d6d-ae59ef69ec4a 33618cc3c6844394990f2e1a0736f976 9d56843e866e4112a9dd52ef3c9ada76 - - default default] Image format matched and virtual size computed: 2976251904 [pid: 7|app: 0|req: 218/438] 162.253.55.28 () {48 vars in 1043 bytes} [Mon Sep 7 19:19:50 2026] PUT /v2/images/c3587c23-8b24-4e25-a618-afeb20d3a026/file => generated 0 bytes in 21684 msecs (HTTP/1.1 204) 4 headers in 171 bytes (30792 switches on core 0) [pid: 8|app: 0|req: 221/439] 162.253.55.28 () {44 vars in 968 bytes} [Mon Sep 7 19:20:12 2026] GET /v2/images/c3587c23-8b24-4e25-a618-afeb20d3a026 => generated 1204 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 162.253.55.28 () {48 vars in 1048 bytes} [Mon Sep 7 19:20:12 2026] PATCH /v2/images/c3587c23-8b24-4e25-a618-afeb20d3a026 => generated 1382 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 162.253.55.28 () {44 vars in 968 bytes} [Mon Sep 7 19:20:12 2026] GET /v2/images/c3587c23-8b24-4e25-a618-afeb20d3a026 => generated 1382 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/626] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:35:30 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/627] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:35:30 2026] GET /v2/images => generated 5574 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/660] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:38:12 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/661] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:38:12 2026] GET /v2/images => generated 5574 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/664] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:38:14 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/665] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:38:14 2026] GET /v2/images => generated 5574 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/676] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:39:11 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/677] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:39:11 2026] GET /v2/images => generated 5574 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/680] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:39:21 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/681] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:39:21 2026] GET /v2/images => generated 5574 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/696] 162.253.55.28 () {42 vars in 685 bytes} [Mon Sep 7 19:40:31 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/697] 162.253.55.28 () {44 vars in 907 bytes} [Mon Sep 7 19:40:31 2026] GET /v2/images => generated 5574 bytes in 85 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: 353/708] 10.0.0.153 () {32 vars in 633 bytes} [Mon Sep 7 19:41:19 2026] GET /v2/images => generated 5574 bytes in 24 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: 359/715] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:41:51 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/716] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:41:51 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: 360/717] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:41:53 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/718] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:41:53 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: 361/719] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:41:53 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: 359/720] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:41:53 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/721] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:41:53 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/722] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:41:53 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/723] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:41:53 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/724] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:41:53 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: 364/725] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:41:53 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: 363/728] 10.0.0.68 () {36 vars in 910 bytes} [Mon Sep 7 19:41:54 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/729] 10.0.0.68 () {36 vars in 1006 bytes} [Mon Sep 7 19:41:54 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747/locations => generated 127 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/730] 10.0.0.68 () {36 vars in 986 bytes} [Mon Sep 7 19:41:54 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 367/731] 10.0.0.68 () {36 vars in 926 bytes} [Mon Sep 7 19:41:54 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: 365/732] 10.0.0.68 () {36 vars in 926 bytes} [Mon Sep 7 19:41:54 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: 368/733] 162.253.55.28 () {36 vars in 990 bytes} [Mon Sep 7 19:42:00 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/734] 162.253.55.28 () {36 vars in 930 bytes} [Mon Sep 7 19:42: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: 369/735] 162.253.55.28 () {36 vars in 990 bytes} [Mon Sep 7 19:42:00 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/736] 162.253.55.28 () {36 vars in 930 bytes} [Mon Sep 7 19:42:00 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: 372/741] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:42:14 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 370/742] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:42: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: 8|app: 0|req: 373/743] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:42:14 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 371/744] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:42:14 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: 377/751] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:42:47 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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/752] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:42:47 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: 380/761] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:43:24 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 382/762] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:43: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: 7|app: 0|req: 385/771] 10.0.0.153 () {32 vars in 707 bytes} [Mon Sep 7 19:44:05 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 387/772] 10.0.0.153 () {32 vars in 707 bytes} [Mon Sep 7 19:44:05 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/773] 10.0.0.153 () {34 vars in 655 bytes} [Mon Sep 7 19:44:05 2026] POST /v2/images => generated 649 bytes in 198 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-09-07 19:44:06.130 8 WARNING glance.api.v2.images [None req-04cb8efd-6102-4a9e-9d49-5415f7f7bcfe f1a0c20dd9ec40f8a3b2937357994724 8421fcc9aacb4e568f38eed2b0305476 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//ea42c49c-843e-4d7e-89a8-f700a144e780 [pid: 8|app: 0|req: 388/774] 10.0.0.153 () {32 vars in 710 bytes} [Mon Sep 7 19:44:06 2026] DELETE /v2/images/ea42c49c-843e-4d7e-89a8-f700a144e780 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/775] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/776] 10.0.0.153 () {32 vars in 707 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/images/ea42c49c-843e-4d7e-89a8-f700a144e780 => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/777] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:44:06 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: 391/778] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:44:06 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/779] 10.0.0.153 () {32 vars in 633 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/images => generated 1381 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/780] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/781] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/schemas/image => generated 4018 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/782] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/783] 10.0.0.153 () {34 vars in 655 bytes} [Mon Sep 7 19:44:06 2026] POST /v2/images => generated 703 bytes in 82 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/784] 10.0.0.153 () {32 vars in 717 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/images/f3276874-b8f9-4b84-9e0c-e533198170b3/file => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/785] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-07 19:44:06.387 7 INFO glance.api.v2.image_data [None req-81371fb8-8b21-4572-b96a-5554322d50eb f1a0c20dd9ec40f8a3b2937357994724 8421fcc9aacb4e568f38eed2b0305476 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. [pid: 8|app: 0|req: 396/786] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:44:06 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: 397/787] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:44:06 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) 2026-09-07 19:44:06.445 7 WARNING glance_store._drivers.rbd [None req-81371fb8-8b21-4572-b96a-5554322d50eb f1a0c20dd9ec40f8a3b2937357994724 8421fcc9aacb4e568f38eed2b0305476 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal [pid: 8|app: 0|req: 398/788] 10.0.0.68 () {36 vars in 910 bytes} [Mon Sep 7 19:44:06 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/789] 10.0.0.68 () {36 vars in 1006 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747/locations => generated 127 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/790] 10.0.0.68 () {36 vars in 986 bytes} [Mon Sep 7 19:44:06 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 401/791] 10.0.0.68 () {36 vars in 926 bytes} [Mon Sep 7 19:44:06 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: 402/792] 10.0.0.68 () {36 vars in 926 bytes} [Mon Sep 7 19:44:06 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) 2026-09-07 19:44:07.240 7 INFO glance.location [None req-81371fb8-8b21-4572-b96a-5554322d50eb f1a0c20dd9ec40f8a3b2937357994724 8421fcc9aacb4e568f38eed2b0305476 - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 391/793] 10.0.0.153 () {32 vars in 727 bytes} [Mon Sep 7 19:44:06 2026] PUT /v2/images/f3276874-b8f9-4b84-9e0c-e533198170b3/file => generated 0 bytes in 929 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/794] 10.0.0.153 () {32 vars in 707 bytes} [Mon Sep 7 19:44:07 2026] GET /v2/images/f3276874-b8f9-4b84-9e0c-e533198170b3 => generated 1104 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/795] 10.0.0.153 () {32 vars in 717 bytes} [Mon Sep 7 19:44:07 2026] GET /v2/images/f3276874-b8f9-4b84-9e0c-e533198170b3/file => generated 1024 bytes in 145 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/796] 10.0.0.153 () {34 vars in 655 bytes} [Mon Sep 7 19:44:07 2026] POST /v2/images => generated 649 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/797] 10.0.0.153 () {32 vars in 726 bytes} [Mon Sep 7 19:44:07 2026] PATCH /v2/images/e73bffe1-f189-418d-900a-56271409733c => generated 653 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/798] 10.0.0.153 () {32 vars in 707 bytes} [Mon Sep 7 19:44:07 2026] GET /v2/images/e73bffe1-f189-418d-900a-56271409733c => generated 653 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-07 19:44:07.694 7 WARNING glance.api.v2.images [None req-afd8a14b-de84-45b7-b2c0-d274cfdebcdc f1a0c20dd9ec40f8a3b2937357994724 8421fcc9aacb4e568f38eed2b0305476 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//e73bffe1-f189-418d-900a-56271409733c [pid: 7|app: 0|req: 394/799] 10.0.0.153 () {32 vars in 710 bytes} [Mon Sep 7 19:44:07 2026] DELETE /v2/images/e73bffe1-f189-418d-900a-56271409733c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/800] 10.0.0.153 () {32 vars in 707 bytes} [Mon Sep 7 19:44:07 2026] GET /v2/images/e73bffe1-f189-418d-900a-56271409733c => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 19:44:07.784 7 WARNING glance.api.v2.images [None req-68fcc885-9050-438d-a61b-933c9f8b5b24 f1a0c20dd9ec40f8a3b2937357994724 8421fcc9aacb4e568f38eed2b0305476 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//f3276874-b8f9-4b84-9e0c-e533198170b3 [pid: 7|app: 0|req: 395/801] 10.0.0.153 () {32 vars in 710 bytes} [Mon Sep 7 19:44:07 2026] DELETE /v2/images/f3276874-b8f9-4b84-9e0c-e533198170b3 => generated 0 bytes in 719 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/802] 10.0.0.153 () {32 vars in 707 bytes} [Mon Sep 7 19:44:08 2026] GET /v2/images/f3276874-b8f9-4b84-9e0c-e533198170b3 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-07 19:44:08.524 7 WARNING glance.api.v2.images [None req-f680d639-9c61-4c8f-8ef9-6c569bb2bff5 f1a0c20dd9ec40f8a3b2937357994724 8421fcc9aacb4e568f38eed2b0305476 - - default default] Failed to find image ea42c49c-843e-4d7e-89a8-f700a144e780 to delete: glance.common.exception.ImageNotFound: No image found with ID ea42c49c-843e-4d7e-89a8-f700a144e780 [pid: 7|app: 0|req: 396/803] 10.0.0.153 () {32 vars in 710 bytes} [Mon Sep 7 19:44:08 2026] DELETE /v2/images/ea42c49c-843e-4d7e-89a8-f700a144e780 => generated 147 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/804] 10.0.0.153 () {32 vars in 707 bytes} [Mon Sep 7 19:44:08 2026] GET /v2/images/ea42c49c-843e-4d7e-89a8-f700a144e780 => generated 139 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/809] 10.0.0.153 () {30 vars in 411 bytes} [Mon Sep 7 19:44:24 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/816] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:44:57 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/817] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:44:57 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/818] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:44:58 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 404/819] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:44: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: 7|app: 0|req: 411/832] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:45:58 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/833] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:45:58 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: 8|app: 0|req: 426/840] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:46:31 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/841] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:46:31 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: 431/850] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:47:06 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => 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: 420/851] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:47:06 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: 423/856] 10.0.0.250 () {36 vars in 987 bytes} [Mon Sep 7 19:47:24 2026] GET /v2/images/09737a95-1058-44a1-8d56-8a9c4e721747 => generated 1312 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/857] 10.0.0.250 () {36 vars in 927 bytes} [Mon Sep 7 19:47: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: 438/864] 162.253.55.28 () {32 vars in 825 bytes} [Mon Sep 7 19:48:03 2026] GET /v2/images?status=active&owner=9d56843e866e4112a9dd52ef3c9ada76&limit=2&tag=amphora&sort=created_at:desc => generated 1560 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/865] 162.253.55.28 () {32 vars in 652 bytes} [Mon Sep 7 19:48:03 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: 429/868] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:48:04 2026] GET /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef => generated 1395 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/869] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:48:04 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: 430/870] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:48:04 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: 441/871] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:48:04 2026] GET /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef => 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: 431/872] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:48:04 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: 442/873] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:48:04 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/874] 10.0.0.3 () {36 vars in 985 bytes} [Mon Sep 7 19:48:04 2026] GET /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef => generated 1395 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/875] 10.0.0.3 () {36 vars in 925 bytes} [Mon Sep 7 19:48:04 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: 433/876] 10.0.0.68 () {36 vars in 910 bytes} [Mon Sep 7 19:48:04 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/877] 10.0.0.68 () {36 vars in 1006 bytes} [Mon Sep 7 19:48:04 2026] GET /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef/locations => generated 127 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/878] 10.0.0.68 () {36 vars in 986 bytes} [Mon Sep 7 19:48:04 2026] GET /v2/images/e8c858aa-195f-4413-b3d9-553d9f1faeef => generated 1395 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/879] 10.0.0.68 () {36 vars in 926 bytes} [Mon Sep 7 19:48:04 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: 435/880] 10.0.0.68 () {36 vars in 926 bytes} [Mon Sep 7 19:48:04 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: 472/933] 10.0.0.153 () {32 vars in 633 bytes} [Mon Sep 7 19:52:24 2026] GET /v2/images => generated 5574 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)