+ 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 Jun 18 15:35:44 2026] *** compiled with version: 11.4.0 on 11 June 2026 18:05:55 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: glance-api-66ccc4d8bb-lvlhc 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.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x562079464fa0 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)... /var/lib/openstack/lib/python3.10/site-packages/wsme/protocol.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /var/lib/openstack/lib/python3.10/site-packages/wsme/protocol.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-06-18 15:35:46.371 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-06-18 15:35:46.384 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-06-18 15:35:46.994 8 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-06-18 15:35:47.010 7 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-06-18 15:35:47.076 8 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-06-18 15:35:47.078 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-18 15:35:47.079 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-18 15:35:47.099 7 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-06-18 15:35:47.100 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-18 15:35:47.101 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-18 15:35:48.746 8 WARNING glance.api.v2.images [None req-3385abfa-c96c-4997-b429-737bc4f116f4 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-18 15:35:48.861 7 WARNING glance.api.v2.images [None req-5de53b79-bafb-4063-bc8b-12115b4e8d3a - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-06-18 15:35:48.963 8 WARNING keystonemiddleware._common.config [None req-3385abfa-c96c-4997-b429-737bc4f116f4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-18 15:35:48.971 8 WARNING oslo_config.cfg [None req-3385abfa-c96c-4997-b429-737bc4f116f4 - - - - - -] 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 4 seconds on interpreter 0x562079464fa0 pid: 8 (default app) 2026-06-18 15:35:49.079 7 WARNING keystonemiddleware._common.config [None req-5de53b79-bafb-4063-bc8b-12115b4e8d3a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-18 15:35:49.088 7 WARNING oslo_config.cfg [None req-5de53b79-bafb-4063-bc8b-12115b4e8d3a - - - - - -] 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 0x562079464fa0 pid: 7 (default app) [pid: 8|app: 0|req: 4/4] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 15:35:50 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /var/lib/openstack/lib/python3.10/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-06-18 15:35:50.751 7 WARNING oslo_policy.policy [None req-55bed7e2-2e27-4843-ae0f-01c2d0f9a41a 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:35:50.751 7 WARNING oslo_policy.policy [None req-55bed7e2-2e27-4843-ae0f-01c2d0f9a41a 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:35:50.774 7 WARNING oslo_policy.policy [None req-55bed7e2-2e27-4843-ae0f-01c2d0f9a41a 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:35:50.774 7 WARNING oslo_policy.policy [None req-55bed7e2-2e27-4843-ae0f-01c2d0f9a41a 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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.203 () {44 vars in 911 bytes} [Thu Jun 18 15:35:50 2026] GET /v2/images => generated 69 bytes in 573 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.203 () {42 vars in 689 bytes} [Thu Jun 18 15:35:54 2026] GET / => generated 1193 bytes in 2 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.203 () {44 vars in 911 bytes} [Thu Jun 18 15:35:54 2026] GET /v2/images => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /var/lib/openstack/lib/python3.10/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-06-18 15:35:54.225 8 WARNING oslo_policy.policy [None req-cb2c5a84-a2c9-455e-8cf2-de83d651baf7 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:35:54.225 8 WARNING oslo_policy.policy [None req-cb2c5a84-a2c9-455e-8cf2-de83d651baf7 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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.203 () {44 vars in 912 bytes} [Thu Jun 18 15:35:54 2026] GET /v2/images/cirros => generated 151 bytes in 123 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.203 () {44 vars in 934 bytes} [Thu Jun 18 15:35:54 2026] GET /v2/images?name=cirros => generated 81 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 15:35:54.366 8 WARNING oslo_policy.policy [None req-5fd6207f-1875-4ac7-9550-4c8e6344c5c8 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:35:54.367 8 WARNING oslo_policy.policy [None req-5fd6207f-1875-4ac7-9550-4c8e6344c5c8 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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.203 () {44 vars in 940 bytes} [Thu Jun 18 15:35:54 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-06-18 15:35:54.443 7 WARNING oslo_config.cfg [None req-1144177a-3fce-433b-b45b-9605bebda69f 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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.203 () {48 vars in 952 bytes} [Thu Jun 18 15:35:54 2026] POST /v2/images => generated 760 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-18 15:35:54.465 8 WARNING oslo_policy.policy [None req-2c91b28f-3a0e-4969-a1a7-7c7151243c64 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:35:54.465 8 WARNING oslo_policy.policy [None req-2c91b28f-3a0e-4969-a1a7-7c7151243c64 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:35:54.468 8 INFO glance.api.v2.image_data [None req-2c91b28f-3a0e-4969-a1a7-7c7151243c64 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-18 15:35:58.334 8 INFO glance.location [None req-2c91b28f-3a0e-4969-a1a7-7c7151243c64 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - default default] Image format matched and virtual size computed: 117440512 [pid: 8|app: 0|req: 8/12] 199.19.213.203 () {48 vars in 1046 bytes} [Thu Jun 18 15:35:54 2026] PUT /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57/file => generated 0 bytes in 3919 msecs (HTTP/1.1 204) 4 headers in 171 bytes (7209 switches on core 0) [pid: 7|app: 0|req: 5/13] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 15:35:58 2026] GET /v2/images => generated 1240 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 15:35:58.422 8 WARNING oslo_config.cfg [None req-d0824f43-5545-4ef0-a55e-42f8388d2fa5 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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.203 () {48 vars in 1050 bytes} [Thu Jun 18 15:35:58 2026] PATCH /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 6/15] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 15:35:58 2026] GET /v2/images => generated 1240 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/288] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 15:58:31 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/289] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 15:58:31 2026] GET /v2/images => generated 1240 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/294] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 15:58:50 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/295] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 15:58:50 2026] GET /v2/images => generated 1240 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/296] 199.19.213.203 () {44 vars in 938 bytes} [Thu Jun 18 15:58:50 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/297] 199.19.213.203 () {44 vars in 960 bytes} [Thu Jun 18 15:58:50 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/298] 199.19.213.203 () {44 vars in 940 bytes} [Thu Jun 18 15:58:50 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/299] 199.19.213.203 () {48 vars in 952 bytes} [Thu Jun 18 15:58:50 2026] POST /v2/images => generated 796 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-18 15:58:50.668 7 WARNING oslo_policy.policy [None req-45b9ccda-9da1-4d38-855b-354c28330fe9 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:58:50.668 7 WARNING oslo_policy.policy [None req-45b9ccda-9da1-4d38-855b-354c28330fe9 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - 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-18 15:58:50.671 7 INFO glance.api.v2.image_data [None req-45b9ccda-9da1-4d38-855b-354c28330fe9 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-18 15:59:16.895 7 INFO glance.location [None req-45b9ccda-9da1-4d38-855b-354c28330fe9 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - default default] Image format matched and virtual size computed: 2147483648 [pid: 7|app: 0|req: 149/304] 199.19.213.203 () {48 vars in 1047 bytes} [Thu Jun 18 15:58:50 2026] PUT /v2/images/4df3e2ea-7e5d-466d-b2a0-695d65736d9e/file => generated 0 bytes in 26297 msecs (HTTP/1.1 204) 4 headers in 171 bytes (61240 switches on core 0) [pid: 8|app: 0|req: 156/305] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 15:59:16 2026] GET /v2/images => generated 2451 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/306] 199.19.213.203 () {48 vars in 1050 bytes} [Thu Jun 18 15:59:16 2026] PATCH /v2/images/4df3e2ea-7e5d-466d-b2a0-695d65736d9e => 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: 157/307] 199.19.213.203 () {48 vars in 1051 bytes} [Thu Jun 18 15:59:17 2026] PATCH /v2/images/4df3e2ea-7e5d-466d-b2a0-695d65736d9e => generated 1209 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/308] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 15:59:17 2026] GET /v2/images => generated 2451 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/309] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 15:59:18 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/310] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 15:59:18 2026] GET /v2/images => generated 2451 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/393] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:06:08 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/394] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:06:08 2026] GET /v2/images => generated 2451 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/399] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:06:19 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/400] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:06:19 2026] GET /v2/images => generated 2451 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/401] 199.19.213.203 () {44 vars in 948 bytes} [Thu Jun 18 16:06:19 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/402] 199.19.213.203 () {44 vars in 970 bytes} [Thu Jun 18 16:06:19 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/403] 199.19.213.203 () {44 vars in 940 bytes} [Thu Jun 18 16:06:19 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: 199/404] 199.19.213.203 () {48 vars in 952 bytes} [Thu Jun 18 16:06:19 2026] POST /v2/images => generated 799 bytes in 46 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-18 16:06:19.674 8 INFO glance.api.v2.image_data [None req-68515c48-6955-4184-838d-f15ce852b39d 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-18 16:06:39.506 8 INFO glance.location [None req-68515c48-6955-4184-838d-f15ce852b39d 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 206/409] 199.19.213.203 () {48 vars in 1046 bytes} [Thu Jun 18 16:06:19 2026] PUT /v2/images/0b136bde-48df-4828-bf23-f1a9612e3589/file => generated 0 bytes in 19888 msecs (HTTP/1.1 204) 4 headers in 171 bytes (20365 switches on core 0) [pid: 7|app: 0|req: 204/410] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:06:39 2026] GET /v2/images => generated 3664 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/411] 199.19.213.203 () {48 vars in 1051 bytes} [Thu Jun 18 16:06:39 2026] PATCH /v2/images/0b136bde-48df-4828-bf23-f1a9612e3589 => generated 1234 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/412] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:06:39 2026] GET /v2/images => generated 3687 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:07:18 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:07:18 2026] GET /v2/images => generated 3687 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/425] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:07:29 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/426] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:07:29 2026] GET /v2/images => generated 3687 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 199.19.213.203 () {44 vars in 940 bytes} [Thu Jun 18 16:07:29 2026] GET /v2/images/manila-service-image => generated 165 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/428] 199.19.213.203 () {44 vars in 962 bytes} [Thu Jun 18 16:07:29 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/429] 199.19.213.203 () {44 vars in 940 bytes} [Thu Jun 18 16:07:29 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 199.19.213.203 () {48 vars in 952 bytes} [Thu Jun 18 16:07:30 2026] POST /v2/images => generated 791 bytes in 223 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-06-18 16:07:30.339 7 INFO glance.api.v2.image_data [None req-a9fbd082-38a4-455e-8be4-36592fa6217f 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-18 16:07:52.252 7 INFO glance.location [None req-a9fbd082-38a4-455e-8be4-36592fa6217f 1a7579f1968d4b94adea2a3f5c5662f4 ac7784256f2b4d08b307a7517c1cbc8c - - default default] Image format matched and virtual size computed: 2831220736 [pid: 7|app: 0|req: 215/435] 199.19.213.203 () {48 vars in 1047 bytes} [Thu Jun 18 16:07:30 2026] PUT /v2/images/5c39a645-fc6c-45e8-8247-64a2c792b22c/file => generated 0 bytes in 21991 msecs (HTTP/1.1 204) 4 headers in 171 bytes (28813 switches on core 0) [pid: 8|app: 0|req: 221/436] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:07:52 2026] GET /v2/images => generated 4893 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/437] 199.19.213.203 () {48 vars in 1050 bytes} [Thu Jun 18 16:07:52 2026] PATCH /v2/images/5c39a645-fc6c-45e8-8247-64a2c792b22c => generated 1204 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/438] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:07:52 2026] GET /v2/images => generated 4893 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/593] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:20:47 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/594] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:20:47 2026] GET /v2/images => generated 4893 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/627] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:23:28 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/630] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:23:28 2026] GET /v2/images => generated 4893 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/631] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:23:30 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/632] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:23:30 2026] GET /v2/images => generated 4893 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/643] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:24:23 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/644] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:24:23 2026] GET /v2/images => generated 4893 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/647] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:24:30 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/648] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:24:30 2026] GET /v2/images => generated 4893 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/661] 199.19.213.203 () {42 vars in 689 bytes} [Thu Jun 18 16:25:37 2026] GET / => generated 1193 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/662] 199.19.213.203 () {44 vars in 911 bytes} [Thu Jun 18 16:25:37 2026] GET /v2/images => generated 4893 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/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: 341/673] 10.0.0.138 () {32 vars in 633 bytes} [Thu Jun 18 16:26:21 2026] GET /v2/images => generated 4893 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/678] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:26:44 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/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: 335/679] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:26:44 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: 345/680] 199.19.213.203 () {36 vars in 991 bytes} [Thu Jun 18 16:26:47 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/681] 199.19.213.203 () {36 vars in 931 bytes} [Thu Jun 18 16:26:48 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: 346/682] 199.19.213.203 () {36 vars in 991 bytes} [Thu Jun 18 16:26:48 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 337/683] 199.19.213.203 () {36 vars in 931 bytes} [Thu Jun 18 16:26:48 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/686] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:26:51 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/687] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:26:51 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/688] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:26:51 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: 340/689] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:26:51 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/690] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:26:51 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: 7|app: 0|req: 341/691] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:26:51 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: 351/692] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:26:52 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 342/693] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:26:52 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: 352/694] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:26:52 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: 343/695] 10.0.0.169 () {36 vars in 987 bytes} [Thu Jun 18 16:26:53 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/696] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:26:53 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: 344/697] 10.0.0.169 () {36 vars in 987 bytes} [Thu Jun 18 16:26:53 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 354/698] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:26:53 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/699] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:26:53 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/702] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:27:01 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/703] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:27:02 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/704] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:27:06 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 357/705] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:27:06 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/708] 10.0.0.138 () {30 vars in 411 bytes} [Thu Jun 18 16:27:18 2026] GET / => generated 1193 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/711] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:27:22 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 351/712] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:27: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: 363/715] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:27:32 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 353/716] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:27:32 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/725] 10.0.0.138 () {34 vars in 655 bytes} [Thu Jun 18 16:28:12 2026] POST /v2/images => generated 649 bytes in 345 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-06-18 16:28:12.430 7 WARNING glance.api.v2.images [None req-b93d308d-9641-471f-a25f-7c9e81f48b2a cf1e531f920441a2aaf5a404670a2488 bb151e9829a549ffb1254fe2dd8876a2 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//53095a8d-7baf-4bac-8f5a-b644d5bcf793 [pid: 7|app: 0|req: 358/726] 10.0.0.138 () {32 vars in 710 bytes} [Thu Jun 18 16:28:12 2026] DELETE /v2/images/53095a8d-7baf-4bac-8f5a-b644d5bcf793 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/727] 10.0.0.138 () {32 vars in 707 bytes} [Thu Jun 18 16:28:12 2026] GET /v2/images/53095a8d-7baf-4bac-8f5a-b644d5bcf793 => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/728] 10.0.0.138 () {32 vars in 633 bytes} [Thu Jun 18 16:28:12 2026] GET /v2/images => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/729] 10.0.0.138 () {34 vars in 655 bytes} [Thu Jun 18 16:28:12 2026] POST /v2/images => generated 703 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/730] 10.0.0.138 () {32 vars in 717 bytes} [Thu Jun 18 16:28:12 2026] GET /v2/images/7ce8fd1d-3a0e-435a-9446-044098adc4ba/file => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 16:28:12.653 8 INFO glance.api.v2.image_data [None req-a6024981-c059-4336-bc21-3503e46ae790 cf1e531f920441a2aaf5a404670a2488 bb151e9829a549ffb1254fe2dd8876a2 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-06-18 16:28:12.706 8 WARNING glance_store._drivers.rbd [None req-a6024981-c059-4336-bc21-3503e46ae790 cf1e531f920441a2aaf5a404670a2488 bb151e9829a549ffb1254fe2dd8876a2 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-06-18 16:28:12.940 8 INFO glance.location [None req-a6024981-c059-4336-bc21-3503e46ae790 cf1e531f920441a2aaf5a404670a2488 bb151e9829a549ffb1254fe2dd8876a2 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 371/731] 10.0.0.138 () {32 vars in 727 bytes} [Thu Jun 18 16:28:12 2026] PUT /v2/images/7ce8fd1d-3a0e-435a-9446-044098adc4ba/file => generated 0 bytes in 349 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/732] 10.0.0.138 () {32 vars in 707 bytes} [Thu Jun 18 16:28:12 2026] GET /v2/images/7ce8fd1d-3a0e-435a-9446-044098adc4ba => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/733] 10.0.0.138 () {32 vars in 717 bytes} [Thu Jun 18 16:28:13 2026] GET /v2/images/7ce8fd1d-3a0e-435a-9446-044098adc4ba/file => generated 1024 bytes in 129 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/734] 10.0.0.138 () {34 vars in 655 bytes} [Thu Jun 18 16:28:13 2026] POST /v2/images => generated 648 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/735] 10.0.0.138 () {32 vars in 726 bytes} [Thu Jun 18 16:28:13 2026] PATCH /v2/images/65f6677e-4800-4c93-8e37-7ba50a264e69 => generated 653 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/736] 10.0.0.138 () {32 vars in 707 bytes} [Thu Jun 18 16:28:13 2026] GET /v2/images/65f6677e-4800-4c93-8e37-7ba50a264e69 => generated 653 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 16:28:13.294 8 WARNING glance.api.v2.images [None req-d81e94a4-8f15-434d-811d-0fe7035ebcaf cf1e531f920441a2aaf5a404670a2488 bb151e9829a549ffb1254fe2dd8876a2 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//65f6677e-4800-4c93-8e37-7ba50a264e69 [pid: 8|app: 0|req: 374/737] 10.0.0.138 () {32 vars in 710 bytes} [Thu Jun 18 16:28:13 2026] DELETE /v2/images/65f6677e-4800-4c93-8e37-7ba50a264e69 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/738] 10.0.0.138 () {32 vars in 707 bytes} [Thu Jun 18 16:28:13 2026] GET /v2/images/65f6677e-4800-4c93-8e37-7ba50a264e69 => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 16:28:13.375 8 WARNING glance.api.v2.images [None req-13f252bb-854e-4e44-8331-71367e8f352b cf1e531f920441a2aaf5a404670a2488 bb151e9829a549ffb1254fe2dd8876a2 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//7ce8fd1d-3a0e-435a-9446-044098adc4ba [pid: 8|app: 0|req: 375/739] 10.0.0.138 () {32 vars in 710 bytes} [Thu Jun 18 16:28:13 2026] DELETE /v2/images/7ce8fd1d-3a0e-435a-9446-044098adc4ba => generated 0 bytes in 870 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/740] 10.0.0.138 () {32 vars in 707 bytes} [Thu Jun 18 16:28:14 2026] GET /v2/images/7ce8fd1d-3a0e-435a-9446-044098adc4ba => generated 139 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 16:28:14.268 8 WARNING glance.api.v2.images [None req-eea2fb25-1cfa-4031-b3a3-1df85615906d cf1e531f920441a2aaf5a404670a2488 bb151e9829a549ffb1254fe2dd8876a2 - - default default] Failed to find image 53095a8d-7baf-4bac-8f5a-b644d5bcf793 to delete: glance.common.exception.ImageNotFound: No image found with ID 53095a8d-7baf-4bac-8f5a-b644d5bcf793 [pid: 8|app: 0|req: 376/741] 10.0.0.138 () {32 vars in 710 bytes} [Thu Jun 18 16:28:14 2026] DELETE /v2/images/53095a8d-7baf-4bac-8f5a-b644d5bcf793 => generated 147 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/742] 10.0.0.138 () {32 vars in 707 bytes} [Thu Jun 18 16:28:14 2026] GET /v2/images/53095a8d-7baf-4bac-8f5a-b644d5bcf793 => 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: 380/749] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:28:47 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 370/750] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:28: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: 7|app: 0|req: 374/757] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:29:09 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 384/758] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:29:09 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/759] 10.0.0.138 () {32 vars in 707 bytes} [Thu Jun 18 16:29:14 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/760] 10.0.0.138 () {32 vars in 707 bytes} [Thu Jun 18 16:29:14 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 376/761] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:29:14 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/762] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:29:14 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/763] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:29:14 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: 387/764] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:29:14 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/765] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:29:14 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/766] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:29:14 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: 379/767] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:29:14 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 389/768] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:29:14 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/769] 10.0.0.169 () {36 vars in 987 bytes} [Thu Jun 18 16:29:15 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 390/770] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:29:15 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: 381/771] 10.0.0.169 () {36 vars in 987 bytes} [Thu Jun 18 16:29:15 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 391/772] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:29:15 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: 382/773] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:29:15 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: 394/778] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:29:31 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 385/779] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:29:31 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: 387/782] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:29:46 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => generated 1171 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/783] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:29: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: 406/802] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:31:15 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 397/803] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:31:15 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: 408/806] 10.0.0.28 () {36 vars in 986 bytes} [Thu Jun 18 16:31:23 2026] GET /v2/images/4955cc44-074a-4a16-ac08-fb5c18cb9b57 => 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: 399/807] 10.0.0.28 () {36 vars in 926 bytes} [Thu Jun 18 16:31:23 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: 412/814] 199.19.213.203 () {32 vars in 826 bytes} [Thu Jun 18 16:31:50 2026] GET /v2/images?status=active&owner=ac7784256f2b4d08b307a7517c1cbc8c&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/815] 199.19.213.203 () {32 vars in 653 bytes} [Thu Jun 18 16:31:50 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: 413/816] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:31:51 2026] GET /v2/images/4df3e2ea-7e5d-466d-b2a0-695d65736d9e => generated 1209 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/817] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:31:51 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: 414/818] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:31:51 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: 405/819] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:31:51 2026] GET /v2/images/4df3e2ea-7e5d-466d-b2a0-695d65736d9e => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/820] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:31:51 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: 406/821] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:31:51 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: 416/822] 10.0.0.230 () {36 vars in 987 bytes} [Thu Jun 18 16:31:51 2026] GET /v2/images/4df3e2ea-7e5d-466d-b2a0-695d65736d9e => generated 1209 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/823] 10.0.0.230 () {36 vars in 927 bytes} [Thu Jun 18 16:31:51 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: 417/824] 10.0.0.169 () {36 vars in 987 bytes} [Thu Jun 18 16:31:51 2026] GET /v2/images/4df3e2ea-7e5d-466d-b2a0-695d65736d9e => generated 1209 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/825] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:31:51 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: 418/826] 10.0.0.169 () {36 vars in 987 bytes} [Thu Jun 18 16:31:51 2026] GET /v2/images/4df3e2ea-7e5d-466d-b2a0-695d65736d9e => generated 1209 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/827] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:31:51 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: 419/828] 10.0.0.169 () {36 vars in 927 bytes} [Thu Jun 18 16:31:51 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: 435/859] 10.0.0.138 () {32 vars in 633 bytes} [Thu Jun 18 16:34:25 2026] GET /v2/images => generated 4893 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)