+ COMMAND=start + start + exec uwsgi --ini /etc/glance/glance-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/glance/glance-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Apr 27 01:49:32 2026] *** compiled with version: 11.4.0 on 22 April 2026 16:02:23 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: glance-api-7947c9bc8-m2pzz 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 0x55ecc660af80 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-04-27 01:49:33.891 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-27 01:49:33.891 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-27 01:49:34.480 8 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-04-27 01:49:34.486 7 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-04-27 01:49:34.567 8 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-04-27 01:49:34.569 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-27 01:49:34.570 7 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-04-27 01:49:34.570 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-27 01:49:34.571 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-27 01:49:34.572 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-27 01:49:36.115 8 WARNING glance.api.v2.images [None req-4574a66b-f141-49fa-8d28-3dacb4f29aef - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-27 01:49:36.173 7 WARNING glance.api.v2.images [None req-571d94bd-4837-4291-9b99-5722e1ae5f8a - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-27 01:49:36.310 8 WARNING keystonemiddleware._common.config [None req-4574a66b-f141-49fa-8d28-3dacb4f29aef - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-27 01:49:36.318 8 WARNING oslo_config.cfg [None req-4574a66b-f141-49fa-8d28-3dacb4f29aef - - - - - -] 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 0x55ecc660af80 pid: 8 (default app) 2026-04-27 01:49:36.373 7 WARNING keystonemiddleware._common.config [None req-571d94bd-4837-4291-9b99-5722e1ae5f8a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-27 01:49:36.381 7 WARNING oslo_config.cfg [None req-571d94bd-4837-4291-9b99-5722e1ae5f8a - - - - - -] 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 0x55ecc660af80 pid: 7 (default app) [pid: 8|app: 0|req: 2/3] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 01:49:37 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-04-27 01:49:38.379 7 WARNING oslo_policy.policy [None req-7862e0d6-5dc5-45bc-9dd2-9e17dec187b6 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 01:49:38.379 7 WARNING oslo_policy.policy [None req-7862e0d6-5dc5-45bc-9dd2-9e17dec187b6 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 01:49:38.400 7 WARNING oslo_policy.policy [None req-7862e0d6-5dc5-45bc-9dd2-9e17dec187b6 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 01:49:38.400 7 WARNING oslo_policy.policy [None req-7862e0d6-5dc5-45bc-9dd2-9e17dec187b6 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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: 2/4] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 01:49:37 2026] GET /v2/images => generated 69 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/5] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 01:49:41 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: 3/6] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 01:49:41 2026] GET /v2/images => generated 69 bytes in 45 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-04-27 01:49:41.771 8 WARNING oslo_policy.policy [None req-ed597afd-042b-4e7f-bf37-913db5ad3b8d 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 01:49:41.771 8 WARNING oslo_policy.policy [None req-ed597afd-042b-4e7f-bf37-913db5ad3b8d 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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: 4/7] 199.19.213.104 () {44 vars in 910 bytes} [Mon Apr 27 01:49:41 2026] GET /v2/images/cirros => generated 151 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/8] 199.19.213.104 () {44 vars in 932 bytes} [Mon Apr 27 01:49:41 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-04-27 01:49:41.898 8 WARNING oslo_policy.policy [None req-ee56b55f-4e4b-4a0a-994c-1fd93257e9a8 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 01:49:41.898 8 WARNING oslo_policy.policy [None req-ee56b55f-4e4b-4a0a-994c-1fd93257e9a8 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 5/9] 199.19.213.104 () {44 vars in 938 bytes} [Mon Apr 27 01:49:41 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-27 01:49:41.981 7 WARNING oslo_config.cfg [None req-b467794d-f0ee-401e-a42c-517efbca7057 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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: 5/10] 199.19.213.104 () {48 vars in 950 bytes} [Mon Apr 27 01:49:41 2026] POST /v2/images => generated 760 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-27 01:49:42.004 8 WARNING oslo_policy.policy [None req-9ffe9a2d-0604-40cf-921d-8be8c2b29cfd 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 01:49:42.004 8 WARNING oslo_policy.policy [None req-9ffe9a2d-0604-40cf-921d-8be8c2b29cfd 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 01:49:42.006 8 INFO glance.api.v2.image_data [None req-9ffe9a2d-0604-40cf-921d-8be8c2b29cfd 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-27 01:49:46.282 8 INFO glance.location [None req-9ffe9a2d-0604-40cf-921d-8be8c2b29cfd 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] Image format matched and virtual size computed: 117440512 [pid: 8|app: 0|req: 6/11] 199.19.213.104 () {48 vars in 1044 bytes} [Mon Apr 27 01:49:41 2026] PUT /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7/file => generated 0 bytes in 4324 msecs (HTTP/1.1 204) 4 headers in 171 bytes (5672 switches on core 0) [pid: 7|app: 0|req: 6/12] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 01:49:46 2026] GET /v2/images => generated 1240 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-27 01:49:46.360 8 WARNING oslo_config.cfg [None req-c1f12e80-6b40-46d3-ba65-a9aeb5425ea6 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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: 7/13] 199.19.213.104 () {48 vars in 1048 bytes} [Mon Apr 27 01:49:46 2026] PATCH /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 7/14] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 01:49:46 2026] GET /v2/images => generated 1240 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/281] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:11: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: 141/282] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:11:47 2026] GET /v2/images => generated 1240 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/285] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:12:04 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: 143/286] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:12:04 2026] GET /v2/images => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/287] 199.19.213.104 () {44 vars in 936 bytes} [Mon Apr 27 02:12:04 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/288] 199.19.213.104 () {44 vars in 958 bytes} [Mon Apr 27 02:12:04 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/289] 199.19.213.104 () {44 vars in 938 bytes} [Mon Apr 27 02:12:04 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/290] 199.19.213.104 () {48 vars in 950 bytes} [Mon Apr 27 02:12:04 2026] POST /v2/images => generated 796 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-27 02:12:04.289 7 WARNING oslo_policy.policy [None req-c0b00597-2b84-4442-9f42-94a2768e28d7 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 02:12:04.290 7 WARNING oslo_policy.policy [None req-c0b00597-2b84-4442-9f42-94a2768e28d7 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - 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-27 02:12:04.292 7 INFO glance.api.v2.image_data [None req-c0b00597-2b84-4442-9f42-94a2768e28d7 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-27 02:12:33.381 7 INFO glance.location [None req-c0b00597-2b84-4442-9f42-94a2768e28d7 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] Image format matched and virtual size computed: 2147483648 [pid: 7|app: 0|req: 146/297] 199.19.213.104 () {48 vars in 1045 bytes} [Mon Apr 27 02:12:04 2026] PUT /v2/images/fdecb22e-b2c2-4c81-9244-75ca37fe1b30/file => generated 0 bytes in 29139 msecs (HTTP/1.1 204) 4 headers in 171 bytes (67147 switches on core 0) [pid: 8|app: 0|req: 152/298] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:12:33 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: 7|app: 0|req: 147/299] 199.19.213.104 () {48 vars in 1048 bytes} [Mon Apr 27 02:12:33 2026] PATCH /v2/images/fdecb22e-b2c2-4c81-9244-75ca37fe1b30 => 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: 153/300] 199.19.213.104 () {48 vars in 1049 bytes} [Mon Apr 27 02:12:33 2026] PATCH /v2/images/fdecb22e-b2c2-4c81-9244-75ca37fe1b30 => generated 1209 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/301] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:12:33 2026] GET /v2/images => generated 2451 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/302] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:12:34 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: 149/303] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:12:34 2026] GET /v2/images => generated 2451 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/388] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:19:34 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: 197/389] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:19:34 2026] GET /v2/images => generated 2451 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/396] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:20:03 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: 196/397] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:20:03 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: 202/398] 199.19.213.104 () {44 vars in 946 bytes} [Mon Apr 27 02:20:03 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/399] 199.19.213.104 () {44 vars in 968 bytes} [Mon Apr 27 02:20:03 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: 203/400] 199.19.213.104 () {44 vars in 938 bytes} [Mon Apr 27 02:20:03 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: 198/401] 199.19.213.104 () {48 vars in 950 bytes} [Mon Apr 27 02:20:03 2026] POST /v2/images => generated 799 bytes in 2503 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-27 02:20:05.776 8 INFO glance.api.v2.image_data [None req-d0fa2324-2011-4c2b-87c7-dda48a21f53f 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-27 02:21:09.523 8 INFO glance.location [None req-d0fa2324-2011-4c2b-87c7-dda48a21f53f 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] Image format matched and virtual size computed: 3221225472 [pid: 8|app: 0|req: 204/416] 199.19.213.104 () {48 vars in 1044 bytes} [Mon Apr 27 02:20:05 2026] PUT /v2/images/3e744fb2-86f5-4cfc-9e82-1cdef4b2fda8/file => generated 0 bytes in 63826 msecs (HTTP/1.1 204) 4 headers in 171 bytes (22062 switches on core 0) [pid: 7|app: 0|req: 213/417] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:21:09 2026] GET /v2/images => generated 3664 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/418] 199.19.213.104 () {48 vars in 1049 bytes} [Mon Apr 27 02:21:09 2026] PATCH /v2/images/3e744fb2-86f5-4cfc-9e82-1cdef4b2fda8 => generated 1234 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/419] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:21:09 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/430] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:21:59 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: 220/431] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:21:59 2026] GET /v2/images => generated 3687 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/434] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:22:11 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: 222/435] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:22:11 2026] GET /v2/images => generated 3687 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/436] 199.19.213.104 () {44 vars in 938 bytes} [Mon Apr 27 02:22:11 2026] GET /v2/images/manila-service-image => generated 165 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/437] 199.19.213.104 () {44 vars in 960 bytes} [Mon Apr 27 02:22:11 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/438] 199.19.213.104 () {44 vars in 938 bytes} [Mon Apr 27 02:22:11 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/439] 199.19.213.104 () {48 vars in 950 bytes} [Mon Apr 27 02:22:11 2026] POST /v2/images => generated 791 bytes in 191 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-04-27 02:22:12.045 8 INFO glance.api.v2.image_data [None req-9542f1c9-bd11-4ac3-b1a2-ad85791985f2 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-27 02:22:26.232 8 INFO glance.location [None req-9542f1c9-bd11-4ac3-b1a2-ad85791985f2 108baa61c98342fda3da7f092818f5a6 a511fe018e8c469ab668021c083b1f77 - - default default] Image format matched and virtual size computed: 2831220736 [pid: 8|app: 0|req: 216/442] 199.19.213.104 () {48 vars in 1045 bytes} [Mon Apr 27 02:22:12 2026] PUT /v2/images/ee36493e-8791-451f-a69e-0f46e96776b2/file => generated 0 bytes in 14234 msecs (HTTP/1.1 204) 4 headers in 171 bytes (32021 switches on core 0) [pid: 7|app: 0|req: 227/443] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:22:26 2026] GET /v2/images => generated 4893 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/444] 199.19.213.104 () {48 vars in 1048 bytes} [Mon Apr 27 02:22:26 2026] PATCH /v2/images/ee36493e-8791-451f-a69e-0f46e96776b2 => generated 1204 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/445] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:22:26 2026] GET /v2/images => generated 4893 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/586] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:34:04 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: 288/587] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:34:04 2026] GET /v2/images => generated 4893 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/618] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:36:31 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: 304/619] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:36:31 2026] GET /v2/images => generated 4893 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/620] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:36:33 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: 305/621] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:36:33 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: 8|app: 0|req: 311/632] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:37:22 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: 322/633] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:37:22 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: 7|app: 0|req: 324/636] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:37: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: 313/637] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:37:29 2026] GET /v2/images => generated 4893 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/650] 199.19.213.104 () {42 vars in 687 bytes} [Mon Apr 27 02:38:30 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: 320/651] 199.19.213.104 () {44 vars in 909 bytes} [Mon Apr 27 02:38:30 2026] GET /v2/images => generated 4893 bytes in 62 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: 336/660] 10.0.0.168 () {32 vars in 632 bytes} [Mon Apr 27 02:39:12 2026] GET /v2/images => generated 4893 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/667] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:39:42 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 163 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: 328/668] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:39:42 2026] GET /v2/schemas/image => generated 4018 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/669] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:39:42 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: 329/670] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:39:42 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 342/671] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:39:42 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: 330/672] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:39:42 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/673] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:39:42 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/674] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:39:42 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: 344/675] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:39:42 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: 332/678] 10.0.0.37 () {36 vars in 985 bytes} [Mon Apr 27 02:39:46 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/679] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:39:46 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/680] 10.0.0.37 () {36 vars in 985 bytes} [Mon Apr 27 02:39:46 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 348/681] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:39:46 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/682] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:39:46 2026] GET /v2/schemas/image => generated 4018 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/685] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:40:01 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 336/686] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:40:01 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: 351/687] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:40:03 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/688] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:40:03 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: 353/691] 199.19.213.104 () {36 vars in 990 bytes} [Mon Apr 27 02:40:07 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/692] 199.19.213.104 () {36 vars in 930 bytes} [Mon Apr 27 02:40:07 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: 354/693] 199.19.213.104 () {36 vars in 990 bytes} [Mon Apr 27 02:40:08 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/694] 199.19.213.104 () {36 vars in 930 bytes} [Mon Apr 27 02:40:08 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: 343/699] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:40:35 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/700] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:40:35 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: 346/705] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:40:52 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 360/706] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:40:52 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: 349/711] 10.0.0.168 () {32 vars in 706 bytes} [Mon Apr 27 02:41:15 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 363/712] 10.0.0.168 () {32 vars in 706 bytes} [Mon Apr 27 02:41:15 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 350/713] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:41:15 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/714] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:41: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: 8|app: 0|req: 351/715] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:41:15 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: 365/716] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:41:15 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/717] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:41:15 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/718] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:41:15 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: 353/719] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:41:15 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/720] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:41: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: 354/721] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:41:15 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/722] 10.0.0.37 () {36 vars in 985 bytes} [Mon Apr 27 02:41:16 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/723] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:41:16 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/724] 10.0.0.37 () {36 vars in 985 bytes} [Mon Apr 27 02:41:16 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 356/725] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:41:16 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/726] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:41:16 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/733] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:41:36 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 374/734] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:41:36 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/743] 10.0.0.168 () {34 vars in 654 bytes} [Mon Apr 27 02:42:25 2026] POST /v2/images => generated 648 bytes in 249 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-27 02:42:25.958 8 WARNING glance.api.v2.images [None req-8901939c-8612-4f7c-9398-59d32a96f861 140a4925906148fda0861cd9e63f523b 9ffc509472dd49b987e1d43e4451975b - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//686c38d3-b2d6-4c0c-936a-f5fe8e62fa1b [pid: 8|app: 0|req: 365/744] 10.0.0.168 () {32 vars in 709 bytes} [Mon Apr 27 02:42:25 2026] DELETE /v2/images/686c38d3-b2d6-4c0c-936a-f5fe8e62fa1b => generated 0 bytes in 377 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/745] 10.0.0.168 () {32 vars in 706 bytes} [Mon Apr 27 02:42:26 2026] GET /v2/images/686c38d3-b2d6-4c0c-936a-f5fe8e62fa1b => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/746] 10.0.0.168 () {32 vars in 632 bytes} [Mon Apr 27 02:42:26 2026] GET /v2/images => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/749] 10.0.0.168 () {34 vars in 654 bytes} [Mon Apr 27 02:42:26 2026] POST /v2/images => generated 702 bytes in 209 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/750] 10.0.0.168 () {32 vars in 716 bytes} [Mon Apr 27 02:42:26 2026] GET /v2/images/bbc51019-08b8-4ad4-836f-6b24f8b109d6/file => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-27 02:42:26.638 7 INFO glance.api.v2.image_data [None req-caa5f5da-a553-4137-8b8a-36bde0db14ec 140a4925906148fda0861cd9e63f523b 9ffc509472dd49b987e1d43e4451975b - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-27 02:42:26.799 7 WARNING glance_store._drivers.rbd [None req-caa5f5da-a553-4137-8b8a-36bde0db14ec 140a4925906148fda0861cd9e63f523b 9ffc509472dd49b987e1d43e4451975b - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-04-27 02:42:28.876 7 INFO glance.location [None req-caa5f5da-a553-4137-8b8a-36bde0db14ec 140a4925906148fda0861cd9e63f523b 9ffc509472dd49b987e1d43e4451975b - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 382/751] 10.0.0.168 () {32 vars in 726 bytes} [Mon Apr 27 02:42:26 2026] PUT /v2/images/bbc51019-08b8-4ad4-836f-6b24f8b109d6/file => generated 0 bytes in 2300 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/752] 10.0.0.168 () {32 vars in 706 bytes} [Mon Apr 27 02:42:28 2026] GET /v2/images/bbc51019-08b8-4ad4-836f-6b24f8b109d6 => generated 1103 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/753] 10.0.0.168 () {32 vars in 716 bytes} [Mon Apr 27 02:42:28 2026] GET /v2/images/bbc51019-08b8-4ad4-836f-6b24f8b109d6/file => generated 1024 bytes in 135 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/754] 10.0.0.168 () {34 vars in 654 bytes} [Mon Apr 27 02:42:29 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: 7|app: 0|req: 384/755] 10.0.0.168 () {32 vars in 725 bytes} [Mon Apr 27 02:42:29 2026] PATCH /v2/images/8edc9d9d-2fb4-4b7a-9c4d-202809e46fc9 => generated 653 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/756] 10.0.0.168 () {32 vars in 706 bytes} [Mon Apr 27 02:42:29 2026] GET /v2/images/8edc9d9d-2fb4-4b7a-9c4d-202809e46fc9 => generated 653 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-27 02:42:29.236 7 WARNING glance.api.v2.images [None req-c6b68241-d602-428d-9180-eb5b80225dd6 140a4925906148fda0861cd9e63f523b 9ffc509472dd49b987e1d43e4451975b - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//8edc9d9d-2fb4-4b7a-9c4d-202809e46fc9 [pid: 7|app: 0|req: 385/757] 10.0.0.168 () {32 vars in 709 bytes} [Mon Apr 27 02:42:29 2026] DELETE /v2/images/8edc9d9d-2fb4-4b7a-9c4d-202809e46fc9 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/758] 10.0.0.168 () {32 vars in 706 bytes} [Mon Apr 27 02:42:29 2026] GET /v2/images/8edc9d9d-2fb4-4b7a-9c4d-202809e46fc9 => generated 139 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:42:29.323 7 WARNING glance.api.v2.images [None req-156c21cc-a348-4ff5-bbf1-67d9f5c2fea9 140a4925906148fda0861cd9e63f523b 9ffc509472dd49b987e1d43e4451975b - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//bbc51019-08b8-4ad4-836f-6b24f8b109d6 [pid: 7|app: 0|req: 386/759] 10.0.0.168 () {32 vars in 709 bytes} [Mon Apr 27 02:42:29 2026] DELETE /v2/images/bbc51019-08b8-4ad4-836f-6b24f8b109d6 => generated 0 bytes in 1437 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/760] 10.0.0.168 () {32 vars in 706 bytes} [Mon Apr 27 02:42:30 2026] GET /v2/images/bbc51019-08b8-4ad4-836f-6b24f8b109d6 => generated 139 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-27 02:42:30.788 7 WARNING glance.api.v2.images [None req-63f749b5-efb3-4e98-b0a7-c9308b74257f 140a4925906148fda0861cd9e63f523b 9ffc509472dd49b987e1d43e4451975b - - default default] Failed to find image 686c38d3-b2d6-4c0c-936a-f5fe8e62fa1b to delete: glance.common.exception.ImageNotFound: No image found with ID 686c38d3-b2d6-4c0c-936a-f5fe8e62fa1b [pid: 7|app: 0|req: 387/761] 10.0.0.168 () {32 vars in 709 bytes} [Mon Apr 27 02:42:30 2026] DELETE /v2/images/686c38d3-b2d6-4c0c-936a-f5fe8e62fa1b => generated 147 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/762] 10.0.0.168 () {32 vars in 706 bytes} [Mon Apr 27 02:42:30 2026] GET /v2/images/686c38d3-b2d6-4c0c-936a-f5fe8e62fa1b => generated 139 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/763] 10.0.0.168 () {30 vars in 410 bytes} [Mon Apr 27 02:42:34 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: 380/772] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:43:15 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 393/773] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:43:15 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: 382/776] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:43:24 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 395/777] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:43:24 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: 398/782] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:43:43 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 385/783] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:43:43 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: 399/784] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:43:45 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 386/785] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:43:46 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: 401/788] 199.19.213.104 () {32 vars in 825 bytes} [Mon Apr 27 02:43:55 2026] GET /v2/images?status=active&owner=a511fe018e8c469ab668021c083b1f77&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/789] 199.19.213.104 () {32 vars in 652 bytes} [Mon Apr 27 02:43:55 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: 402/790] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:43:55 2026] GET /v2/images/fdecb22e-b2c2-4c81-9244-75ca37fe1b30 => 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: 389/791] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:43:55 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: 403/792] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:43:55 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: 390/793] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:43:55 2026] GET /v2/images/fdecb22e-b2c2-4c81-9244-75ca37fe1b30 => generated 1209 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/794] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:43:55 2026] GET /v2/schemas/image => generated 4018 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/795] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:43:56 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: 405/796] 10.0.0.243 () {36 vars in 986 bytes} [Mon Apr 27 02:43:56 2026] GET /v2/images/fdecb22e-b2c2-4c81-9244-75ca37fe1b30 => generated 1209 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/797] 10.0.0.243 () {36 vars in 926 bytes} [Mon Apr 27 02:43:56 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/800] 10.0.0.37 () {36 vars in 985 bytes} [Mon Apr 27 02:43:56 2026] GET /v2/images/fdecb22e-b2c2-4c81-9244-75ca37fe1b30 => generated 1209 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/801] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:43:56 2026] GET /v2/schemas/image => generated 4018 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/802] 10.0.0.37 () {36 vars in 985 bytes} [Mon Apr 27 02:43:56 2026] GET /v2/images/fdecb22e-b2c2-4c81-9244-75ca37fe1b30 => 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: 396/803] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:43:56 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: 408/804] 10.0.0.37 () {36 vars in 925 bytes} [Mon Apr 27 02:43:56 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: 398/807] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:44:12 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => 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: 410/808] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:44:12 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: 414/815] 10.0.0.101 () {36 vars in 986 bytes} [Mon Apr 27 02:44:40 2026] GET /v2/images/82ebd551-e189-41ac-a833-6f1a6cf459e7 => generated 1171 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/816] 10.0.0.101 () {36 vars in 926 bytes} [Mon Apr 27 02:44:40 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: 416/843] 10.0.0.168 () {32 vars in 632 bytes} [Mon Apr 27 02:46:47 2026] GET /v2/images => generated 4893 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)