+ 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 [Sat Jun 20 01:47:54 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: glance-api-6888c6b86b-pmsch machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9292 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fa07099e668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-06-20 01:47:56.023 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-06-20 01:47:56.041 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-06-20 01:47:56.867 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-06-20 01:47:56.868 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-06-20 01:47:56.868 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-06-20 01:47:56.888 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-06-20 01:47:56.889 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-06-20 01:47:56.890 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-06-20 01:47:58.882 7 WARNING glance.api.v2.images [None req-68d69008-b105-443d-88ce-b189c2fd66ab - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-20 01:47:58.965 8 WARNING glance.api.v2.images [None req-51c99fa1-9912-4756-80e7-f910079b9c32 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-20 01:47:59.210 7 WARNING keystonemiddleware._common.config [None req-68d69008-b105-443d-88ce-b189c2fd66ab - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-20 01:47:59.217 7 WARNING oslo_config.cfg [None req-68d69008-b105-443d-88ce-b189c2fd66ab - - - - - -] 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 0x7fa07099e668 pid: 7 (default app) 2026-06-20 01:47:59.306 8 WARNING keystonemiddleware._common.config [None req-51c99fa1-9912-4756-80e7-f910079b9c32 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-20 01:47:59.313 8 WARNING oslo_config.cfg [None req-51c99fa1-9912-4756-80e7-f910079b9c32 - - - - - -] 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 0x7fa07099e668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 01:48:00 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-06-20 01:48:00.592 8 WARNING oslo_policy.policy [None req-32c86641-1539-4f06-95a8-c8398ff5f959 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 01:48:00.592 8 WARNING oslo_policy.policy [None req-32c86641-1539-4f06-95a8-c8398ff5f959 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 01:48:00.609 8 WARNING oslo_policy.policy [None req-32c86641-1539-4f06-95a8-c8398ff5f959 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 01:48:00.609 8 WARNING oslo_policy.policy [None req-32c86641-1539-4f06-95a8-c8398ff5f959 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 1/5] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 01:48:00 2026] GET /v2/images => generated 69 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/6] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 01:48:04 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/7] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 01:48:04 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-06-20 01:48:04.477 7 WARNING oslo_policy.policy [None req-912eeab8-27b0-4282-94cc-6558d85f41f7 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 01:48:04.477 7 WARNING oslo_policy.policy [None req-912eeab8-27b0-4282-94cc-6558d85f41f7 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 6/8] 199.204.45.53 () {44 vars in 907 bytes} [Sat Jun 20 01:48:04 2026] GET /v2/images/cirros => generated 151 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.53 () {44 vars in 929 bytes} [Sat Jun 20 01:48:04 2026] GET /v2/images?name=cirros => generated 81 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-20 01:48:04.608 7 WARNING oslo_policy.policy [None req-3b29ad40-2d83-449d-a981-c6cfbfe3df22 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 01:48:04.608 7 WARNING oslo_policy.policy [None req-3b29ad40-2d83-449d-a981-c6cfbfe3df22 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 7/10] 199.204.45.53 () {44 vars in 935 bytes} [Sat Jun 20 01:48:04 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-06-20 01:48:04.746 8 WARNING oslo_config.cfg [None req-84dd136f-1cb0-4d4d-90e7-4c049514b378 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 4/11] 199.204.45.53 () {48 vars in 947 bytes} [Sat Jun 20 01:48:04 2026] POST /v2/images => generated 760 bytes in 111 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-06-20 01:48:04.771 7 WARNING oslo_policy.policy [None req-8964eb2a-d6df-4f59-8042-5de9d22a4671 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 01:48:04.771 7 WARNING oslo_policy.policy [None req-8964eb2a-d6df-4f59-8042-5de9d22a4671 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 01:48:04.773 7 INFO glance.api.v2.image_data [None req-8964eb2a-d6df-4f59-8042-5de9d22a4671 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-20 01:48:08.024 7 WARNING glance.location [None req-8964eb2a-d6df-4f59-8042-5de9d22a4671 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/12] 199.204.45.53 () {48 vars in 1041 bytes} [Sat Jun 20 01:48:04 2026] PUT /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909/file => generated 0 bytes in 3297 msecs (HTTP/1.1 204) 4 headers in 171 bytes (5639 switches on core 0) [pid: 8|app: 0|req: 5/13] 199.204.45.53 () {44 vars in 967 bytes} [Sat Jun 20 01:48:08 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-20 01:48:08.174 7 WARNING oslo_config.cfg [None req-ef3452a3-bb3e-498f-bcaf-477fad441bd7 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 7|app: 0|req: 9/14] 199.204.45.53 () {48 vars in 1047 bytes} [Sat Jun 20 01:48:08 2026] PATCH /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.53 () {44 vars in 967 bytes} [Sat Jun 20 01:48:08 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 140/276] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:09:48 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: 137/277] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:09:48 2026] GET /v2/images => generated 1381 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/282] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:10:08 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: 140/283] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:10:08 2026] GET /v2/images => generated 1381 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/284] 199.204.45.53 () {44 vars in 933 bytes} [Sat Jun 20 02:10:08 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/285] 199.204.45.53 () {44 vars in 955 bytes} [Sat Jun 20 02:10:08 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/286] 199.204.45.53 () {44 vars in 935 bytes} [Sat Jun 20 02:10:08 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: 8|app: 0|req: 142/288] 199.204.45.53 () {48 vars in 947 bytes} [Sat Jun 20 02:10:08 2026] POST /v2/images => generated 796 bytes in 731 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-06-20 02:10:08.898 8 WARNING oslo_policy.policy [None req-cacaf62a-65cd-4f36-90a8-643017e5a668 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 02:10:08.898 8 WARNING oslo_policy.policy [None req-cacaf62a-65cd-4f36-90a8-643017e5a668 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-06-20 02:10:08.899 8 INFO glance.api.v2.image_data [None req-cacaf62a-65cd-4f36-90a8-643017e5a668 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-20 02:10:36.323 8 WARNING glance.location [None req-cacaf62a-65cd-4f36-90a8-643017e5a668 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Image claims disk_format but is actually 'gpt' [pid: 8|app: 0|req: 143/294] 199.204.45.53 () {48 vars in 1042 bytes} [Sat Jun 20 02:10:08 2026] PUT /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a/file => generated 0 bytes in 27480 msecs (HTTP/1.1 204) 4 headers in 171 bytes (65615 switches on core 0) [pid: 7|app: 0|req: 152/295] 199.204.45.53 () {44 vars in 967 bytes} [Sat Jun 20 02:10:36 2026] GET /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a => generated 1209 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/296] 199.204.45.53 () {48 vars in 1047 bytes} [Sat Jun 20 02:10:36 2026] PATCH /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a => generated 1395 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/297] 199.204.45.53 () {44 vars in 967 bytes} [Sat Jun 20 02:10:36 2026] GET /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a => 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: 145/298] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:10:38 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: 154/299] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:10:38 2026] GET /v2/images => generated 2778 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/390] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:17:59 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: 200/391] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:17:59 2026] GET /v2/images => generated 2778 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/396] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:18:21 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/397] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:18:21 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: 8|app: 0|req: 195/398] 199.204.45.53 () {44 vars in 943 bytes} [Sat Jun 20 02:18:21 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/399] 199.204.45.53 () {44 vars in 965 bytes} [Sat Jun 20 02:18:21 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/400] 199.204.45.53 () {44 vars in 935 bytes} [Sat Jun 20 02:18:21 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/401] 199.204.45.53 () {48 vars in 947 bytes} [Sat Jun 20 02:18:21 2026] POST /v2/images => generated 799 bytes in 2420 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-06-20 02:18:24.438 8 INFO glance.api.v2.image_data [None req-35271828-1094-459d-912a-82be0591fb05 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-20 02:19:37.190 8 INFO glance.location [None req-35271828-1094-459d-912a-82be0591fb05 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 197/416] 199.204.45.53 () {48 vars in 1041 bytes} [Sat Jun 20 02:18:24 2026] PUT /v2/images/22a9c107-107b-44e6-8555-3eb1c2380eee/file => generated 0 bytes in 72833 msecs (HTTP/1.1 204) 4 headers in 171 bytes (18051 switches on core 0) [pid: 7|app: 0|req: 220/417] 199.204.45.53 () {44 vars in 967 bytes} [Sat Jun 20 02:19:37 2026] GET /v2/images/22a9c107-107b-44e6-8555-3eb1c2380eee => generated 1211 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/418] 199.204.45.53 () {48 vars in 1047 bytes} [Sat Jun 20 02:19:37 2026] PATCH /v2/images/22a9c107-107b-44e6-8555-3eb1c2380eee => generated 1410 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/419] 199.204.45.53 () {44 vars in 967 bytes} [Sat Jun 20 02:19:37 2026] GET /v2/images/22a9c107-107b-44e6-8555-3eb1c2380eee => generated 1410 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/434] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:20:44 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: 206/435] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:20:44 2026] GET /v2/images => generated 4190 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/440] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:21:03 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: 232/441] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:21:03 2026] GET /v2/images => generated 4190 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/442] 199.204.45.53 () {44 vars in 935 bytes} [Sat Jun 20 02:21:03 2026] GET /v2/images/manila-service-image => generated 165 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/443] 199.204.45.53 () {44 vars in 957 bytes} [Sat Jun 20 02:21:03 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: 211/444] 199.204.45.53 () {44 vars in 935 bytes} [Sat Jun 20 02:21:03 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: 234/445] 199.204.45.53 () {48 vars in 947 bytes} [Sat Jun 20 02:21:03 2026] POST /v2/images => generated 791 bytes in 46 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-06-20 02:21:03.641 8 INFO glance.api.v2.image_data [None req-04547f5b-1bc2-4bd5-893d-e98ca401d16c 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-20 02:21:22.784 8 INFO glance.location [None req-04547f5b-1bc2-4bd5-893d-e98ca401d16c 502b50531f194dc19d9910e1a2056117 71332206f399424e9ff386b46be8b490 - - default default] Image format matched and virtual size computed: 2976251904 [pid: 8|app: 0|req: 212/450] 199.204.45.53 () {48 vars in 1042 bytes} [Sat Jun 20 02:21:03 2026] PUT /v2/images/2b53a2dd-99e6-4633-ad04-37d51debda92/file => generated 0 bytes in 19203 msecs (HTTP/1.1 204) 4 headers in 171 bytes (28226 switches on core 0) [pid: 7|app: 0|req: 239/451] 199.204.45.53 () {44 vars in 967 bytes} [Sat Jun 20 02:21:22 2026] GET /v2/images/2b53a2dd-99e6-4633-ad04-37d51debda92 => 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: 213/452] 199.204.45.53 () {48 vars in 1047 bytes} [Sat Jun 20 02:21:22 2026] PATCH /v2/images/2b53a2dd-99e6-4633-ad04-37d51debda92 => generated 1382 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/453] 199.204.45.53 () {44 vars in 967 bytes} [Sat Jun 20 02:21:22 2026] GET /v2/images/2b53a2dd-99e6-4633-ad04-37d51debda92 => generated 1382 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/612] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:34:36 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: 320/613] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:34:36 2026] GET /v2/images => generated 5574 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/644] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:37:00 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: 309/645] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:37:00 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: 337/646] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:37:02 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: 310/647] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:37:02 2026] GET /v2/images => generated 5574 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/658] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:37:53 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: 316/659] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:37:53 2026] GET /v2/images => generated 5574 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/662] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:38:01 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: 318/663] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:38:01 2026] GET /v2/images => generated 5574 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/676] 199.204.45.53 () {42 vars in 684 bytes} [Sat Jun 20 02:39:04 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: 352/677] 199.204.45.53 () {44 vars in 906 bytes} [Sat Jun 20 02:39:04 2026] GET /v2/images => generated 5574 bytes in 42 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: 357/686] 10.0.0.214 () {32 vars in 633 bytes} [Sat Jun 20 02:39:46 2026] GET /v2/images => generated 5574 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/691] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:40:05 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 22 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: 332/692] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:40:05 2026] GET /v2/schemas/image => generated 4018 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/693] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:40:05 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/694] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:40:05 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: 335/697] 199.204.45.53 () {36 vars in 990 bytes} [Sat Jun 20 02:40:12 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 363/698] 199.204.45.53 () {36 vars in 930 bytes} [Sat Jun 20 02:40:12 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: 336/699] 199.204.45.53 () {36 vars in 990 bytes} [Sat Jun 20 02:40:13 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/700] 199.204.45.53 () {36 vars in 930 bytes} [Sat Jun 20 02:40:13 2026] GET /v2/schemas/image => generated 4018 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/703] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:40:19 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/704] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:40:19 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/705] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:40:19 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: 367/706] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:40:19 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 340/707] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:40:19 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: 368/708] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:40:19 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: 341/709] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:40:19 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/710] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:40:19 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: 342/711] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:40:19 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: 370/712] 10.0.0.167 () {36 vars in 911 bytes} [Sat Jun 20 02:40:20 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/713] 10.0.0.167 () {36 vars in 1007 bytes} [Sat Jun 20 02:40:20 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909/locations => generated 127 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/714] 10.0.0.167 () {36 vars in 987 bytes} [Sat Jun 20 02:40:20 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 344/715] 10.0.0.167 () {36 vars in 927 bytes} [Sat Jun 20 02:40: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: 7|app: 0|req: 372/716] 10.0.0.167 () {36 vars in 927 bytes} [Sat Jun 20 02:40: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: 345/717] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:40:22 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/718] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:40:22 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: 348/723] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:40:46 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 376/724] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:40:46 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: 349/725] 10.0.0.214 () {34 vars in 655 bytes} [Sat Jun 20 02:40:47 2026] POST /v2/images => generated 649 bytes in 221 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-06-20 02:40:47.580 7 WARNING glance.api.v2.images [None req-89939327-d6d1-4bff-b2bf-8e25d5c1c107 516110ba4ca44948a27f7278d197bbf1 9bbd4591204d44c68186962f35994656 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//b5e19dbc-e136-4436-a737-de28aa3abf01 [pid: 7|app: 0|req: 377/726] 10.0.0.214 () {32 vars in 710 bytes} [Sat Jun 20 02:40:47 2026] DELETE /v2/images/b5e19dbc-e136-4436-a737-de28aa3abf01 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/727] 10.0.0.214 () {32 vars in 707 bytes} [Sat Jun 20 02:40:47 2026] GET /v2/images/b5e19dbc-e136-4436-a737-de28aa3abf01 => 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: 378/728] 10.0.0.214 () {32 vars in 633 bytes} [Sat Jun 20 02:40:47 2026] GET /v2/images => generated 1381 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/729] 10.0.0.214 () {34 vars in 655 bytes} [Sat Jun 20 02:40:47 2026] POST /v2/images => generated 702 bytes in 38 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/730] 10.0.0.214 () {32 vars in 717 bytes} [Sat Jun 20 02:40:47 2026] GET /v2/images/6f5d2055-8814-469c-bdb4-a2b77f654683/file => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-20 02:40:47.771 8 INFO glance.api.v2.image_data [None req-93593d2a-bad4-4edb-8665-971c9e95c475 516110ba4ca44948a27f7278d197bbf1 9bbd4591204d44c68186962f35994656 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-20 02:40:47.807 8 WARNING glance_store._drivers.rbd [None req-93593d2a-bad4-4edb-8665-971c9e95c475 516110ba4ca44948a27f7278d197bbf1 9bbd4591204d44c68186962f35994656 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-06-20 02:40:48.175 8 INFO glance.location [None req-93593d2a-bad4-4edb-8665-971c9e95c475 516110ba4ca44948a27f7278d197bbf1 9bbd4591204d44c68186962f35994656 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 352/731] 10.0.0.214 () {32 vars in 727 bytes} [Sat Jun 20 02:40:47 2026] PUT /v2/images/6f5d2055-8814-469c-bdb4-a2b77f654683/file => generated 0 bytes in 447 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/732] 10.0.0.214 () {32 vars in 707 bytes} [Sat Jun 20 02:40:48 2026] GET /v2/images/6f5d2055-8814-469c-bdb4-a2b77f654683 => generated 1103 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/733] 10.0.0.214 () {32 vars in 717 bytes} [Sat Jun 20 02:40:48 2026] GET /v2/images/6f5d2055-8814-469c-bdb4-a2b77f654683/file => generated 1024 bytes in 144 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/734] 10.0.0.214 () {34 vars in 655 bytes} [Sat Jun 20 02:40:48 2026] POST /v2/images => generated 649 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/735] 10.0.0.214 () {32 vars in 726 bytes} [Sat Jun 20 02:40:48 2026] PATCH /v2/images/687635f2-72c3-4534-91f4-354cb041401d => generated 653 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/736] 10.0.0.214 () {32 vars in 707 bytes} [Sat Jun 20 02:40:48 2026] GET /v2/images/687635f2-72c3-4534-91f4-354cb041401d => generated 653 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-20 02:40:48.534 8 WARNING glance.api.v2.images [None req-d566cbf2-2021-4e2d-84d1-3911fde5dd6a 516110ba4ca44948a27f7278d197bbf1 9bbd4591204d44c68186962f35994656 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//687635f2-72c3-4534-91f4-354cb041401d [pid: 8|app: 0|req: 355/737] 10.0.0.214 () {32 vars in 710 bytes} [Sat Jun 20 02:40:48 2026] DELETE /v2/images/687635f2-72c3-4534-91f4-354cb041401d => generated 0 bytes in 37 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/738] 10.0.0.214 () {32 vars in 707 bytes} [Sat Jun 20 02:40:48 2026] GET /v2/images/687635f2-72c3-4534-91f4-354cb041401d => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-20 02:40:48.597 8 WARNING glance.api.v2.images [None req-2d1cb8e9-8752-4849-ae81-c95c380ae890 516110ba4ca44948a27f7278d197bbf1 9bbd4591204d44c68186962f35994656 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//6f5d2055-8814-469c-bdb4-a2b77f654683 [pid: 8|app: 0|req: 356/741] 10.0.0.214 () {32 vars in 710 bytes} [Sat Jun 20 02:40:48 2026] DELETE /v2/images/6f5d2055-8814-469c-bdb4-a2b77f654683 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/742] 10.0.0.214 () {32 vars in 707 bytes} [Sat Jun 20 02:40:49 2026] GET /v2/images/6f5d2055-8814-469c-bdb4-a2b77f654683 => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-20 02:40:49.465 8 WARNING glance.api.v2.images [None req-4a297f0d-061f-49cc-8bae-ac4e064c6fcf 516110ba4ca44948a27f7278d197bbf1 9bbd4591204d44c68186962f35994656 - - default default] Failed to find image b5e19dbc-e136-4436-a737-de28aa3abf01 to delete: glance.common.exception.ImageNotFound: No image found with ID b5e19dbc-e136-4436-a737-de28aa3abf01 [pid: 8|app: 0|req: 357/743] 10.0.0.214 () {32 vars in 710 bytes} [Sat Jun 20 02:40:49 2026] DELETE /v2/images/b5e19dbc-e136-4436-a737-de28aa3abf01 => 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: 387/744] 10.0.0.214 () {32 vars in 707 bytes} [Sat Jun 20 02:40:49 2026] GET /v2/images/b5e19dbc-e136-4436-a737-de28aa3abf01 => generated 139 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/747] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:41:03 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/748] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:41:03 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/755] 10.0.0.214 () {30 vars in 411 bytes} [Sat Jun 20 02:41:38 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: 367/762] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:42:01 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/763] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:42: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: 372/772] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:42:41 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/773] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:42:41 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: 376/780] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:43:10 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 405/781] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:43:10 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/784] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:43:21 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/785] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:43: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: 410/790] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:43:39 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/791] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:43:39 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: 411/792] 10.0.0.214 () {32 vars in 707 bytes} [Sat Jun 20 02:43:45 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/793] 10.0.0.214 () {32 vars in 707 bytes} [Sat Jun 20 02:43:45 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 412/794] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:43:45 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/795] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:43:45 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/796] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:43:45 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: 384/797] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:43:45 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => generated 1312 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/798] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:43:45 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: 385/799] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:43:45 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: 415/800] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:43:46 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 386/801] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:43: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: 7|app: 0|req: 416/802] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:43:46 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/803] 10.0.0.167 () {36 vars in 911 bytes} [Sat Jun 20 02:43:46 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/804] 10.0.0.167 () {36 vars in 1007 bytes} [Sat Jun 20 02:43:46 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909/locations => generated 127 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/805] 10.0.0.167 () {36 vars in 987 bytes} [Sat Jun 20 02:43:46 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 418/806] 10.0.0.167 () {36 vars in 927 bytes} [Sat Jun 20 02:43:46 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/807] 10.0.0.167 () {36 vars in 927 bytes} [Sat Jun 20 02:43:46 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: 419/808] 10.0.0.89 () {36 vars in 986 bytes} [Sat Jun 20 02:43:48 2026] GET /v2/images/40d3f066-89da-488f-a02e-a1b02bdb9909 => 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: 390/809] 10.0.0.89 () {36 vars in 926 bytes} [Sat Jun 20 02:43: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: 425/820] 199.204.45.53 () {32 vars in 825 bytes} [Sat Jun 20 02:44:28 2026] GET /v2/images?status=active&owner=71332206f399424e9ff386b46be8b490&limit=2&tag=amphora&sort=created_at:desc => generated 1560 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/821] 199.204.45.53 () {32 vars in 652 bytes} [Sat Jun 20 02:44:29 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: 426/822] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:44:29 2026] GET /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a => 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: 397/823] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:44: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: 7|app: 0|req: 427/824] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:44:29 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: 398/825] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:44:29 2026] GET /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a => generated 1395 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/826] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:44:29 2026] GET /v2/schemas/image => generated 4018 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/827] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:44:29 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: 429/828] 10.0.0.204 () {36 vars in 987 bytes} [Sat Jun 20 02:44:29 2026] GET /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a => 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: 400/829] 10.0.0.204 () {36 vars in 927 bytes} [Sat Jun 20 02:44:29 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: 430/830] 10.0.0.167 () {36 vars in 911 bytes} [Sat Jun 20 02:44:29 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/831] 10.0.0.167 () {36 vars in 1007 bytes} [Sat Jun 20 02:44:29 2026] GET /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a/locations => generated 127 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/832] 10.0.0.167 () {36 vars in 987 bytes} [Sat Jun 20 02:44:29 2026] GET /v2/images/f5002d54-1d11-4357-a53a-198c0da3c81a => generated 1395 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/833] 10.0.0.167 () {36 vars in 927 bytes} [Sat Jun 20 02:44: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: 7|app: 0|req: 432/834] 10.0.0.167 () {36 vars in 927 bytes} [Sat Jun 20 02:44:30 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/877] 10.0.0.214 () {32 vars in 633 bytes} [Sat Jun 20 02:48:06 2026] GET /v2/images => generated 5574 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)