+ 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 [Tue May 19 17:11:22 2026] *** compiled with version: 13.3.0 on 19 May 2026 08:47:05 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: magnum-api-86f85d7755-74vm2 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 0x7f668b859668 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_concurrency/lockutils.py:41: 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 eventlet /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: 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 eventlet Using RPC transport for notifications. Please use get_notification_transport to obtain a notification transport instance. 2026-05-19 17:11:27.356 8 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated for removal (The auth_uri option is deprecated in favor of www_authenticate_uri and will be removed in the S release.). Its value may be silently ignored in the future. 2026-05-19 17:11:27.358 8 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". Using RPC transport for notifications. Please use get_notification_transport to obtain a notification transport instance. 2026-05-19 17:11:27.619 7 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated for removal (The auth_uri option is deprecated in favor of www_authenticate_uri and will be removed in the S release.). Its value may be silently ignored in the future. 2026-05-19 17:11:27.620 7 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-19 17:11:27.654 8 CRITICAL magnum [-] Unhandled error: ModuleNotFoundError: No module named 'novaclient' 2026-05-19 17:11:27.654 8 ERROR magnum Traceback (most recent call last): 2026-05-19 17:11:27.654 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/wsgi/api.py", line 34, in 2026-05-19 17:11:27.654 8 ERROR magnum drivers = [ep.name for ep, _ in driver_module.Driver.load_entry_points()] 2026-05-19 17:11:27.654 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.654 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/drivers/common/driver.py", line 39, in load_entry_points 2026-05-19 17:11:27.654 8 ERROR magnum yield entry_point, entry_point.load() 2026-05-19 17:11:27.654 8 ERROR magnum ^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.654 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/importlib_metadata/__init__.py", line 221, in load 2026-05-19 17:11:27.654 8 ERROR magnum module = import_module(self.module) 2026-05-19 17:11:27.654 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.654 8 ERROR magnum File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 2026-05-19 17:11:27.654 8 ERROR magnum return _bootstrap._gcd_import(name[level:], package, level) 2026-05-19 17:11:27.654 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.654 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum_cluster_api/driver.py", line 27, in 2026-05-19 17:11:27.654 8 ERROR magnum from magnum_cluster_api import ( 2026-05-19 17:11:27.654 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum_cluster_api/monitor.py", line 19, in 2026-05-19 17:11:27.654 8 ERROR magnum from magnum_cluster_api import clients, objects, utils 2026-05-19 17:11:27.654 8 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum_cluster_api/utils.py", line 30, in 2026-05-19 17:11:27.654 8 ERROR magnum from novaclient import exceptions as nova_exception # type: ignore 2026-05-19 17:11:27.654 8 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.654 8 ERROR magnum ModuleNotFoundError: No module named 'novaclient' 2026-05-19 17:11:27.654 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) Tue May 19 17:11:27 2026 - need-app requested, destroying the instance... SIGINT/SIGTERM received...killing workers... 2026-05-19 17:11:27.730 7 CRITICAL magnum [-] Unhandled error: KeyboardInterrupt 2026-05-19 17:11:27.730 7 ERROR magnum Traceback (most recent call last): 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/wsgi/api.py", line 34, in 2026-05-19 17:11:27.730 7 ERROR magnum drivers = [ep.name for ep, _ in driver_module.Driver.load_entry_points()] 2026-05-19 17:11:27.730 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum/drivers/common/driver.py", line 39, in load_entry_points 2026-05-19 17:11:27.730 7 ERROR magnum yield entry_point, entry_point.load() 2026-05-19 17:11:27.730 7 ERROR magnum ^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/importlib_metadata/__init__.py", line 221, in load 2026-05-19 17:11:27.730 7 ERROR magnum module = import_module(self.module) 2026-05-19 17:11:27.730 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.730 7 ERROR magnum File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 2026-05-19 17:11:27.730 7 ERROR magnum return _bootstrap._gcd_import(name[level:], package, level) 2026-05-19 17:11:27.730 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum_cluster_api/driver.py", line 27, in 2026-05-19 17:11:27.730 7 ERROR magnum from magnum_cluster_api import ( 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/magnum_cluster_api/clients.py", line 15, in 2026-05-19 17:11:27.730 7 ERROR magnum import pykube # type: ignore 2026-05-19 17:11:27.730 7 ERROR magnum ^^^^^^^^^^^^^ 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pykube/__init__.py", line 9, in 2026-05-19 17:11:27.730 7 ERROR magnum from .http import HTTPClient # noqa: F401 2026-05-19 17:11:27.730 7 ERROR magnum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/pykube/http.py", line 22, in 2026-05-19 17:11:27.730 7 ERROR magnum from requests_oauthlib import OAuth2Session 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/requests_oauthlib/__init__.py", line 6, in 2026-05-19 17:11:27.730 7 ERROR magnum from .oauth2_auth import OAuth2 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/requests_oauthlib/oauth2_auth.py", line 1, in 2026-05-19 17:11:27.730 7 ERROR magnum from oauthlib.oauth2 import WebApplicationClient, InsecureTransportError 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/oauthlib/oauth2/__init__.py", line 69, in 2026-05-19 17:11:27.730 7 ERROR magnum from oauthlib.oauth2.rfc8628.endpoints import DeviceAuthorizationEndpoint, DeviceApplicationServer 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/oauthlib/oauth2/rfc8628/endpoints/__init__.py", line 10, in 2026-05-19 17:11:27.730 7 ERROR magnum from .pre_configured import DeviceApplicationServer 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/oauthlib/oauth2/rfc8628/endpoints/pre_configured.py", line 6, in 2026-05-19 17:11:27.730 7 ERROR magnum from oauthlib.openid.connect.core.request_validator import RequestValidator 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/oauthlib/openid/__init__.py", line 6, in 2026-05-19 17:11:27.730 7 ERROR magnum from .connect.core.endpoints import Server, UserInfoEndpoint 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/oauthlib/openid/connect/core/endpoints/__init__.py", line 8, in 2026-05-19 17:11:27.730 7 ERROR magnum from .pre_configured import Server 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/oauthlib/openid/connect/core/endpoints/pre_configured.py", line 25, in 2026-05-19 17:11:27.730 7 ERROR magnum from ..grant_types import ( 2026-05-19 17:11:27.730 7 ERROR magnum File "/var/lib/openstack/lib/python3.12/site-packages/oauthlib/openid/connect/core/grant_types/__init__.py", line 12, in 2026-05-19 17:11:27.730 7 ERROR magnum from .implicit import ImplicitGrant 2026-05-19 17:11:27.730 7 ERROR magnum KeyboardInterrupt 2026-05-19 17:11:27.730 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) Tue May 19 17:11:28 2026 - need-app requested, destroying the instance... goodbye to uWSGI.