+ 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 Jul 6 06:01:57 2026] *** compiled with version: 13.3.0 on 11 June 2026 18:25:52 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: glance-api-6b7fc94dcf-fb28s 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 0x7f789f814668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-06 06:01:59.846 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-07-06 06:01:59.854 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-07-06 06:02:00.710 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-07-06 06:02:00.711 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-07-06 06:02:00.711 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-07-06 06:02:00.765 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-07-06 06:02:00.766 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-07-06 06:02:00.766 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-07-06 06:02:02.712 8 WARNING glance.api.v2.images [None req-0802a535-1f87-45af-a626-340ea97172c8 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-07-06 06:02:02.894 7 WARNING glance.api.v2.images [None req-9fd5ea1c-cc42-4119-8d36-244044820b8f - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-07-06 06:02:03.047 8 WARNING keystonemiddleware._common.config [None req-0802a535-1f87-45af-a626-340ea97172c8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-06 06:02:03.055 8 WARNING oslo_config.cfg [None req-0802a535-1f87-45af-a626-340ea97172c8 - - - - - -] 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 0x7f789f814668 pid: 8 (default app) 2026-07-06 06:02:03.312 7 WARNING keystonemiddleware._common.config [None req-9fd5ea1c-cc42-4119-8d36-244044820b8f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-06 06:02:03.320 7 WARNING oslo_config.cfg [None req-9fd5ea1c-cc42-4119-8d36-244044820b8f - - - - - -] 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 0x7f789f814668 pid: 7 (default app) [pid: 8|app: 0|req: 5/5] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:02:03 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-07-06 06:02:03.987 7 WARNING oslo_policy.policy [None req-158f2e20-6655-4f51-9b39-ba05541e0d4d cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:02:03.988 7 WARNING oslo_policy.policy [None req-158f2e20-6655-4f51-9b39-ba05541e0d4d cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:02:04.004 7 WARNING oslo_policy.policy [None req-158f2e20-6655-4f51-9b39-ba05541e0d4d cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:02:04.004 7 WARNING oslo_policy.policy [None req-158f2e20-6655-4f51-9b39-ba05541e0d4d cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - 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: 1/6] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:02:03 2026] GET /v2/images => generated 69 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/7] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:02:07 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: 2/8] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:02:07 2026] GET /v2/images => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-06 06:02:07.542 8 WARNING oslo_policy.policy [None req-f87786c2-5c4c-4d7a-acfc-b3e1e69c432f cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:02:07.543 8 WARNING oslo_policy.policy [None req-f87786c2-5c4c-4d7a-acfc-b3e1e69c432f cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - 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: 7/9] 199.204.45.78 () {44 vars in 908 bytes} [Mon Jul 6 06:02:07 2026] GET /v2/images/cirros => generated 151 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/10] 199.204.45.78 () {44 vars in 930 bytes} [Mon Jul 6 06:02:07 2026] GET /v2/images?name=cirros => generated 81 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-06 06:02:07.706 8 WARNING oslo_policy.policy [None req-20fd7e81-27c5-46c1-a907-1e7459d1870e cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:02:07.706 8 WARNING oslo_policy.policy [None req-20fd7e81-27c5-46c1-a907-1e7459d1870e cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - 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: 8/11] 199.204.45.78 () {44 vars in 936 bytes} [Mon Jul 6 06:02:07 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-06 06:02:07.800 7 WARNING oslo_config.cfg [None req-1c974841-2b33-4c0a-a152-211ea152489e cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - 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: 4/12] 199.204.45.78 () {48 vars in 948 bytes} [Mon Jul 6 06:02:07 2026] POST /v2/images => generated 760 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-07-06 06:02:07.824 8 WARNING oslo_policy.policy [None req-10877f9a-cbd2-4d44-a727-056b4e7525fc cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:02:07.824 8 WARNING oslo_policy.policy [None req-10877f9a-cbd2-4d44-a727-056b4e7525fc cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:02:07.825 8 INFO glance.api.v2.image_data [None req-10877f9a-cbd2-4d44-a727-056b4e7525fc cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-06 06:02:11.210 8 WARNING glance.location [None req-10877f9a-cbd2-4d44-a727-056b4e7525fc cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 9/13] 199.204.45.78 () {48 vars in 1042 bytes} [Mon Jul 6 06:02:07 2026] PUT /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f/file => generated 0 bytes in 3426 msecs (HTTP/1.1 204) 4 headers in 171 bytes (6113 switches on core 0) [pid: 7|app: 0|req: 5/14] 199.204.45.78 () {44 vars in 968 bytes} [Mon Jul 6 06:02:11 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-06 06:02:11.348 8 WARNING oslo_config.cfg [None req-b656aafa-5d86-4e31-998e-dcf96f2ccfdd cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - 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: 10/15] 199.204.45.78 () {48 vars in 1048 bytes} [Mon Jul 6 06:02:11 2026] PATCH /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/16] 199.204.45.78 () {44 vars in 968 bytes} [Mon Jul 6 06:02:11 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 129/261] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:22:31 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: 133/262] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:22:31 2026] GET /v2/images => generated 1381 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/267] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:22:48 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: 132/268] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:22:48 2026] GET /v2/images => generated 1381 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/269] 199.204.45.78 () {44 vars in 934 bytes} [Mon Jul 6 06:22:48 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/270] 199.204.45.78 () {44 vars in 956 bytes} [Mon Jul 6 06:22:48 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/271] 199.204.45.78 () {44 vars in 936 bytes} [Mon Jul 6 06:22:48 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/272] 199.204.45.78 () {48 vars in 948 bytes} [Mon Jul 6 06:22:48 2026] POST /v2/images => generated 796 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-07-06 06:22:48.931 8 INFO glance.api.v2.image_data [None req-0f84d347-ba74-4b77-a148-75389217d5ea cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-06 06:23:13.875 8 WARNING glance.location [None req-0f84d347-ba74-4b77-a148-75389217d5ea cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 139/279] 199.204.45.78 () {48 vars in 1043 bytes} [Mon Jul 6 06:22:48 2026] PUT /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119/file => generated 0 bytes in 24998 msecs (HTTP/1.1 204) 4 headers in 171 bytes (61584 switches on core 0) [pid: 7|app: 0|req: 141/280] 199.204.45.78 () {44 vars in 968 bytes} [Mon Jul 6 06:23:13 2026] GET /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119 => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/281] 199.204.45.78 () {48 vars in 1048 bytes} [Mon Jul 6 06:23:13 2026] PATCH /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119 => generated 1395 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/282] 199.204.45.78 () {44 vars in 968 bytes} [Mon Jul 6 06:23:14 2026] GET /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119 => generated 1395 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/283] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:23:15 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: 143/284] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:23:15 2026] GET /v2/images => generated 2778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:30:04 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: 183/368] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:30:04 2026] GET /v2/images => generated 2778 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:30:12 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: 185/372] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:30:12 2026] GET /v2/images => generated 2778 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.78 () {44 vars in 944 bytes} [Mon Jul 6 06:30:12 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/374] 199.204.45.78 () {44 vars in 966 bytes} [Mon Jul 6 06:30:12 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.204.45.78 () {44 vars in 936 bytes} [Mon Jul 6 06:30:12 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: 187/376] 199.204.45.78 () {48 vars in 948 bytes} [Mon Jul 6 06:30:13 2026] POST /v2/images => generated 799 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-07-06 06:30:13.087 7 WARNING oslo_policy.policy [None req-dfc432fc-ca10-4fd4-aed6-1b7ece4a9964 cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:30:13.087 7 WARNING oslo_policy.policy [None req-dfc432fc-ca10-4fd4-aed6-1b7ece4a9964 cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-07-06 06:30:13.089 7 INFO glance.api.v2.image_data [None req-dfc432fc-ca10-4fd4-aed6-1b7ece4a9964 cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-06 06:30:25.258 7 INFO glance.location [None req-dfc432fc-ca10-4fd4-aed6-1b7ece4a9964 cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 190/379] 199.204.45.78 () {48 vars in 1042 bytes} [Mon Jul 6 06:30:13 2026] PUT /v2/images/da0c41a8-d90e-405a-873a-5b4f484dfc1f/file => generated 0 bytes in 12222 msecs (HTTP/1.1 204) 4 headers in 171 bytes (28797 switches on core 0) [pid: 8|app: 0|req: 190/380] 199.204.45.78 () {44 vars in 968 bytes} [Mon Jul 6 06:30:25 2026] GET /v2/images/da0c41a8-d90e-405a-873a-5b4f484dfc1f => generated 1211 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 199.204.45.78 () {48 vars in 1048 bytes} [Mon Jul 6 06:30:25 2026] PATCH /v2/images/da0c41a8-d90e-405a-873a-5b4f484dfc1f => generated 1410 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.78 () {44 vars in 968 bytes} [Mon Jul 6 06:30:25 2026] GET /v2/images/da0c41a8-d90e-405a-873a-5b4f484dfc1f => generated 1410 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:31:02 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: 195/390] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:31:02 2026] GET /v2/images => generated 4190 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/395] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:31:21 2026] GET / => generated 1301 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/396] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:31:21 2026] GET /v2/images => generated 4190 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/397] 199.204.45.78 () {44 vars in 936 bytes} [Mon Jul 6 06:31:21 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: 7|app: 0|req: 199/398] 199.204.45.78 () {44 vars in 958 bytes} [Mon Jul 6 06:31:21 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/399] 199.204.45.78 () {44 vars in 936 bytes} [Mon Jul 6 06:31:21 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: 7|app: 0|req: 200/400] 199.204.45.78 () {48 vars in 948 bytes} [Mon Jul 6 06:31:21 2026] POST /v2/images => generated 791 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-07-06 06:31:21.272 8 INFO glance.api.v2.image_data [None req-e9a16e01-1138-46d2-bbd9-b6dc39736f87 cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-06 06:31:34.377 8 INFO glance.location [None req-e9a16e01-1138-46d2-bbd9-b6dc39736f87 cca4c3f773a443239759af06e2fafc47 36a78b60a1844480b75c488fe71989cc - - default default] Image format matched and virtual size computed: 2976251904 [pid: 8|app: 0|req: 201/405] 199.204.45.78 () {48 vars in 1043 bytes} [Mon Jul 6 06:31:21 2026] PUT /v2/images/97fe2893-2de1-47d8-821c-ce4e0c6ae0e5/file => generated 0 bytes in 13142 msecs (HTTP/1.1 204) 4 headers in 171 bytes (30257 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.78 () {44 vars in 968 bytes} [Mon Jul 6 06:31:34 2026] GET /v2/images/97fe2893-2de1-47d8-821c-ce4e0c6ae0e5 => generated 1204 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.78 () {48 vars in 1048 bytes} [Mon Jul 6 06:31:34 2026] PATCH /v2/images/97fe2893-2de1-47d8-821c-ce4e0c6ae0e5 => generated 1382 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 199.204.45.78 () {44 vars in 968 bytes} [Mon Jul 6 06:31:34 2026] GET /v2/images/97fe2893-2de1-47d8-821c-ce4e0c6ae0e5 => generated 1382 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/559] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:44:06 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: 278/560] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:44:06 2026] GET /v2/images => generated 5574 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/587] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:46: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: 292/588] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:46:21 2026] GET /v2/images => generated 5574 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/591] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:46:23 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: 294/592] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:46:23 2026] GET /v2/images => generated 5574 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/601] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:47: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: 299/602] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:47:11 2026] GET /v2/images => generated 5574 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/605] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:47:19 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: 301/606] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:47:20 2026] GET /v2/images => generated 5574 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/619] 199.204.45.78 () {42 vars in 685 bytes} [Mon Jul 6 06:48:20 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: 312/620] 199.204.45.78 () {44 vars in 907 bytes} [Mon Jul 6 06:48:20 2026] GET /v2/images => generated 5574 bytes in 62 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: 313/629] 10.0.0.191 () {32 vars in 633 bytes} [Mon Jul 6 06:49:01 2026] GET /v2/images => generated 5574 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/634] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:49:20 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 139 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: 319/635] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:49:20 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/636] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:49:20 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/637] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:49:20 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/638] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:49:20 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: 321/639] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:49:20 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: 319/640] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:49:20 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 322/641] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:49:20 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/642] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:49:20 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/643] 10.0.0.209 () {36 vars in 987 bytes} [Mon Jul 6 06:49:21 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/644] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:49:21 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: 324/645] 10.0.0.209 () {36 vars in 987 bytes} [Mon Jul 6 06:49:21 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 322/646] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:49:21 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: 325/647] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:49:21 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: 327/650] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:49:24 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/651] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:49:24 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: 328/652] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:49:31 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/653] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:49:31 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/656] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:49:32 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 327/657] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:49:32 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: 331/658] 199.204.45.78 () {36 vars in 990 bytes} [Mon Jul 6 06:49:34 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 328/659] 199.204.45.78 () {36 vars in 930 bytes} [Mon Jul 6 06:49: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: 7|app: 0|req: 332/660] 199.204.45.78 () {36 vars in 990 bytes} [Mon Jul 6 06:49:35 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 329/661] 199.204.45.78 () {36 vars in 930 bytes} [Mon Jul 6 06:49:35 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: 334/670] 10.0.0.191 () {30 vars in 411 bytes} [Mon Jul 6 06:50:12 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: 337/675] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:50:40 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 339/676] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:50:40 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: 342/685] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:51:20 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 344/686] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:51:20 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/687] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:51:20 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 345/688] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:51:20 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/697] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:52:01 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 350/698] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:52:01 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/701] 10.0.0.191 () {34 vars in 655 bytes} [Mon Jul 6 06:52:09 2026] POST /v2/images => generated 648 bytes in 197 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-07-06 06:52:09.447 7 WARNING glance.api.v2.images [None req-9868dbd2-c681-4531-b52c-8b6fd19e590c e5a02de4d54847c39683f1e7a57760bb de1b3d082f04402f9400f368b1dc77d0 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//f449c335-bd09-481f-9848-690017338f37 [pid: 7|app: 0|req: 352/702] 10.0.0.191 () {32 vars in 710 bytes} [Mon Jul 6 06:52:09 2026] DELETE /v2/images/f449c335-bd09-481f-9848-690017338f37 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/703] 10.0.0.191 () {32 vars in 707 bytes} [Mon Jul 6 06:52:09 2026] GET /v2/images/f449c335-bd09-481f-9848-690017338f37 => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/704] 10.0.0.191 () {32 vars in 633 bytes} [Mon Jul 6 06:52:09 2026] GET /v2/images => generated 1381 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/705] 10.0.0.191 () {34 vars in 655 bytes} [Mon Jul 6 06:52:09 2026] POST /v2/images => generated 703 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/706] 10.0.0.191 () {32 vars in 717 bytes} [Mon Jul 6 06:52:09 2026] GET /v2/images/c9716f12-d6e8-4cdc-a812-fb19d51b43da/file => generated 0 bytes in 12 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-06 06:52:09.652 8 INFO glance.api.v2.image_data [None req-d2b45bfb-3072-4894-bde5-b2dd0a01cd6f e5a02de4d54847c39683f1e7a57760bb de1b3d082f04402f9400f368b1dc77d0 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-07-06 06:52:09.691 8 WARNING glance_store._drivers.rbd [None req-d2b45bfb-3072-4894-bde5-b2dd0a01cd6f e5a02de4d54847c39683f1e7a57760bb de1b3d082f04402f9400f368b1dc77d0 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-07-06 06:52:10.497 8 INFO glance.location [None req-d2b45bfb-3072-4894-bde5-b2dd0a01cd6f e5a02de4d54847c39683f1e7a57760bb de1b3d082f04402f9400f368b1dc77d0 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 353/707] 10.0.0.191 () {32 vars in 727 bytes} [Mon Jul 6 06:52:09 2026] PUT /v2/images/c9716f12-d6e8-4cdc-a812-fb19d51b43da/file => generated 0 bytes in 896 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/708] 10.0.0.191 () {32 vars in 707 bytes} [Mon Jul 6 06:52:10 2026] GET /v2/images/c9716f12-d6e8-4cdc-a812-fb19d51b43da => generated 1104 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/709] 10.0.0.191 () {32 vars in 717 bytes} [Mon Jul 6 06:52:10 2026] GET /v2/images/c9716f12-d6e8-4cdc-a812-fb19d51b43da/file => generated 1024 bytes in 161 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/710] 10.0.0.191 () {34 vars in 655 bytes} [Mon Jul 6 06:52:10 2026] POST /v2/images => generated 649 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/711] 10.0.0.191 () {32 vars in 726 bytes} [Mon Jul 6 06:52:10 2026] PATCH /v2/images/deaa52d3-c764-43ed-b864-97980d10bc8f => generated 653 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/712] 10.0.0.191 () {32 vars in 707 bytes} [Mon Jul 6 06:52:10 2026] GET /v2/images/deaa52d3-c764-43ed-b864-97980d10bc8f => generated 653 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-06 06:52:10.878 8 WARNING glance.api.v2.images [None req-28ef0e68-c5ba-4023-baa0-fe989492f388 e5a02de4d54847c39683f1e7a57760bb de1b3d082f04402f9400f368b1dc77d0 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//deaa52d3-c764-43ed-b864-97980d10bc8f [pid: 8|app: 0|req: 356/713] 10.0.0.191 () {32 vars in 710 bytes} [Mon Jul 6 06:52:10 2026] DELETE /v2/images/deaa52d3-c764-43ed-b864-97980d10bc8f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/714] 10.0.0.191 () {32 vars in 707 bytes} [Mon Jul 6 06:52:10 2026] GET /v2/images/deaa52d3-c764-43ed-b864-97980d10bc8f => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-06 06:52:10.992 8 WARNING glance.api.v2.images [None req-4809e5c4-8d1f-4863-870a-12b80c365e82 e5a02de4d54847c39683f1e7a57760bb de1b3d082f04402f9400f368b1dc77d0 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//c9716f12-d6e8-4cdc-a812-fb19d51b43da [pid: 8|app: 0|req: 357/715] 10.0.0.191 () {32 vars in 710 bytes} [Mon Jul 6 06:52:10 2026] DELETE /v2/images/c9716f12-d6e8-4cdc-a812-fb19d51b43da => generated 0 bytes in 751 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/716] 10.0.0.191 () {32 vars in 707 bytes} [Mon Jul 6 06:52:11 2026] GET /v2/images/c9716f12-d6e8-4cdc-a812-fb19d51b43da => generated 139 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-06 06:52:11.761 8 WARNING glance.api.v2.images [None req-7a85cdd0-6f11-47e3-bf8f-efdfc01081a2 e5a02de4d54847c39683f1e7a57760bb de1b3d082f04402f9400f368b1dc77d0 - - default default] Failed to find image f449c335-bd09-481f-9848-690017338f37 to delete: glance.common.exception.ImageNotFound: No image found with ID f449c335-bd09-481f-9848-690017338f37 [pid: 8|app: 0|req: 358/717] 10.0.0.191 () {32 vars in 710 bytes} [Mon Jul 6 06:52:11 2026] DELETE /v2/images/f449c335-bd09-481f-9848-690017338f37 => generated 147 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/718] 10.0.0.191 () {32 vars in 707 bytes} [Mon Jul 6 06:52:11 2026] GET /v2/images/f449c335-bd09-481f-9848-690017338f37 => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/721] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:52:15 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/722] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:52:15 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: 363/727] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:52:32 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 365/728] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:52:32 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/729] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:52:33 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 366/730] 10.0.0.150 () {36 vars in 927 bytes} [Mon Jul 6 06:52:33 2026] GET /v2/schemas/image => generated 4018 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/737] 10.0.0.191 () {32 vars in 707 bytes} [Mon Jul 6 06:53:08 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 370/738] 10.0.0.191 () {32 vars in 707 bytes} [Mon Jul 6 06:53:08 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/739] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:53:08 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 371/740] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:08 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: 370/741] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:08 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/742] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:53:08 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 371/743] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:09 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: 373/744] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:09 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: 372/745] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:53:09 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 374/746] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53: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: 8|app: 0|req: 373/747] 10.0.0.209 () {36 vars in 987 bytes} [Mon Jul 6 06:53:09 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 375/748] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:53:09 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: 374/749] 10.0.0.209 () {36 vars in 987 bytes} [Mon Jul 6 06:53:09 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => 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: 376/750] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:53: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: 8|app: 0|req: 375/751] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:53:09 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/752] 10.0.0.150 () {36 vars in 987 bytes} [Mon Jul 6 06:53:11 2026] GET /v2/images/624ce372-15b2-4f6c-a9d8-9786f725ed9f => generated 1312 bytes in 14 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.150 () {36 vars in 927 bytes} [Mon Jul 6 06:53:11 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/756] 199.204.45.78 () {32 vars in 825 bytes} [Mon Jul 6 06:53:15 2026] GET /v2/images?status=active&owner=36a78b60a1844480b75c488fe71989cc&limit=2&tag=amphora&sort=created_at:desc => generated 1560 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/757] 199.204.45.78 () {32 vars in 652 bytes} [Mon Jul 6 06:53:15 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: 379/758] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:53:16 2026] GET /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119 => generated 1395 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/759] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:16 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: 380/760] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:16 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: 381/761] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:53:16 2026] GET /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119 => generated 1395 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/762] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:16 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: 382/763] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:16 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: 382/764] 10.0.0.70 () {36 vars in 986 bytes} [Mon Jul 6 06:53:16 2026] GET /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119 => generated 1395 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/765] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:16 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: 383/766] 10.0.0.70 () {36 vars in 926 bytes} [Mon Jul 6 06:53:16 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: 384/767] 10.0.0.209 () {36 vars in 987 bytes} [Mon Jul 6 06:53:16 2026] GET /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119 => 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: 384/768] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:53:16 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/769] 10.0.0.209 () {36 vars in 987 bytes} [Mon Jul 6 06:53:16 2026] GET /v2/images/6cddd8d1-dfe7-4718-8148-39c3d0f38119 => 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: 385/770] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:53:16 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: 386/771] 10.0.0.209 () {36 vars in 927 bytes} [Mon Jul 6 06:53:16 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: 410/820] 10.0.0.191 () {32 vars in 633 bytes} [Mon Jul 6 06:57:13 2026] GET /v2/images => generated 5574 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)