+ 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:14:23 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:06 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: glance-api-5494c76765-jvb46 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 0x7f52143cc668 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:14:25.147 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-02 17:14:25.152 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-04-02 17:14:26.073 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:26.075 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:26.075 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:26.075 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:26.076 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:26.077 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:28.089 8 WARNING glance.api.v2.images [None req-e09526da-1665-4ecd-8332-bbd73695af94 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-02 17:14:28.100 7 WARNING glance.api.v2.images [None req-93ed208f-c725-4812-bc28-b2ec089df7c5 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-02 17:14:28.425 8 WARNING keystonemiddleware._common.config [None req-e09526da-1665-4ecd-8332-bbd73695af94 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 17:14:28.433 8 WARNING oslo_config.cfg [None req-e09526da-1665-4ecd-8332-bbd73695af94 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-02 17:14:28.435 7 WARNING keystonemiddleware._common.config [None req-93ed208f-c725-4812-bc28-b2ec089df7c5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x7f52143cc668 pid: 8 (default app) 2026-04-02 17:14:28.442 7 WARNING oslo_config.cfg [None req-93ed208f-c725-4812-bc28-b2ec089df7c5 - - - - - -] 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 0x7f52143cc668 pid: 7 (default app) [pid: 8|app: 0|req: 4/4] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:14:29 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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:29.989 7 WARNING oslo_policy.policy [None req-123c1e58-6cb2-4600-8cae-107bc37a7315 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:29.989 7 WARNING oslo_policy.policy [None req-123c1e58-6cb2-4600-8cae-107bc37a7315 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:30.007 7 WARNING oslo_policy.policy [None req-123c1e58-6cb2-4600-8cae-107bc37a7315 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:30.007 7 WARNING oslo_policy.policy [None req-123c1e58-6cb2-4600-8cae-107bc37a7315 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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/5] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:14:29 2026] GET /v2/images => generated 69 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/6] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:14:33 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2/7] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:14:33 2026] GET /v2/images => generated 69 bytes in 34 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:71: 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:33.371 8 WARNING oslo_policy.policy [None req-bbce8568-c0a4-44c7-8f77-557e93666974 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:33.371 8 WARNING oslo_policy.policy [None req-bbce8568-c0a4-44c7-8f77-557e93666974 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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/8] 199.19.213.133 () {44 vars in 911 bytes} [Thu Apr 2 17:14:33 2026] GET /v2/images/cirros => generated 151 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/9] 199.19.213.133 () {44 vars in 933 bytes} [Thu Apr 2 17:14:33 2026] GET /v2/images?name=cirros => generated 81 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:14:33.518 8 WARNING oslo_policy.policy [None req-01822e7b-0ea0-4a01-9ad2-b87c4ee546e4 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:33.518 8 WARNING oslo_policy.policy [None req-01822e7b-0ea0-4a01-9ad2-b87c4ee546e4 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 7/10] 199.19.213.133 () {44 vars in 939 bytes} [Thu Apr 2 17:14:33 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) 2026-04-02 17:14:33.615 7 WARNING oslo_config.cfg [None req-6fee08c5-76fc-490d-b21c-a21f1005d145 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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/11] 199.19.213.133 () {48 vars in 951 bytes} [Thu Apr 2 17:14:33 2026] POST /v2/images => generated 760 bytes in 72 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-02 17:14:33.637 8 WARNING oslo_policy.policy [None req-bf1dae2e-bef5-4ded-8e8d-9233bb9cd18e 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:33.637 8 WARNING oslo_policy.policy [None req-bf1dae2e-bef5-4ded-8e8d-9233bb9cd18e 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:33.638 8 INFO glance.api.v2.image_data [None req-bf1dae2e-bef5-4ded-8e8d-9233bb9cd18e 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:37.140 8 INFO glance.location [None req-bf1dae2e-bef5-4ded-8e8d-9233bb9cd18e 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - default default] Image format matched and virtual size computed: 117440512 [pid: 8|app: 0|req: 8/12] 199.19.213.133 () {48 vars in 1045 bytes} [Thu Apr 2 17:14:33 2026] PUT /v2/images/63846835-6a53-4961-962f-2d045a4afbd3/file => generated 0 bytes in 3548 msecs (HTTP/1.1 204) 4 headers in 171 bytes (4586 switches on core 0) [pid: 7|app: 0|req: 5/13] 199.19.213.133 () {44 vars in 971 bytes} [Thu Apr 2 17:14:37 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:14:37.223 8 WARNING oslo_config.cfg [None req-a19041c4-47c2-4418-89ec-b4360828c628 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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: 9/14] 199.19.213.133 () {44 vars in 971 bytes} [Thu Apr 2 17:14:37 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 134/263] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:35:13 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/264] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:35:13 2026] GET /v2/images => generated 1240 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/269] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:35:32 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/270] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:35:32 2026] GET /v2/images => generated 1240 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/271] 199.19.213.133 () {44 vars in 937 bytes} [Thu Apr 2 17:35:33 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/272] 199.19.213.133 () {44 vars in 959 bytes} [Thu Apr 2 17:35:33 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/273] 199.19.213.133 () {44 vars in 939 bytes} [Thu Apr 2 17:35:33 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: 8|app: 0|req: 139/274] 199.19.213.133 () {48 vars in 951 bytes} [Thu Apr 2 17:35:33 2026] POST /v2/images => generated 796 bytes in 99 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-02 17:35:33.558 7 WARNING oslo_policy.policy [None req-04ba3354-0aa9-4187-b2dd-8c61a18ce76b 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:35:33.559 7 WARNING oslo_policy.policy [None req-04ba3354-0aa9-4187-b2dd-8c61a18ce76b 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:35:33.560 7 INFO glance.api.v2.image_data [None req-04ba3354-0aa9-4187-b2dd-8c61a18ce76b 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - 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:39.208 7 INFO glance.location [None req-04ba3354-0aa9-4187-b2dd-8c61a18ce76b 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - default default] Image format matched and virtual size computed: 2147483648 [pid: 7|app: 0|req: 136/289] 199.19.213.133 () {48 vars in 1046 bytes} [Thu Apr 2 17:35:33 2026] PUT /v2/images/abe6a8aa-0e5c-48e7-9d8c-b4d1f086f8a6/file => generated 0 bytes in 65708 msecs (HTTP/1.1 204) 4 headers in 171 bytes (37538 switches on core 0) [pid: 8|app: 0|req: 154/290] 199.19.213.133 () {44 vars in 971 bytes} [Thu Apr 2 17:36:39 2026] GET /v2/images/abe6a8aa-0e5c-48e7-9d8c-b4d1f086f8a6 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/291] 199.19.213.133 () {44 vars in 971 bytes} [Thu Apr 2 17:36:39 2026] GET /v2/images/abe6a8aa-0e5c-48e7-9d8c-b4d1f086f8a6 => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/292] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:36:40 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/293] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:36:40 2026] GET /v2/images => generated 2451 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/392] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:44:57 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/393] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:44:57 2026] GET /v2/images => generated 2451 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/402] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:45:32 2026] GET / => generated 1312 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/403] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:45:32 2026] GET /v2/images => generated 2451 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/404] 199.19.213.133 () {44 vars in 947 bytes} [Thu Apr 2 17:45:32 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: 194/405] 199.19.213.133 () {44 vars in 969 bytes} [Thu Apr 2 17:45:32 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/406] 199.19.213.133 () {44 vars in 939 bytes} [Thu Apr 2 17:45:32 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/409] 199.19.213.133 () {48 vars in 951 bytes} [Thu Apr 2 17:45:32 2026] POST /v2/images => generated 799 bytes in 14628 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-02 17:45:47.124 8 INFO glance.api.v2.image_data [None req-f5f65f6b-5bc4-4e6d-9fd4-e5106ee46c09 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-02 17:49:38.657 8 INFO glance.location [None req-f5f65f6b-5bc4-4e6d-9fd4-e5106ee46c09 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 215/458] 199.19.213.133 () {48 vars in 1045 bytes} [Thu Apr 2 17:45:47 2026] PUT /v2/images/2115755d-2ea1-4cec-ace8-2cd69200115e/file => generated 0 bytes in 231607 msecs (HTTP/1.1 204) 4 headers in 171 bytes (9984 switches on core 0) [pid: 7|app: 0|req: 244/459] 199.19.213.133 () {44 vars in 971 bytes} [Thu Apr 2 17:49:38 2026] GET /v2/images/2115755d-2ea1-4cec-ace8-2cd69200115e => generated 1211 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/460] 199.19.213.133 () {48 vars in 1050 bytes} [Thu Apr 2 17:49:38 2026] PATCH /v2/images/2115755d-2ea1-4cec-ace8-2cd69200115e => generated 1234 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/461] 199.19.213.133 () {44 vars in 971 bytes} [Thu Apr 2 17:49:38 2026] GET /v2/images/2115755d-2ea1-4cec-ace8-2cd69200115e => generated 1234 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/474] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:50:40 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/475] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:50:40 2026] GET /v2/images => generated 3687 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/480] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 17:50:58 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/481] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 17:50:58 2026] GET /v2/images => generated 3687 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/482] 199.19.213.133 () {44 vars in 939 bytes} [Thu Apr 2 17:50:58 2026] GET /v2/images/manila-service-image => generated 165 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/483] 199.19.213.133 () {44 vars in 961 bytes} [Thu Apr 2 17:50:58 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/484] 199.19.213.133 () {44 vars in 939 bytes} [Thu Apr 2 17:50:58 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: 257/485] 199.19.213.133 () {48 vars in 951 bytes} [Thu Apr 2 17:50:58 2026] POST /v2/images => generated 791 bytes in 246 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-02 17:50:59.091 8 INFO glance.api.v2.image_data [None req-db612f60-fe4a-4fd4-ab4f-d7863319d52b 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-02 17:51:23.867 8 INFO glance.location [None req-db612f60-fe4a-4fd4-ab4f-d7863319d52b 15ac08b292f84221bdb7fa15f1fca821 64192436849b41b8b4ae850920ef1780 - - default default] Image format matched and virtual size computed: 2814115840 [pid: 8|app: 0|req: 229/490] 199.19.213.133 () {48 vars in 1046 bytes} [Thu Apr 2 17:50:59 2026] PUT /v2/images/d85e63ed-d985-4781-83da-f6c3caaa782a/file => generated 0 bytes in 24851 msecs (HTTP/1.1 204) 4 headers in 171 bytes (19086 switches on core 0) [pid: 7|app: 0|req: 262/491] 199.19.213.133 () {44 vars in 971 bytes} [Thu Apr 2 17:51:23 2026] GET /v2/images/d85e63ed-d985-4781-83da-f6c3caaa782a => generated 1204 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/492] 199.19.213.133 () {44 vars in 971 bytes} [Thu Apr 2 17:51:23 2026] GET /v2/images/d85e63ed-d985-4781-83da-f6c3caaa782a => generated 1204 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/641] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 18:03:46 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/642] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 18:03:46 2026] GET /v2/images => generated 4893 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/671] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 18:06:00 2026] GET / => generated 1312 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/672] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 18:06:00 2026] GET /v2/images => generated 4893 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/673] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 18:06:01 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/674] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 18:06:01 2026] GET /v2/images => generated 4893 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/683] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 18:06:47 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/684] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 18:06:47 2026] GET /v2/images => generated 4893 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/687] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 18:06:54 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/688] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 18:06:54 2026] GET /v2/images => generated 4893 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/701] 199.19.213.133 () {42 vars in 688 bytes} [Thu Apr 2 18:07:54 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/702] 199.19.213.133 () {44 vars in 910 bytes} [Thu Apr 2 18:07:54 2026] GET /v2/images => generated 4893 bytes in 50 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:71: 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: 372/711] 10.0.0.191 () {32 vars in 633 bytes} [Thu Apr 2 18:08:36 2026] GET /v2/images => generated 4893 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/716] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:08:57 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 376/717] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:08:57 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: 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: 342/720] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:08:57 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/721] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:08:57 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/722] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:08:57 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: 380/723] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:08:57 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/724] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:08:57 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: 381/725] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:08:57 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: 345/726] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:08:57 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/727] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:08:57 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: 346/728] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:08:57 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: 383/729] 10.0.0.178 () {36 vars in 987 bytes} [Thu Apr 2 18:08:58 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/730] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:08:58 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: 384/731] 10.0.0.178 () {36 vars in 987 bytes} [Thu Apr 2 18:08:58 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 348/732] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:08:58 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/733] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:08:58 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/734] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:09:00 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/735] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:09:00 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: 350/736] 199.19.213.133 () {36 vars in 991 bytes} [Thu Apr 2 18:09:05 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/737] 199.19.213.133 () {36 vars in 931 bytes} [Thu Apr 2 18:09:05 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: 351/738] 199.19.213.133 () {36 vars in 991 bytes} [Thu Apr 2 18:09:06 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 388/739] 199.19.213.133 () {36 vars in 931 bytes} [Thu Apr 2 18:09:06 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/744] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:09:24 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/745] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:09:24 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: 357/750] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:09:40 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 394/751] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:09:40 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/758] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:10:13 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 398/759] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:10:13 2026] GET /v2/schemas/image => generated 4018 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/760] 10.0.0.191 () {34 vars in 655 bytes} [Thu Apr 2 18:10:16 2026] POST /v2/images => generated 648 bytes in 196 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-02 18:10:17.202 7 WARNING glance.api.v2.images [None req-9fbbd23f-0165-4151-b8b6-b8ac16a29b4c 8ceb36642767422c92a30e761a55c5e9 1d613bbc810e4ef9879d5e38a2207a13 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//64b03617-8cde-45fb-93b1-dab5b5b24554 [pid: 7|app: 0|req: 399/761] 10.0.0.191 () {32 vars in 710 bytes} [Thu Apr 2 18:10:17 2026] DELETE /v2/images/64b03617-8cde-45fb-93b1-dab5b5b24554 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/762] 10.0.0.191 () {32 vars in 707 bytes} [Thu Apr 2 18:10:17 2026] GET /v2/images/64b03617-8cde-45fb-93b1-dab5b5b24554 => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/763] 10.0.0.191 () {32 vars in 633 bytes} [Thu Apr 2 18:10:17 2026] GET /v2/images => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/764] 10.0.0.191 () {34 vars in 655 bytes} [Thu Apr 2 18:10:17 2026] POST /v2/images => generated 703 bytes in 42 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/765] 10.0.0.191 () {32 vars in 717 bytes} [Thu Apr 2 18:10:17 2026] GET /v2/images/06c953a2-d35a-43ad-b22a-39b005d8846e/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:10:17.405 8 INFO glance.api.v2.image_data [None req-f21b9f8c-2823-4d0c-9a14-6a6ff457e5f7 8ceb36642767422c92a30e761a55c5e9 1d613bbc810e4ef9879d5e38a2207a13 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-02 18:10:17.450 8 WARNING glance_store._drivers.rbd [None req-f21b9f8c-2823-4d0c-9a14-6a6ff457e5f7 8ceb36642767422c92a30e761a55c5e9 1d613bbc810e4ef9879d5e38a2207a13 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-04-02 18:10:18.082 8 INFO glance.location [None req-f21b9f8c-2823-4d0c-9a14-6a6ff457e5f7 8ceb36642767422c92a30e761a55c5e9 1d613bbc810e4ef9879d5e38a2207a13 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 365/768] 10.0.0.191 () {32 vars in 727 bytes} [Thu Apr 2 18:10:17 2026] PUT /v2/images/06c953a2-d35a-43ad-b22a-39b005d8846e/file => generated 0 bytes in 730 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/769] 10.0.0.191 () {32 vars in 707 bytes} [Thu Apr 2 18:10:18 2026] GET /v2/images/06c953a2-d35a-43ad-b22a-39b005d8846e => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/770] 10.0.0.191 () {32 vars in 717 bytes} [Thu Apr 2 18:10:18 2026] GET /v2/images/06c953a2-d35a-43ad-b22a-39b005d8846e/file => generated 1024 bytes in 128 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/771] 10.0.0.191 () {34 vars in 655 bytes} [Thu Apr 2 18:10:18 2026] POST /v2/images => generated 649 bytes in 45 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/772] 10.0.0.191 () {32 vars in 726 bytes} [Thu Apr 2 18:10:18 2026] PATCH /v2/images/7d8d50fc-a2ba-4086-a946-5b4c7c31cbdc => generated 653 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/773] 10.0.0.191 () {32 vars in 707 bytes} [Thu Apr 2 18:10:18 2026] GET /v2/images/7d8d50fc-a2ba-4086-a946-5b4c7c31cbdc => generated 653 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:10:18.423 8 WARNING glance.api.v2.images [None req-f1698c96-2b4b-4542-923f-52b5391e91dd 8ceb36642767422c92a30e761a55c5e9 1d613bbc810e4ef9879d5e38a2207a13 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//7d8d50fc-a2ba-4086-a946-5b4c7c31cbdc [pid: 8|app: 0|req: 368/774] 10.0.0.191 () {32 vars in 710 bytes} [Thu Apr 2 18:10:18 2026] DELETE /v2/images/7d8d50fc-a2ba-4086-a946-5b4c7c31cbdc => generated 0 bytes in 46 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/775] 10.0.0.191 () {32 vars in 707 bytes} [Thu Apr 2 18:10:18 2026] GET /v2/images/7d8d50fc-a2ba-4086-a946-5b4c7c31cbdc => generated 139 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:10:18.489 8 WARNING glance.api.v2.images [None req-e3a2922e-6320-4aa6-b472-bfd7469c0fbe 8ceb36642767422c92a30e761a55c5e9 1d613bbc810e4ef9879d5e38a2207a13 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//06c953a2-d35a-43ad-b22a-39b005d8846e [pid: 8|app: 0|req: 369/776] 10.0.0.191 () {32 vars in 710 bytes} [Thu Apr 2 18:10:18 2026] DELETE /v2/images/06c953a2-d35a-43ad-b22a-39b005d8846e => generated 0 bytes in 949 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/777] 10.0.0.191 () {32 vars in 707 bytes} [Thu Apr 2 18:10:19 2026] GET /v2/images/06c953a2-d35a-43ad-b22a-39b005d8846e => generated 139 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:10:19.459 8 WARNING glance.api.v2.images [None req-3b832533-e716-4db6-9ae3-4d30af642381 8ceb36642767422c92a30e761a55c5e9 1d613bbc810e4ef9879d5e38a2207a13 - - default default] Failed to find image 64b03617-8cde-45fb-93b1-dab5b5b24554 to delete: glance.common.exception.ImageNotFound: No image found with ID 64b03617-8cde-45fb-93b1-dab5b5b24554 [pid: 8|app: 0|req: 370/778] 10.0.0.191 () {32 vars in 710 bytes} [Thu Apr 2 18:10:19 2026] DELETE /v2/images/64b03617-8cde-45fb-93b1-dab5b5b24554 => generated 147 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/779] 10.0.0.191 () {32 vars in 707 bytes} [Thu Apr 2 18:10:19 2026] GET /v2/images/64b03617-8cde-45fb-93b1-dab5b5b24554 => 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: 373/784] 10.0.0.191 () {32 vars in 707 bytes} [Thu Apr 2 18:10:47 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 412/785] 10.0.0.191 () {32 vars in 707 bytes} [Thu Apr 2 18:10:47 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 374/786] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:10:47 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 413/787] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:10:47 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/788] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:10:47 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: 414/789] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:10:47 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 376/790] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:10:47 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: 415/791] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:10: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: 377/792] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:10:47 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 416/793] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:10:47 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: 378/794] 10.0.0.178 () {36 vars in 987 bytes} [Thu Apr 2 18:10:47 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/795] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:10: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: 379/796] 10.0.0.178 () {36 vars in 987 bytes} [Thu Apr 2 18:10:47 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/797] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:10:47 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: 380/798] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:10:47 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: 384/805] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:11:12 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 422/806] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:11:12 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: 386/809] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:11:21 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/810] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:11:21 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: 426/813] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:11:28 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => generated 1171 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/814] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:11: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: 428/817] 10.0.0.191 () {30 vars in 411 bytes} [Thu Apr 2 18:11:40 2026] GET / => generated 1312 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/818] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:11:46 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 429/819] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:11: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: 431/822] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:11:55 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 392/823] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:11:55 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: 396/830] 199.19.213.133 () {32 vars in 826 bytes} [Thu Apr 2 18:12:20 2026] GET /v2/images?status=active&owner=64192436849b41b8b4ae850920ef1780&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/831] 199.19.213.133 () {32 vars in 653 bytes} [Thu Apr 2 18:12:20 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/832] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:12:21 2026] GET /v2/images/abe6a8aa-0e5c-48e7-9d8c-b4d1f086f8a6 => generated 1209 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/833] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:12:21 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/834] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:12: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: 437/835] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:12:21 2026] GET /v2/images/abe6a8aa-0e5c-48e7-9d8c-b4d1f086f8a6 => generated 1209 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/836] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:12:21 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: 438/837] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:12:21 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: 400/838] 10.0.0.120 () {36 vars in 987 bytes} [Thu Apr 2 18:12:21 2026] GET /v2/images/abe6a8aa-0e5c-48e7-9d8c-b4d1f086f8a6 => generated 1209 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/839] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:12:21 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: 401/840] 10.0.0.120 () {36 vars in 927 bytes} [Thu Apr 2 18:12:21 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: 440/841] 10.0.0.178 () {36 vars in 987 bytes} [Thu Apr 2 18:12:21 2026] GET /v2/images/abe6a8aa-0e5c-48e7-9d8c-b4d1f086f8a6 => generated 1209 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/842] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:12:21 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: 441/843] 10.0.0.178 () {36 vars in 987 bytes} [Thu Apr 2 18:12:21 2026] GET /v2/images/abe6a8aa-0e5c-48e7-9d8c-b4d1f086f8a6 => 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: 403/844] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:12:21 2026] GET /v2/schemas/image => generated 4018 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/845] 10.0.0.178 () {36 vars in 927 bytes} [Thu Apr 2 18:12:21 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: 404/846] 10.0.0.14 () {36 vars in 986 bytes} [Thu Apr 2 18:12:22 2026] GET /v2/images/63846835-6a53-4961-962f-2d045a4afbd3 => 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: 443/847] 10.0.0.14 () {36 vars in 926 bytes} [Thu Apr 2 18:12:22 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: 469/898] 10.0.0.191 () {32 vars in 633 bytes} [Thu Apr 2 18:16:31 2026] GET /v2/images => generated 4893 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)