+ 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 [Wed Apr 22 03:03:19 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: glance-api-54b59d5d86-s9m65 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9292 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f73dab0c668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-22 03:03:21.896 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-22 03:03:21.951 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-04-22 03:03:22.840 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-22 03:03:22.841 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-22 03:03:22.842 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-22 03:03:22.861 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-22 03:03:22.862 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-22 03:03:22.862 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-22 03:03:25.023 7 WARNING glance.api.v2.images [None req-641256af-b586-4476-a688-1e523cb317fc - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-22 03:03:25.052 8 WARNING glance.api.v2.images [None req-c0769930-70dc-4abd-8d69-c02e9609edec - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-22 03:03:25.376 7 WARNING keystonemiddleware._common.config [None req-641256af-b586-4476-a688-1e523cb317fc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-22 03:03:25.383 7 WARNING oslo_config.cfg [None req-641256af-b586-4476-a688-1e523cb317fc - - - - - -] 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 6 seconds on interpreter 0x7f73dab0c668 pid: 7 (default app) 2026-04-22 03:03:25.415 8 WARNING keystonemiddleware._common.config [None req-c0769930-70dc-4abd-8d69-c02e9609edec - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-22 03:03:25.424 8 WARNING oslo_config.cfg [None req-c0769930-70dc-4abd-8d69-c02e9609edec - - - - - -] 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 6 seconds on interpreter 0x7f73dab0c668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 199.204.45.23 () {42 vars in 684 bytes} [Wed Apr 22 03:03:27 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-22 03:03:28.136 8 WARNING oslo_policy.policy [None req-17cb48b7-6cc6-4e97-b4a7-1224ac54ead6 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - 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-22 03:03:28.136 8 WARNING oslo_policy.policy [None req-17cb48b7-6cc6-4e97-b4a7-1224ac54ead6 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - 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-22 03:03:28.153 8 WARNING oslo_policy.policy [None req-17cb48b7-6cc6-4e97-b4a7-1224ac54ead6 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - 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-22 03:03:28.153 8 WARNING oslo_policy.policy [None req-17cb48b7-6cc6-4e97-b4a7-1224ac54ead6 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 8|app: 0|req: 1/5] 199.204.45.23 () {44 vars in 906 bytes} [Wed Apr 22 03:03:27 2026] GET /v2/images => generated 69 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/6] 199.204.45.23 () {42 vars in 684 bytes} [Wed Apr 22 03:03:31 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/7] 199.204.45.23 () {44 vars in 906 bytes} [Wed Apr 22 03:03:31 2026] GET /v2/images => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-22 03:03:31.626 7 WARNING oslo_policy.policy [None req-5cbc6c15-ce80-44fd-9661-1d8fc9e0b8f1 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - 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-22 03:03:31.627 7 WARNING oslo_policy.policy [None req-5cbc6c15-ce80-44fd-9661-1d8fc9e0b8f1 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 6/8] 199.204.45.23 () {44 vars in 907 bytes} [Wed Apr 22 03:03:31 2026] GET /v2/images/cirros => generated 151 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.23 () {44 vars in 929 bytes} [Wed Apr 22 03:03:31 2026] GET /v2/images?name=cirros => generated 81 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-22 03:03:31.760 7 WARNING oslo_policy.policy [None req-f3238f85-3de0-4b7d-badd-cbbcc8e5411f 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - 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-22 03:03:31.760 7 WARNING oslo_policy.policy [None req-f3238f85-3de0-4b7d-badd-cbbcc8e5411f 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. [pid: 7|app: 0|req: 7/10] 199.204.45.23 () {44 vars in 935 bytes} [Wed Apr 22 03:03:31 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-22 03:03:31.839 8 WARNING oslo_config.cfg [None req-55c08c0e-e85b-40d9-b0f7-4c7d91dfdb56 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 4/11] 199.204.45.23 () {48 vars in 947 bytes} [Wed Apr 22 03:03:31 2026] POST /v2/images => generated 760 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-04-22 03:03:31.861 7 WARNING oslo_policy.policy [None req-5c94dffc-e666-4eae-a142-3b5f6862e97a 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - 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-22 03:03:31.862 7 WARNING oslo_policy.policy [None req-5c94dffc-e666-4eae-a142-3b5f6862e97a 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - 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-22 03:03:31.863 7 INFO glance.api.v2.image_data [None req-5c94dffc-e666-4eae-a142-3b5f6862e97a 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-22 03:03:35.258 7 WARNING glance.location [None req-5c94dffc-e666-4eae-a142-3b5f6862e97a 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/14] 199.204.45.23 () {48 vars in 1041 bytes} [Wed Apr 22 03:03:31 2026] PUT /v2/images/7ce6c349-e854-4afc-9335-71376d915507/file => generated 0 bytes in 3444 msecs (HTTP/1.1 204) 4 headers in 171 bytes (7719 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.23 () {44 vars in 967 bytes} [Wed Apr 22 03:03:35 2026] GET /v2/images/7ce6c349-e854-4afc-9335-71376d915507 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-22 03:03:35.336 7 WARNING oslo_config.cfg [None req-6dc9dd95-8b7d-4a43-aadf-e62e62021778 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 7|app: 0|req: 9/16] 199.204.45.23 () {44 vars in 967 bytes} [Wed Apr 22 03:03:35 2026] GET /v2/images/7ce6c349-e854-4afc-9335-71376d915507 => 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: 135/271] 199.204.45.23 () {42 vars in 684 bytes} [Wed Apr 22 03:24:51 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/272] 199.204.45.23 () {44 vars in 906 bytes} [Wed Apr 22 03:24:51 2026] GET /v2/images => generated 1240 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/279] 199.204.45.23 () {42 vars in 684 bytes} [Wed Apr 22 03:25:15 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/280] 199.204.45.23 () {44 vars in 906 bytes} [Wed Apr 22 03:25:15 2026] GET /v2/images => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/281] 199.204.45.23 () {44 vars in 933 bytes} [Wed Apr 22 03:25:15 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: 140/282] 199.204.45.23 () {44 vars in 955 bytes} [Wed Apr 22 03:25:15 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/283] 199.204.45.23 () {44 vars in 935 bytes} [Wed Apr 22 03:25:15 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: 8|app: 0|req: 141/284] 199.204.45.23 () {48 vars in 947 bytes} [Wed Apr 22 03:25:15 2026] POST /v2/images => generated 796 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-04-22 03:25:15.832 7 INFO glance.api.v2.image_data [None req-1ee8ff86-cf2e-42bb-96dc-f1c9c4523aa5 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-22 03:25:40.916 7 WARNING glance.location [None req-1ee8ff86-cf2e-42bb-96dc-f1c9c4523aa5 337366f8c2dc44a79804f1e05bf9f77c 30c38a1234694b26be9157f01bd192b9 - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 144/289] 199.204.45.23 () {48 vars in 1042 bytes} [Wed Apr 22 03:25:15 2026] PUT /v2/images/b27b4fdc-0c88-4934-a6c0-58140caa8589/file => generated 0 bytes in 25133 msecs (HTTP/1.1 204) 4 headers in 171 bytes (65713 switches on core 0) [pid: 8|app: 0|req: 146/290] 199.204.45.23 () {44 vars in 967 bytes} [Wed Apr 22 03:25:40 2026] GET /v2/images/b27b4fdc-0c88-4934-a6c0-58140caa8589 => generated 1209 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/291] 199.204.45.23 () {44 vars in 967 bytes} [Wed Apr 22 03:25:40 2026] GET /v2/images/b27b4fdc-0c88-4934-a6c0-58140caa8589 => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/292] 199.204.45.23 () {42 vars in 684 bytes} [Wed Apr 22 03:25:42 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/293] 199.204.45.23 () {44 vars in 906 bytes} [Wed Apr 22 03:25:42 2026] GET /v2/images => generated 2451 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)