+ COMMAND=start + start + exec uwsgi --ini /etc/magnum/magnum-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/magnum/magnum-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 23 09:41:09 2026] *** compiled with version: 13.3.0 on 20 April 2026 10:44:11 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: magnum-api-7dfdb84565-pzlwg 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:9511 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f32e6a2a668 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.12/site-packages/oslo_utils/importutils.py:77: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html __import__(import_str) /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/importutils.py:77: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html __import__(import_str) Using RPC transport for notifications. Please use get_notification_transport to obtain a notification transport instance. 2026-04-23 09:41:14.139 7 INFO magnum.api.app [-] Full WSGI config used: /etc/magnum/api-paste.ini Using RPC transport for notifications. Please use get_notification_transport to obtain a notification transport instance. 2026-04-23 09:41:14.331 8 INFO magnum.api.app [-] Full WSGI config used: /etc/magnum/api-paste.ini 2026-04-23 09:41:14.804 7 CRITICAL magnum [-] Unhandled error: NotImplementedError: HealthcheckMiddleware should be deployed as an app, not a filter 2026-04-23 09:41:14.804 7 ERROR magnum Traceback (most recent call last): 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/wsgi/api.py", line 24, in 2026-04-23 09:41:14.804 7 ERROR magnum application = api_app.load_app() 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/api/app.py", line 66, in load_app 2026-04-23 09:41:14.804 7 ERROR magnum return deploy.loadapp("config:" + cfg_file) 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 246, in loadapp 2026-04-23 09:41:14.804 7 ERROR magnum return loadobj(APP, uri, name=name, **kw) 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 271, in loadobj 2026-04-23 09:41:14.804 7 ERROR magnum return context.create() 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 738, in create 2026-04-23 09:41:14.804 7 ERROR magnum return self.object_type.invoke(self) 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 199, in invoke 2026-04-23 09:41:14.804 7 ERROR magnum filters = [c.create() for c in context.filter_contexts] 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 738, in create 2026-04-23 09:41:14.804 7 ERROR magnum return self.object_type.invoke(self) 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 151, in invoke 2026-04-23 09:41:14.804 7 ERROR magnum return fix_call(context.object, context.global_conf, **context.local_conf) 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/util.py", line 61, in fix_call 2026-04-23 09:41:14.804 7 ERROR magnum val = callable(*args, **kw) 2026-04-23 09:41:14.804 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:14.804 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/healthcheck/__init__.py", line 466, in factory 2026-04-23 09:41:14.804 7 ERROR magnum raise NotImplementedError( 2026-04-23 09:41:14.804 7 ERROR magnum NotImplementedError: HealthcheckMiddleware should be deployed as an app, not a filter 2026-04-23 09:41:14.804 7 ERROR magnum 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 Apr 23 09:41:15 2026 - need-app requested, destroying the instance... SIGINT/SIGTERM received...killing workers... 2026-04-23 09:41:15.004 8 CRITICAL magnum [-] Unhandled error: KeyboardInterrupt 2026-04-23 09:41:15.004 8 ERROR magnum Traceback (most recent call last): 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/wsgi/api.py", line 24, in 2026-04-23 09:41:15.004 8 ERROR magnum application = api_app.load_app() 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/api/app.py", line 66, in load_app 2026-04-23 09:41:15.004 8 ERROR magnum return deploy.loadapp("config:" + cfg_file) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 246, in loadapp 2026-04-23 09:41:15.004 8 ERROR magnum return loadobj(APP, uri, name=name, **kw) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 271, in loadobj 2026-04-23 09:41:15.004 8 ERROR magnum return context.create() 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 738, in create 2026-04-23 09:41:15.004 8 ERROR magnum return self.object_type.invoke(self) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 198, in invoke 2026-04-23 09:41:15.004 8 ERROR magnum app = context.app_context.create() 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 738, in create 2026-04-23 09:41:15.004 8 ERROR magnum return self.object_type.invoke(self) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/loadwsgi.py", line 136, in invoke 2026-04-23 09:41:15.004 8 ERROR magnum return fix_call(context.object, context.global_conf, **context.local_conf) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/paste/deploy/util.py", line 61, in fix_call 2026-04-23 09:41:15.004 8 ERROR magnum val = callable(*args, **kw) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/api/app.py", line 70, in app_factory 2026-04-23 09:41:15.004 8 ERROR magnum return setup_app() 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/api/app.py", line 44, in setup_app 2026-04-23 09:41:15.004 8 ERROR magnum app = pecan.make_app( 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pecan/__init__.py", line 74, in make_app 2026-04-23 09:41:15.004 8 ERROR magnum app = Pecan(root, **kw) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 833, in __init__ 2026-04-23 09:41:15.004 8 ERROR magnum super(Pecan, self).__init__(*args, **kw) 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 229, in __init__ 2026-04-23 09:41:15.004 8 ERROR magnum root = self.__translate_root__(root) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 264, in __translate_root__ 2026-04-23 09:41:15.004 8 ERROR magnum module = __import__(name, fromlist=fromlist) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/api/controllers/root.py", line 21, in 2026-04-23 09:41:15.004 8 ERROR magnum from magnum.api.controllers import v1 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/api/controllers/v1/__init__.py", line 33, in 2026-04-23 09:41:15.004 8 ERROR magnum from magnum.api.controllers.v1 import quota 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/api/controllers/v1/quota.py", line 91, in 2026-04-23 09:41:15.004 8 ERROR magnum class QuotaController(base.Controller): 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/api/controllers/v1/quota.py", line 194, in QuotaController 2026-04-23 09:41:15.004 8 ERROR magnum @expose.expose(Quota, wtypes.text, wtypes.text, body=Quota, 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/wsmeext/pecan.py", line 134, in decorate 2026-04-23 09:41:15.004 8 ERROR magnum pecan_json_decorate(callfunction) 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pecan/decorators.py", line 89, in decorate 2026-04-23 09:41:15.004 8 ERROR magnum cfg['argspec'] = getargspec(f) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pecan/util.py", line 14, in getargspec 2026-04-23 09:41:15.004 8 ERROR magnum argspec = _getargspec(method) 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pecan/compat/__init__.py", line 21, in getargspec 2026-04-23 09:41:15.004 8 ERROR magnum args, varargs, keywords, defaults = inspect.getfullargspec(func)[:4] 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/usr/lib/python3.12/inspect.py", line 1384, in getfullargspec 2026-04-23 09:41:15.004 8 ERROR magnum sig = _signature_from_callable(func, 2026-04-23 09:41:15.004 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-23 09:41:15.004 8 ERROR magnum File "/usr/lib/python3.12/inspect.py", line 2518, in _signature_from_callable 2026-04-23 09:41:15.004 8 ERROR magnum pass 2026-04-23 09:41:15.004 8 ERROR magnum KeyboardInterrupt 2026-04-23 09:41:15.004 8 ERROR magnum unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. GAME OVER *** OOPS ! failed loading app in worker 2 (pid 8) Thu Apr 23 09:41:16 2026 - need-app requested, destroying the instance... goodbye to uWSGI.