+ 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 [Tue May 5 22:40:27 2026] *** compiled with version: 11.4.0 on 05 May 2026 11:03:12 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: glance-api-6ccb59f5df-747sj 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 0x55cd2570a010 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-05-05 22:40:29.533 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-05-05 22:40:29.564 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-05-05 22:40:30.098 8 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-05-05 22:40:30.146 7 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-05-05 22:40:30.180 8 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-05-05 22:40:30.181 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-05-05 22:40:30.182 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-05-05 22:40:30.235 7 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3' 2026-05-05 22:40:30.236 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-05-05 22:40:30.237 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-05-05 22:40:31.725 8 WARNING glance.api.v2.images [None req-eb077dee-1dab-4417-8b9d-a68181ea4390 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-05 22:40:31.838 7 WARNING glance.api.v2.images [None req-41b9a85b-1e95-4840-a377-9fb31e8de974 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-05-05 22:40:31.916 8 WARNING keystonemiddleware._common.config [None req-eb077dee-1dab-4417-8b9d-a68181ea4390 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-05 22:40:31.924 8 WARNING oslo_config.cfg [None req-eb077dee-1dab-4417-8b9d-a68181ea4390 - - - - - -] 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 0x55cd2570a010 pid: 8 (default app) 2026-05-05 22:40:32.036 7 WARNING keystonemiddleware._common.config [None req-41b9a85b-1e95-4840-a377-9fb31e8de974 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-05 22:40:32.044 7 WARNING oslo_config.cfg [None req-41b9a85b-1e95-4840-a377-9fb31e8de974 - - - - - -] 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 0x55cd2570a010 pid: 7 (default app) [pid: 7|app: 0|req: 2/3] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 22:40:33 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-05-05 22:40:34.275 8 WARNING oslo_policy.policy [None req-f4decd58-1830-43f2-8052-5c16b71d0e70 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 22:40:34.275 8 WARNING oslo_policy.policy [None req-f4decd58-1830-43f2-8052-5c16b71d0e70 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 22:40:34.297 8 WARNING oslo_policy.policy [None req-f4decd58-1830-43f2-8052-5c16b71d0e70 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 22:40:34.298 8 WARNING oslo_policy.policy [None req-f4decd58-1830-43f2-8052-5c16b71d0e70 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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: 2/4] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 22:40:33 2026] GET /v2/images => generated 69 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/5] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 22:40:37 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: 3/6] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 22:40:37 2026] GET /v2/images => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-05 22:40:37.856 7 WARNING oslo_policy.policy [None req-72efb1c8-5abf-4151-ae79-1461b6cf28ba 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 22:40:37.856 7 WARNING oslo_policy.policy [None req-72efb1c8-5abf-4151-ae79-1461b6cf28ba 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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: 4/7] 199.19.213.219 () {44 vars in 912 bytes} [Tue May 5 22:40:37 2026] GET /v2/images/cirros => generated 151 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/8] 199.19.213.219 () {44 vars in 934 bytes} [Tue May 5 22:40:37 2026] GET /v2/images?name=cirros => generated 81 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 22:40:37.984 7 WARNING oslo_policy.policy [None req-2d8b0206-81d9-49f7-b1cd-56d3039ed5f2 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 22:40:37.985 7 WARNING oslo_policy.policy [None req-2d8b0206-81d9-49f7-b1cd-56d3039ed5f2 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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: 5/9] 199.19.213.219 () {44 vars in 940 bytes} [Tue May 5 22:40:37 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 22:40:38.181 8 WARNING oslo_config.cfg [None req-330bbb4b-8e81-49b1-93e6-6772811b96e3 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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: 5/10] 199.19.213.219 () {48 vars in 952 bytes} [Tue May 5 22:40:38 2026] POST /v2/images => generated 760 bytes in 166 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-05 22:40:38.204 7 WARNING oslo_policy.policy [None req-1b86e763-aff0-43eb-9e4f-091ae4f5fac4 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 22:40:38.204 7 WARNING oslo_policy.policy [None req-1b86e763-aff0-43eb-9e4f-091ae4f5fac4 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 22:40:38.206 7 INFO glance.api.v2.image_data [None req-1b86e763-aff0-43eb-9e4f-091ae4f5fac4 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-05 22:40:43.840 7 INFO glance.location [None req-1b86e763-aff0-43eb-9e4f-091ae4f5fac4 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - default default] Image format matched and virtual size computed: 117440512 [pid: 7|app: 0|req: 6/13] 199.19.213.219 () {48 vars in 1046 bytes} [Tue May 5 22:40:38 2026] PUT /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24/file => generated 0 bytes in 5696 msecs (HTTP/1.1 204) 4 headers in 171 bytes (9257 switches on core 0) [pid: 8|app: 0|req: 8/14] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 22:40:43 2026] GET /v2/images => generated 1240 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 22:40:43.934 7 WARNING oslo_config.cfg [None req-20d12af7-5263-4ef1-9733-602db17e122b 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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: 7/15] 199.19.213.219 () {48 vars in 1050 bytes} [Tue May 5 22:40:43 2026] PATCH /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 9/16] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 22:40:43 2026] GET /v2/images => generated 1240 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/281] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:02:46 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: 140/282] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:02:46 2026] GET /v2/images => generated 1240 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/287] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:03:03 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: 145/288] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:03:03 2026] GET /v2/images => generated 1240 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/289] 199.19.213.219 () {44 vars in 938 bytes} [Tue May 5 23:03:03 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/290] 199.19.213.219 () {44 vars in 960 bytes} [Tue May 5 23:03:03 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/291] 199.19.213.219 () {44 vars in 940 bytes} [Tue May 5 23:03:04 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: 8|app: 0|req: 147/292] 199.19.213.219 () {48 vars in 952 bytes} [Tue May 5 23:03:04 2026] POST /v2/images => generated 796 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-05 23:03:04.103 7 INFO glance.api.v2.image_data [None req-aeead3c5-15dc-45ad-8385-6e887bb061be 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-05 23:04:04.620 7 INFO glance.location [None req-aeead3c5-15dc-45ad-8385-6e887bb061be 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - default default] Image format matched and virtual size computed: 2147483648 [pid: 7|app: 0|req: 146/305] 199.19.213.219 () {48 vars in 1047 bytes} [Tue May 5 23:03:04 2026] PUT /v2/images/3d258a71-72b4-42f4-93cb-b6031ed08815/file => generated 0 bytes in 60571 msecs (HTTP/1.1 204) 4 headers in 171 bytes (44756 switches on core 0) [pid: 8|app: 0|req: 160/306] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:04:04 2026] GET /v2/images => generated 2451 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/307] 199.19.213.219 () {48 vars in 1050 bytes} [Tue May 5 23:04:04 2026] PATCH /v2/images/3d258a71-72b4-42f4-93cb-b6031ed08815 => 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: 161/308] 199.19.213.219 () {48 vars in 1051 bytes} [Tue May 5 23:04:04 2026] PATCH /v2/images/3d258a71-72b4-42f4-93cb-b6031ed08815 => 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: 148/309] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:04:04 2026] GET /v2/images => generated 2451 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/310] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:04:06 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/311] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:04:06 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: 8|app: 0|req: 203/392] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:10:46 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: 190/393] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:10:46 2026] GET /v2/images => generated 2451 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/400] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:11:16 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: 207/401] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:11:16 2026] GET /v2/images => generated 2451 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/402] 199.19.213.219 () {44 vars in 948 bytes} [Tue May 5 23:11:16 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/403] 199.19.213.219 () {44 vars in 970 bytes} [Tue May 5 23:11:16 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/404] 199.19.213.219 () {44 vars in 940 bytes} [Tue May 5 23:11:16 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/405] 199.19.213.219 () {48 vars in 952 bytes} [Tue May 5 23:11:16 2026] POST /v2/images => generated 799 bytes in 1683 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-05 23:11:18.054 7 INFO glance.api.v2.image_data [None req-5412b100-59c7-477d-bafc-d39ea25cc80a 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-05 23:14:29.280 7 INFO glance.location [None req-5412b100-59c7-477d-bafc-d39ea25cc80a 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 197/444] 199.19.213.219 () {48 vars in 1046 bytes} [Tue May 5 23:11:18 2026] PUT /v2/images/98eb9f59-7d66-46f8-bb03-330233a67af0/file => generated 0 bytes in 191275 msecs (HTTP/1.1 204) 4 headers in 171 bytes (11736 switches on core 0) [pid: 8|app: 0|req: 248/445] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:14:29 2026] GET /v2/images => generated 3664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/446] 199.19.213.219 () {48 vars in 1051 bytes} [Tue May 5 23:14:29 2026] PATCH /v2/images/98eb9f59-7d66-46f8-bb03-330233a67af0 => generated 1234 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/447] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:14:29 2026] GET /v2/images => generated 3687 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/486] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:17:41 2026] GET / => generated 1193 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/487] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:17:41 2026] GET /v2/images => generated 3687 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/492] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:17:53 2026] GET / => generated 1193 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/493] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:17:53 2026] GET /v2/images => generated 3687 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/494] 199.19.213.219 () {44 vars in 940 bytes} [Tue May 5 23:17:53 2026] GET /v2/images/manila-service-image => generated 165 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/495] 199.19.213.219 () {44 vars in 962 bytes} [Tue May 5 23:17:53 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/496] 199.19.213.219 () {44 vars in 940 bytes} [Tue May 5 23:17:53 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: 7|app: 0|req: 223/497] 199.19.213.219 () {48 vars in 952 bytes} [Tue May 5 23:17:53 2026] POST /v2/images => generated 791 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 327 bytes (1 switches on core 0) 2026-05-05 23:17:53.819 8 WARNING oslo_policy.policy [None req-ba527c16-1428-49d7-85a1-327e25a0bb6e 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 23:17:53.819 8 WARNING oslo_policy.policy [None req-ba527c16-1428-49d7-85a1-327e25a0bb6e 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - 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-05-05 23:17:53.821 8 INFO glance.api.v2.image_data [None req-ba527c16-1428-49d7-85a1-327e25a0bb6e 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-05 23:18:21.389 8 INFO glance.location [None req-ba527c16-1428-49d7-85a1-327e25a0bb6e 157236f9a38f4de59112737ea1d03171 13ae36146adf4a289d38a988d218380e - - default default] Image format matched and virtual size computed: 2831220736 [pid: 8|app: 0|req: 275/502] 199.19.213.219 () {48 vars in 1047 bytes} [Tue May 5 23:17:53 2026] PUT /v2/images/5c02bd46-c7e0-4dba-9163-1484a98a84f0/file => generated 0 bytes in 27621 msecs (HTTP/1.1 204) 4 headers in 171 bytes (25795 switches on core 0) [pid: 7|app: 0|req: 228/503] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:18:21 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: 8|app: 0|req: 276/504] 199.19.213.219 () {48 vars in 1050 bytes} [Tue May 5 23:18:21 2026] PATCH /v2/images/5c02bd46-c7e0-4dba-9163-1484a98a84f0 => generated 1204 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/505] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:18:21 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: 303/652] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:30:23 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: 350/653] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:30:23 2026] GET /v2/images => generated 4893 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/682] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:32:50 2026] GET / => generated 1193 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/683] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:32:50 2026] GET /v2/images => generated 4893 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/684] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:32:52 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: 319/685] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:32:52 2026] GET /v2/images => generated 4893 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/696] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:33:40 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: 325/697] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:33:40 2026] GET /v2/images => generated 4893 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/700] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:33:47 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: 327/701] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:33:47 2026] GET /v2/images => generated 4893 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/714] 199.19.213.219 () {42 vars in 689 bytes} [Tue May 5 23:34:48 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: 381/715] 199.19.213.219 () {44 vars in 911 bytes} [Tue May 5 23:34:48 2026] GET /v2/images => generated 4893 bytes in 141 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: 387/726] 10.0.0.102 () {32 vars in 633 bytes} [Tue May 5 23:35:32 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: 8|app: 0|req: 390/731] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:35:56 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 21 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: 342/732] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:35:56 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: 391/733] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:35:57 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/734] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:35:57 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: 392/735] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:35:57 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/736] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:35:57 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/737] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:35:57 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: 345/738] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:35:57 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: 394/739] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:35:57 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 346/740] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:35:57 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: 395/741] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:35:57 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: 347/742] 10.0.0.63 () {36 vars in 986 bytes} [Tue May 5 23:35:58 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/743] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:35:58 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: 348/744] 10.0.0.63 () {36 vars in 986 bytes} [Tue May 5 23:35:58 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/745] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:35:58 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: 349/746] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:35:58 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: 398/747] 199.19.213.219 () {36 vars in 991 bytes} [Tue May 5 23:35:59 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/748] 199.19.213.219 () {36 vars in 931 bytes} [Tue May 5 23:35:59 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: 399/749] 199.19.213.219 () {36 vars in 991 bytes} [Tue May 5 23:35:59 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 351/750] 199.19.213.219 () {36 vars in 931 bytes} [Tue May 5 23:35:59 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: 401/753] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:36:10 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 353/754] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:36:10 2026] GET /v2/schemas/image => generated 4018 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/757] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:36:12 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/758] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:36:12 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: 357/761] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:36:29 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 405/762] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:36:29 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/769] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:36:54 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 409/770] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:36:54 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: 362/771] 10.0.0.102 () {30 vars in 411 bytes} [Tue May 5 23:36:55 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: 412/776] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:37:13 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 365/777] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:37:13 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: 418/788] 10.0.0.102 () {34 vars in 655 bytes} [Tue May 5 23:38:10 2026] POST /v2/images => generated 649 bytes in 268 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-05-05 23:38:11.139 7 WARNING glance.api.v2.images [None req-5ec42f35-4d40-4097-ba9a-4990d1fd8feb 6ae47b456a0c4925bcf3e1ec9fa2030e 6ef8fdf132dd49e8bf7ad78506d95858 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//d51b6a65-52ae-4f40-8ce7-37e7a2efadab [pid: 7|app: 0|req: 371/789] 10.0.0.102 () {32 vars in 710 bytes} [Tue May 5 23:38:11 2026] DELETE /v2/images/d51b6a65-52ae-4f40-8ce7-37e7a2efadab => 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: 419/790] 10.0.0.102 () {32 vars in 707 bytes} [Tue May 5 23:38:11 2026] GET /v2/images/d51b6a65-52ae-4f40-8ce7-37e7a2efadab => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/791] 10.0.0.102 () {32 vars in 633 bytes} [Tue May 5 23:38:11 2026] GET /v2/images => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/792] 10.0.0.102 () {34 vars in 655 bytes} [Tue May 5 23:38:11 2026] POST /v2/images => generated 702 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/793] 10.0.0.102 () {32 vars in 717 bytes} [Tue May 5 23:38:11 2026] GET /v2/images/0caf4b4f-2b5e-4a2a-ab43-42c8db78b73e/file => generated 0 bytes in 15 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 23:38:11.340 8 INFO glance.api.v2.image_data [None req-68d0b6c9-f4cc-4f18-80d3-15d173fe0ff6 6ae47b456a0c4925bcf3e1ec9fa2030e 6ef8fdf132dd49e8bf7ad78506d95858 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-05-05 23:38:11.393 8 WARNING glance_store._drivers.rbd [None req-68d0b6c9-f4cc-4f18-80d3-15d173fe0ff6 6ae47b456a0c4925bcf3e1ec9fa2030e 6ef8fdf132dd49e8bf7ad78506d95858 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-05-05 23:38:11.672 8 INFO glance.location [None req-68d0b6c9-f4cc-4f18-80d3-15d173fe0ff6 6ae47b456a0c4925bcf3e1ec9fa2030e 6ef8fdf132dd49e8bf7ad78506d95858 - - default default] Image format matched and virtual size computed: 1024 [pid: 8|app: 0|req: 421/794] 10.0.0.102 () {32 vars in 727 bytes} [Tue May 5 23:38:11 2026] PUT /v2/images/0caf4b4f-2b5e-4a2a-ab43-42c8db78b73e/file => generated 0 bytes in 382 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/795] 10.0.0.102 () {32 vars in 707 bytes} [Tue May 5 23:38:11 2026] GET /v2/images/0caf4b4f-2b5e-4a2a-ab43-42c8db78b73e => generated 1103 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/796] 10.0.0.102 () {32 vars in 717 bytes} [Tue May 5 23:38:11 2026] GET /v2/images/0caf4b4f-2b5e-4a2a-ab43-42c8db78b73e/file => generated 1024 bytes in 135 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/797] 10.0.0.102 () {34 vars in 655 bytes} [Tue May 5 23:38:11 2026] POST /v2/images => generated 649 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/798] 10.0.0.102 () {32 vars in 726 bytes} [Tue May 5 23:38:11 2026] PATCH /v2/images/81d31761-1cf1-4463-9380-2857d638272a => generated 653 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/799] 10.0.0.102 () {32 vars in 707 bytes} [Tue May 5 23:38:11 2026] GET /v2/images/81d31761-1cf1-4463-9380-2857d638272a => generated 653 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 23:38:12.035 8 WARNING glance.api.v2.images [None req-7f9489bb-02d3-453f-a500-c369b14a3406 6ae47b456a0c4925bcf3e1ec9fa2030e 6ef8fdf132dd49e8bf7ad78506d95858 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//81d31761-1cf1-4463-9380-2857d638272a [pid: 8|app: 0|req: 424/800] 10.0.0.102 () {32 vars in 710 bytes} [Tue May 5 23:38:12 2026] DELETE /v2/images/81d31761-1cf1-4463-9380-2857d638272a => generated 0 bytes in 43 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/801] 10.0.0.102 () {32 vars in 707 bytes} [Tue May 5 23:38:12 2026] GET /v2/images/81d31761-1cf1-4463-9380-2857d638272a => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/802] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:38:12 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 23:38:12.100 8 WARNING glance.api.v2.images [None req-7a4a5a15-8956-4c24-853b-d25f6946bbcf 6ae47b456a0c4925bcf3e1ec9fa2030e 6ef8fdf132dd49e8bf7ad78506d95858 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//0caf4b4f-2b5e-4a2a-ab43-42c8db78b73e [pid: 7|app: 0|req: 378/803] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:38: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: 381/806] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:38:12 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/807] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:38:12 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: 426/808] 10.0.0.102 () {32 vars in 710 bytes} [Tue May 5 23:38:12 2026] DELETE /v2/images/0caf4b4f-2b5e-4a2a-ab43-42c8db78b73e => generated 0 bytes in 899 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/809] 10.0.0.102 () {32 vars in 707 bytes} [Tue May 5 23:38:12 2026] GET /v2/images/0caf4b4f-2b5e-4a2a-ab43-42c8db78b73e => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 23:38:13.016 8 WARNING glance.api.v2.images [None req-73a48bb5-11ce-4e16-bf6d-109525cc92a9 6ae47b456a0c4925bcf3e1ec9fa2030e 6ef8fdf132dd49e8bf7ad78506d95858 - - default default] Failed to find image d51b6a65-52ae-4f40-8ce7-37e7a2efadab to delete: glance.common.exception.ImageNotFound: No image found with ID d51b6a65-52ae-4f40-8ce7-37e7a2efadab [pid: 8|app: 0|req: 427/810] 10.0.0.102 () {32 vars in 710 bytes} [Tue May 5 23:38:13 2026] DELETE /v2/images/d51b6a65-52ae-4f40-8ce7-37e7a2efadab => generated 147 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/811] 10.0.0.102 () {32 vars in 707 bytes} [Tue May 5 23:38:13 2026] GET /v2/images/d51b6a65-52ae-4f40-8ce7-37e7a2efadab => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/814] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:38:25 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 386/815] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:38:25 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: 430/816] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:38:25 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 387/817] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:38:25 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: 433/822] 10.0.0.161 () {36 vars in 987 bytes} [Tue May 5 23:38:49 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 390/823] 10.0.0.161 () {36 vars in 927 bytes} [Tue May 5 23:38:49 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: 392/826] 199.19.213.219 () {32 vars in 826 bytes} [Tue May 5 23:38:55 2026] GET /v2/images?status=active&owner=13ae36146adf4a289d38a988d218380e&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/827] 199.19.213.219 () {32 vars in 653 bytes} [Tue May 5 23:38:55 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: 393/828] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:38:56 2026] GET /v2/images/3d258a71-72b4-42f4-93cb-b6031ed08815 => generated 1209 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/829] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:56 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: 394/830] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:56 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: 437/831] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:38:56 2026] GET /v2/images/3d258a71-72b4-42f4-93cb-b6031ed08815 => generated 1209 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/832] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38: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: 8|app: 0|req: 438/833] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:56 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: 396/834] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:38:56 2026] GET /v2/images/3d258a71-72b4-42f4-93cb-b6031ed08815 => generated 1209 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/835] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:56 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: 397/836] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:56 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/837] 10.0.0.63 () {36 vars in 986 bytes} [Tue May 5 23:38:57 2026] GET /v2/images/3d258a71-72b4-42f4-93cb-b6031ed08815 => 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: 398/838] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:38:57 2026] GET /v2/schemas/image => generated 4018 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/839] 10.0.0.63 () {36 vars in 986 bytes} [Tue May 5 23:38:57 2026] GET /v2/images/3d258a71-72b4-42f4-93cb-b6031ed08815 => 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: 399/840] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:38:57 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: 442/841] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:38:57 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/842] 10.0.0.102 () {32 vars in 707 bytes} [Tue May 5 23:38:58 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 443/843] 10.0.0.102 () {32 vars in 707 bytes} [Tue May 5 23:38:58 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/844] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:38:58 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 444/845] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:58 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/846] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:59 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: 445/847] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:38:59 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 403/848] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:59 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/849] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:59 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: 404/850] 10.0.0.17 () {36 vars in 986 bytes} [Tue May 5 23:38:59 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 447/851] 10.0.0.17 () {36 vars in 926 bytes} [Tue May 5 23:38:59 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: 405/852] 10.0.0.63 () {36 vars in 986 bytes} [Tue May 5 23:38:59 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/853] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:38:59 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: 406/854] 10.0.0.63 () {36 vars in 986 bytes} [Tue May 5 23:38:59 2026] GET /v2/images/4dc78c27-534e-43ce-863a-be66d30bfa24 => 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: 449/855] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:38:59 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: 407/856] 10.0.0.63 () {36 vars in 926 bytes} [Tue May 5 23:38:59 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: 471/899] 10.0.0.102 () {32 vars in 633 bytes} [Tue May 5 23:42:24 2026] GET /v2/images => generated 4893 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)