+ COMMAND=start + start + exec uwsgi --ini /etc/glance/glance-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/glance/glance-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Feb 26 21:24:38 2026] *** compiled with version: 13.3.0 on 25 February 2026 00:56:04 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: glance-api-6b99d99cb6-xcpt6 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9292 fd 3 Python version: 3.12.3 (main, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7fdc1c5a2668 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-02-26 21:24:40.926 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-02-26 21:24:41.156 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-02-26 21:24:41.786 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-02-26 21:24:41.787 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-02-26 21:24:41.788 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-02-26 21:24:42.029 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-02-26 21:24:42.030 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-02-26 21:24:42.030 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-02-26 21:24:43.895 8 WARNING glance.api.v2.images [None req-b2134f4e-ae13-44a2-bbfa-3226fc0e0fb4 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-02-26 21:24:44.138 8 CRITICAL glance [None req-b2134f4e-ae13-44a2-bbfa-3226fc0e0fb4 - - - - - -] Unhandled error: NotImplementedError: HealthcheckMiddleware should be deployed as an app, not a filter 2026-02-26 21:24:44.138 8 ERROR glance Traceback (most recent call last): 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/glance/wsgi/api.py", line 22, in 2026-02-26 21:24:44.138 8 ERROR glance application = wsgi_app.init_app() 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/wsgi_app.py", line 160, in init_app 2026-02-26 21:24:44.138 8 ERROR glance return config.load_paste_app('glance-api') 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/config.py", line 761, in load_paste_app 2026-02-26 21:24:44.138 8 ERROR glance app = deploy.loadapp("config:%s" % conf_file, name=app_name) 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 246, in loadapp 2026-02-26 21:24:44.138 8 ERROR glance return loadobj(APP, uri, name=name, **kw) 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 271, in loadobj 2026-02-26 21:24:44.138 8 ERROR glance return context.create() 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 738, in create 2026-02-26 21:24:44.138 8 ERROR glance return self.object_type.invoke(self) 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 199, in invoke 2026-02-26 21:24:44.138 8 ERROR glance filters = [c.create() for c in context.filter_contexts] 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 738, in create 2026-02-26 21:24:44.138 8 ERROR glance return self.object_type.invoke(self) 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 151, in invoke 2026-02-26 21:24:44.138 8 ERROR glance return fix_call(context.object, context.global_conf, **context.local_conf) 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/util.py", line 61, in fix_call 2026-02-26 21:24:44.138 8 ERROR glance val = callable(*args, **kw) 2026-02-26 21:24:44.138 8 ERROR glance ^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.138 8 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/healthcheck/__init__.py", line 466, in factory 2026-02-26 21:24:44.138 8 ERROR glance raise NotImplementedError( 2026-02-26 21:24:44.138 8 ERROR glance NotImplementedError: HealthcheckMiddleware should be deployed as an app, not a filter 2026-02-26 21:24:44.138 8 ERROR glance unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. GAME OVER *** 2026-02-26 21:24:44.199 7 WARNING glance.api.v2.images [None req-082f8c14-aa66-4ab3-b73c-c8c0b24ba41e - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-02-26 21:24:44.444 7 CRITICAL glance [None req-082f8c14-aa66-4ab3-b73c-c8c0b24ba41e - - - - - -] Unhandled error: NotImplementedError: HealthcheckMiddleware should be deployed as an app, not a filter 2026-02-26 21:24:44.444 7 ERROR glance Traceback (most recent call last): 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/glance/wsgi/api.py", line 22, in 2026-02-26 21:24:44.444 7 ERROR glance application = wsgi_app.init_app() 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/wsgi_app.py", line 160, in init_app 2026-02-26 21:24:44.444 7 ERROR glance return config.load_paste_app('glance-api') 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/config.py", line 761, in load_paste_app 2026-02-26 21:24:44.444 7 ERROR glance app = deploy.loadapp("config:%s" % conf_file, name=app_name) 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 246, in loadapp 2026-02-26 21:24:44.444 7 ERROR glance return loadobj(APP, uri, name=name, **kw) 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 271, in loadobj 2026-02-26 21:24:44.444 7 ERROR glance return context.create() 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 738, in create 2026-02-26 21:24:44.444 7 ERROR glance return self.object_type.invoke(self) 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 199, in invoke 2026-02-26 21:24:44.444 7 ERROR glance filters = [c.create() for c in context.filter_contexts] 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 738, in create 2026-02-26 21:24:44.444 7 ERROR glance return self.object_type.invoke(self) 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 151, in invoke 2026-02-26 21:24:44.444 7 ERROR glance return fix_call(context.object, context.global_conf, **context.local_conf) 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/util.py", line 61, in fix_call 2026-02-26 21:24:44.444 7 ERROR glance val = callable(*args, **kw) 2026-02-26 21:24:44.444 7 ERROR glance ^^^^^^^^^^^^^^^^^^^^^ 2026-02-26 21:24:44.444 7 ERROR glance File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/healthcheck/__init__.py", line 466, in factory 2026-02-26 21:24:44.444 7 ERROR glance raise NotImplementedError( 2026-02-26 21:24:44.444 7 ERROR glance NotImplementedError: HealthcheckMiddleware should be deployed as an app, not a filter 2026-02-26 21:24:44.444 7 ERROR glance unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. GAME OVER *** OOPS ! failed loading app in worker 1 (pid 7) Thu Feb 26 21:24:45 2026 - need-app requested, destroying the instance... SIGINT/SIGTERM received...killing workers... OOPS ! failed loading app in worker 2 (pid 8) Thu Feb 26 21:24:45 2026 - need-app requested, destroying the instance... goodbye to uWSGI.