+ 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 [Thu Apr 2 17:13:57 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: glance-api-7d7597fc84-rscfs 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7fc008177668 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-04-02 17:13:59.174 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-02 17:13:59.195 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-04-02 17:14:00.065 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-04-02 17:14:00.066 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-04-02 17:14:00.067 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-02 17:14:00.088 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-04-02 17:14:00.089 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-04-02 17:14:00.090 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-02 17:14:02.136 8 WARNING glance.api.v2.images [None req-646ddc5d-09e0-49cf-83c2-f3a278534f60 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-02 17:14:02.141 7 WARNING glance.api.v2.images [None req-846d96e0-771a-4351-883f-bd308a48034d - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-02 17:14:02.480 8 WARNING keystonemiddleware._common.config [None req-646ddc5d-09e0-49cf-83c2-f3a278534f60 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 17:14:02.485 7 WARNING keystonemiddleware._common.config [None req-846d96e0-771a-4351-883f-bd308a48034d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 17:14:02.488 8 WARNING oslo_config.cfg [None req-646ddc5d-09e0-49cf-83c2-f3a278534f60 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x7fc008177668 pid: 8 (default app) 2026-04-02 17:14:02.492 7 WARNING oslo_config.cfg [None req-846d96e0-771a-4351-883f-bd308a48034d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x7fc008177668 pid: 7 (default app) [pid: 8|app: 0|req: 3/3] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:14:03 2026] GET / => generated 1290 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-04-02 17:14:03.705 7 WARNING oslo_policy.policy [None req-75d8d149-39b8-4b80-870b-368d38fb52bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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-04-02 17:14:03.706 7 WARNING oslo_policy.policy [None req-75d8d149-39b8-4b80-870b-368d38fb52bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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-04-02 17:14:03.722 7 WARNING oslo_policy.policy [None req-75d8d149-39b8-4b80-870b-368d38fb52bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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-04-02 17:14:03.722 7 WARNING oslo_policy.policy [None req-75d8d149-39b8-4b80-870b-368d38fb52bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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/4] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:14:03 2026] GET /v2/images => generated 69 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/5] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:14:07 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2/6] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:14:07 2026] GET /v2/images => generated 69 bytes in 43 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-04-02 17:14:07.341 8 WARNING oslo_policy.policy [None req-64521f72-cc48-4e73-ac7c-d79836f8f4ba 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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-04-02 17:14:07.342 8 WARNING oslo_policy.policy [None req-64521f72-cc48-4e73-ac7c-d79836f8f4ba 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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: 5/7] 199.19.213.5 () {44 vars in 904 bytes} [Thu Apr 2 17:14:07 2026] GET /v2/images/cirros => generated 151 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.5 () {44 vars in 926 bytes} [Thu Apr 2 17:14:07 2026] GET /v2/images?name=cirros => generated 81 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:14:07.478 8 WARNING oslo_policy.policy [None req-bb81e561-9b94-4619-8080-6999fde055aa 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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-04-02 17:14:07.478 8 WARNING oslo_policy.policy [None req-bb81e561-9b94-4619-8080-6999fde055aa 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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: 6/9] 199.19.213.5 () {44 vars in 932 bytes} [Thu Apr 2 17:14:07 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) 2026-04-02 17:14:07.563 7 WARNING oslo_config.cfg [None req-f0728924-214a-4ccb-8a98-4782d22d0fe5 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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/10] 199.19.213.5 () {48 vars in 944 bytes} [Thu Apr 2 17:14:07 2026] POST /v2/images => generated 760 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 325 bytes (1 switches on core 0) 2026-04-02 17:14:07.586 8 WARNING oslo_policy.policy [None req-010aac43-266c-4ff0-91eb-729ecb7c5b6c 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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-04-02 17:14:07.586 8 WARNING oslo_policy.policy [None req-010aac43-266c-4ff0-91eb-729ecb7c5b6c 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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-04-02 17:14:07.587 8 INFO glance.api.v2.image_data [None req-010aac43-266c-4ff0-91eb-729ecb7c5b6c 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-02 17:14:11.376 8 WARNING glance.location [None req-010aac43-266c-4ff0-91eb-729ecb7c5b6c 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 7/11] 199.19.213.5 () {48 vars in 1038 bytes} [Thu Apr 2 17:14:07 2026] PUT /v2/images/5d9de534-3123-472e-b713-0efe64ec7342/file => generated 0 bytes in 3839 msecs (HTTP/1.1 204) 4 headers in 171 bytes (4890 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:14:11 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:14:11.455 8 WARNING oslo_config.cfg [None req-031ddce6-3b2c-4b9c-9071-36b1545fd8bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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: 8/13] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:14:11 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/266] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:35:10 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/267] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:35:10 2026] GET /v2/images => generated 1240 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/276] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:35:43 2026] GET / => generated 1290 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/277] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:35:43 2026] GET /v2/images => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/278] 199.19.213.5 () {44 vars in 930 bytes} [Thu Apr 2 17:35:43 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/279] 199.19.213.5 () {44 vars in 952 bytes} [Thu Apr 2 17:35:43 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/280] 199.19.213.5 () {44 vars in 932 bytes} [Thu Apr 2 17:35:43 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/281] 199.19.213.5 () {48 vars in 944 bytes} [Thu Apr 2 17:35:43 2026] POST /v2/images => generated 796 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 325 bytes (1 switches on core 0) 2026-04-02 17:35:43.924 8 INFO glance.api.v2.image_data [None req-dd3518a1-c3d0-4fbb-bf4f-82b1440ac5eb 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-02 17:36:20.221 8 WARNING glance.location [None req-dd3518a1-c3d0-4fbb-bf4f-82b1440ac5eb 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 143/288] 199.19.213.5 () {48 vars in 1039 bytes} [Thu Apr 2 17:35:43 2026] PUT /v2/images/d24540b1-2505-4a93-ab78-2d1fc80c5a4f/file => generated 0 bytes in 36348 msecs (HTTP/1.1 204) 4 headers in 171 bytes (57979 switches on core 0) [pid: 7|app: 0|req: 146/289] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:36:20 2026] GET /v2/images/d24540b1-2505-4a93-ab78-2d1fc80c5a4f => 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: 144/290] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:36:20 2026] GET /v2/images/d24540b1-2505-4a93-ab78-2d1fc80c5a4f => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/293] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:36:21 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/294] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:36:21 2026] GET /v2/images => generated 2451 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:43:09 2026] GET / => generated 1290 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:43:09 2026] GET /v2/images => generated 2451 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:43:17 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:43:17 2026] GET /v2/images => generated 2451 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.19.213.5 () {44 vars in 940 bytes} [Thu Apr 2 17:43:17 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.19.213.5 () {44 vars in 962 bytes} [Thu Apr 2 17:43:17 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.19.213.5 () {44 vars in 932 bytes} [Thu Apr 2 17:43:17 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.19.213.5 () {48 vars in 944 bytes} [Thu Apr 2 17:43:17 2026] POST /v2/images => generated 799 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 325 bytes (1 switches on core 0) 2026-04-02 17:43:17.420 8 INFO glance.api.v2.image_data [None req-874462fc-be3e-4eff-bf2e-4e76a39c36c4 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-02 17:43:57.745 8 INFO glance.location [None req-874462fc-be3e-4eff-bf2e-4e76a39c36c4 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 192/393] 199.19.213.5 () {48 vars in 1038 bytes} [Thu Apr 2 17:43:17 2026] PUT /v2/images/edc8aa6b-d5b0-45dc-823e-7c8fb7be8067/file => generated 0 bytes in 40373 msecs (HTTP/1.1 204) 4 headers in 171 bytes (23343 switches on core 0) [pid: 7|app: 0|req: 202/394] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:43:57 2026] GET /v2/images/edc8aa6b-d5b0-45dc-823e-7c8fb7be8067 => generated 1211 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/395] 199.19.213.5 () {48 vars in 1043 bytes} [Thu Apr 2 17:43:57 2026] PATCH /v2/images/edc8aa6b-d5b0-45dc-823e-7c8fb7be8067 => generated 1234 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/396] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:43:57 2026] GET /v2/images/edc8aa6b-d5b0-45dc-823e-7c8fb7be8067 => generated 1234 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/407] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:44:43 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/408] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:44:43 2026] GET /v2/images => generated 3687 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/411] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:45:00 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/412] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:45:00 2026] GET /v2/images => generated 3687 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/413] 199.19.213.5 () {44 vars in 932 bytes} [Thu Apr 2 17:45:00 2026] GET /v2/images/manila-service-image => generated 165 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/414] 199.19.213.5 () {44 vars in 954 bytes} [Thu Apr 2 17:45:00 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/415] 199.19.213.5 () {44 vars in 932 bytes} [Thu Apr 2 17:45:00 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: 7|app: 0|req: 213/416] 199.19.213.5 () {48 vars in 944 bytes} [Thu Apr 2 17:45:00 2026] POST /v2/images => generated 791 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 325 bytes (1 switches on core 0) 2026-04-02 17:45:01.041 8 INFO glance.api.v2.image_data [None req-5db9442c-5711-49b5-b958-a89c3f74c92d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-02 17:45:17.412 8 INFO glance.location [None req-5db9442c-5711-49b5-b958-a89c3f74c92d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Image format matched and virtual size computed: 2820603904 [pid: 8|app: 0|req: 204/421] 199.19.213.5 () {48 vars in 1039 bytes} [Thu Apr 2 17:45:01 2026] PUT /v2/images/fa61efa0-8217-454d-a3fe-03fffc380db7/file => generated 0 bytes in 16415 msecs (HTTP/1.1 204) 4 headers in 171 bytes (28391 switches on core 0) [pid: 7|app: 0|req: 218/422] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:45:17 2026] GET /v2/images/fa61efa0-8217-454d-a3fe-03fffc380db7 => generated 1204 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/423] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:45:17 2026] GET /v2/images/fa61efa0-8217-454d-a3fe-03fffc380db7 => generated 1204 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/570] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:57:24 2026] GET / => generated 1290 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/571] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:57:24 2026] GET /v2/images => generated 4893 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/598] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:59:38 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/599] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:59:38 2026] GET /v2/images => generated 4893 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/600] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 17:59:40 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/601] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 17:59:40 2026] GET /v2/images => generated 4893 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/612] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 18:00:29 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/613] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 18:00:29 2026] GET /v2/images => generated 4893 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/616] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 18:00:36 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/617] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 18:00:36 2026] GET /v2/images => generated 4893 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/630] 199.19.213.5 () {42 vars in 681 bytes} [Thu Apr 2 18:01:35 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/631] 199.19.213.5 () {44 vars in 903 bytes} [Thu Apr 2 18:01:35 2026] GET /v2/images => generated 4893 bytes in 51 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: 315/642] 10.0.0.149 () {32 vars in 633 bytes} [Thu Apr 2 18:02:30 2026] GET /v2/images => generated 4893 bytes in 17 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: 330/647] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:02:48 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/648] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:02:48 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/649] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:02:49 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/650] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:02:49 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/653] 199.19.213.5 () {36 vars in 989 bytes} [Thu Apr 2 18:02:56 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/654] 199.19.213.5 () {36 vars in 929 bytes} [Thu Apr 2 18:02:56 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/655] 199.19.213.5 () {36 vars in 989 bytes} [Thu Apr 2 18:02:57 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/656] 199.19.213.5 () {36 vars in 929 bytes} [Thu Apr 2 18:02:57 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/659] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:03:01 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/660] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:03:01 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/661] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:03:02 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/662] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:03:02 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: 326/663] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:03:02 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: 338/664] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:03:02 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/665] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:03:02 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: 339/666] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:03:02 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: 328/667] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:03:02 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/668] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:03:02 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: 329/669] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:03:02 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/670] 10.0.0.192 () {36 vars in 911 bytes} [Thu Apr 2 18:03:03 2026] GET /versions => generated 1290 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/671] 10.0.0.192 () {36 vars in 1007 bytes} [Thu Apr 2 18:03:03 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342/locations => generated 127 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/672] 10.0.0.192 () {36 vars in 987 bytes} [Thu Apr 2 18:03:03 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/673] 10.0.0.192 () {36 vars in 927 bytes} [Thu Apr 2 18:03:03 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: 343/674] 10.0.0.192 () {36 vars in 927 bytes} [Thu Apr 2 18:03:03 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: 336/683] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:03:43 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/684] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:03:43 2026] GET /v2/schemas/image => generated 4018 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/689] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:04:06 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/690] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:04: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: 354/695] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:04:26 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/696] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:04:26 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/697] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:04:26 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/698] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:04:26 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/699] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:04:26 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: 344/700] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:04:26 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/701] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:04:27 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: 345/702] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:04:27 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: 358/703] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:04:27 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/704] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:04:27 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: 359/705] 10.0.0.192 () {36 vars in 911 bytes} [Thu Apr 2 18:04:27 2026] GET /versions => generated 1290 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/706] 10.0.0.192 () {36 vars in 1007 bytes} [Thu Apr 2 18:04:27 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342/locations => generated 127 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/707] 10.0.0.192 () {36 vars in 987 bytes} [Thu Apr 2 18:04:27 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/708] 10.0.0.192 () {36 vars in 927 bytes} [Thu Apr 2 18:04:27 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: 361/709] 10.0.0.192 () {36 vars in 927 bytes} [Thu Apr 2 18:04:27 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: 354/720] 10.0.0.149 () {34 vars in 655 bytes} [Thu Apr 2 18:05:21 2026] POST /v2/images => generated 649 bytes in 170 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-02 18:05:21.297 7 WARNING glance.api.v2.images [None req-362e7daf-ccde-4142-923e-4e85556de23d 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//284b935d-9ba2-4aa6-9366-f88d10bde17d [pid: 7|app: 0|req: 367/721] 10.0.0.149 () {32 vars in 710 bytes} [Thu Apr 2 18:05:21 2026] DELETE /v2/images/284b935d-9ba2-4aa6-9366-f88d10bde17d => 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: 355/722] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:05:21 2026] GET /v2/images/284b935d-9ba2-4aa6-9366-f88d10bde17d => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/723] 10.0.0.149 () {32 vars in 633 bytes} [Thu Apr 2 18:05:21 2026] GET /v2/images => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/724] 10.0.0.149 () {34 vars in 655 bytes} [Thu Apr 2 18:05:21 2026] POST /v2/images => generated 702 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-02 18:05:21.456 7 WARNING oslo_policy.policy [None req-4de588b4-9ec3-4bb4-9f56-c4813f51c578 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - 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-04-02 18:05:21.456 7 WARNING oslo_policy.policy [None req-4de588b4-9ec3-4bb4-9f56-c4813f51c578 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - 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: 369/725] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:21 2026] GET /v2/images/f2060c94-f20e-4613-84c3-95035c1a39c4/file => generated 0 bytes in 15 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:21.474 8 INFO glance.api.v2.image_data [None req-ddf5a15b-afab-416d-b3a4-d8406f91072f 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-02 18:05:21.513 8 WARNING glance_store._drivers.rbd [None req-ddf5a15b-afab-416d-b3a4-d8406f91072f 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-04-02 18:05:21.843 8 INFO glance.location [None req-ddf5a15b-afab-416d-b3a4-d8406f91072f 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 357/728] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:05:21 2026] PUT /v2/images/f2060c94-f20e-4613-84c3-95035c1a39c4/file => generated 0 bytes in 420 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/729] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:05:21 2026] GET /v2/images/f2060c94-f20e-4613-84c3-95035c1a39c4 => generated 1103 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/730] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:21 2026] GET /v2/images/f2060c94-f20e-4613-84c3-95035c1a39c4/file => generated 1024 bytes in 136 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/731] 10.0.0.149 () {34 vars in 655 bytes} [Thu Apr 2 18:05:22 2026] POST /v2/images => generated 648 bytes in 41 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/732] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:22 2026] PATCH /v2/images/5f5db7b6-eb49-4d8c-8c07-603e802fe834 => generated 652 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/733] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:05:22 2026] GET /v2/images/5f5db7b6-eb49-4d8c-8c07-603e802fe834 => generated 652 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:22.210 8 WARNING glance.api.v2.images [None req-7ed58d22-a8f1-40b0-af87-8bfbb1e96653 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//5f5db7b6-eb49-4d8c-8c07-603e802fe834 [pid: 8|app: 0|req: 360/734] 10.0.0.149 () {32 vars in 710 bytes} [Thu Apr 2 18:05:22 2026] DELETE /v2/images/5f5db7b6-eb49-4d8c-8c07-603e802fe834 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/735] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:05:22 2026] GET /v2/images/5f5db7b6-eb49-4d8c-8c07-603e802fe834 => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:22.271 8 WARNING glance.api.v2.images [None req-fa4b5f24-5d3e-46e1-97a5-1dc3e571f175 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//f2060c94-f20e-4613-84c3-95035c1a39c4 [pid: 8|app: 0|req: 361/736] 10.0.0.149 () {32 vars in 710 bytes} [Thu Apr 2 18:05:22 2026] DELETE /v2/images/f2060c94-f20e-4613-84c3-95035c1a39c4 => generated 0 bytes in 848 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/737] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:05:23 2026] GET /v2/images/f2060c94-f20e-4613-84c3-95035c1a39c4 => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:23.141 8 WARNING glance.api.v2.images [None req-4dc9504c-1592-4f77-bcac-ff98d4db5105 4cfdb51d231b4b75a2bca2c795b852fe 910bac654cb149fe8c49c8100bf43be2 - - default default] Failed to find image 284b935d-9ba2-4aa6-9366-f88d10bde17d to delete: glance.common.exception.ImageNotFound: No image found with ID 284b935d-9ba2-4aa6-9366-f88d10bde17d [pid: 8|app: 0|req: 362/738] 10.0.0.149 () {32 vars in 710 bytes} [Thu Apr 2 18:05:23 2026] DELETE /v2/images/284b935d-9ba2-4aa6-9366-f88d10bde17d => generated 147 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/739] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:05:23 2026] GET /v2/images/284b935d-9ba2-4aa6-9366-f88d10bde17d => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/740] 10.0.0.149 () {30 vars in 411 bytes} [Thu Apr 2 18:05:25 2026] GET / => generated 1290 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/745] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:05:46 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/746] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:05:46 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/749] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:05:59 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/750] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:05:59 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: 386/757] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:06:25 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/758] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:06:25 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/771] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:07:28 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/772] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:07:28 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: 400/785] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:08:29 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/786] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:08:29 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: 389/791] 10.0.0.140 () {36 vars in 987 bytes} [Thu Apr 2 18:08:47 2026] GET /v2/images/5d9de534-3123-472e-b713-0efe64ec7342 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/792] 10.0.0.140 () {36 vars in 927 bytes} [Thu Apr 2 18:08:47 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/801] 199.19.213.5 () {32 vars in 824 bytes} [Thu Apr 2 18:09:26 2026] GET /v2/images?status=active&owner=e832b72032044b83a288adef4e913a0e&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/802] 199.19.213.5 () {32 vars in 651 bytes} [Thu Apr 2 18:09:27 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/803] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:09:27 2026] GET /v2/images/d24540b1-2505-4a93-ab78-2d1fc80c5a4f => generated 1209 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/804] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:09:27 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: 396/805] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:09:27 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/806] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:09:27 2026] GET /v2/images/d24540b1-2505-4a93-ab78-2d1fc80c5a4f => generated 1209 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/807] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:09:27 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: 411/808] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:09:27 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: 398/809] 10.0.0.247 () {36 vars in 987 bytes} [Thu Apr 2 18:09:27 2026] GET /v2/images/d24540b1-2505-4a93-ab78-2d1fc80c5a4f => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/810] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:09:27 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: 399/811] 10.0.0.247 () {36 vars in 927 bytes} [Thu Apr 2 18:09:27 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/812] 10.0.0.192 () {36 vars in 911 bytes} [Thu Apr 2 18:09:28 2026] GET /versions => generated 1290 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/813] 10.0.0.192 () {36 vars in 1007 bytes} [Thu Apr 2 18:09:28 2026] GET /v2/images/d24540b1-2505-4a93-ab78-2d1fc80c5a4f/locations => generated 127 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/814] 10.0.0.192 () {36 vars in 987 bytes} [Thu Apr 2 18:09:28 2026] GET /v2/images/d24540b1-2505-4a93-ab78-2d1fc80c5a4f => 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: 401/815] 10.0.0.192 () {36 vars in 927 bytes} [Thu Apr 2 18:09:28 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/816] 10.0.0.192 () {36 vars in 927 bytes} [Thu Apr 2 18:09:28 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: 440/865] 10.0.0.149 () {32 vars in 633 bytes} [Thu Apr 2 18:13:26 2026] GET /v2/images => generated 4893 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)